From 703a4ec262509eb9d26a4ff31c2d900a9b4994eb Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:47:27 +0100 Subject: [PATCH 01/26] weaker than fists --- code/game/objects/items/weaponry.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index b5f8612244..e05e0c3bd4 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -327,13 +327,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/melee/bokken/attack_self(mob/user) harm = !harm if(harm) - force -= 2 + force -= 4 damtype = BRUTE attack_verb = list("bashed", "smashed", "attacked") bare_wound_bonus = 15 // having your leg smacked by a wooden stick is probably not great for it if it's naked wound_bonus = 0 else - force += 2 + force += 4 damtype = STAMINA attack_verb = list("whacked", "smacked", "struck") bare_wound_bonus = 0 From 3cf81dcc6cfc3e1076103449536403258b66cb66 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:56:56 +0100 Subject: [PATCH 02/26] this is better --- code/game/objects/items/weaponry.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index e05e0c3bd4..5555040f55 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -272,7 +272,8 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK w_class = WEIGHT_CLASS_BULKY - force = 9 + force = 7 //how much harm mode damage we do + var/stamina_damage_increment = 4 //how much extra damage do we do when in non-harm mode throwforce = 10 damtype = STAMINA attack_verb = list("whacked", "smacked", "struck") @@ -323,6 +324,8 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/melee/bokken/Initialize() . = ..() AddElement(/datum/element/sword_point) + if(!harm) //if initialised in non-harm mode, setup force accordingly + force = force + stamina_damage_increment /obj/item/melee/bokken/attack_self(mob/user) harm = !harm From 236db857dc8dcbc1ab563c45db6ad62d24b69477 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sat, 22 Aug 2020 15:42:20 -0500 Subject: [PATCH 03/26] pda bomb buyonce --- code/modules/uplink/uplink_items/uplink_explosives.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items/uplink_explosives.dm b/code/modules/uplink/uplink_items/uplink_explosives.dm index 6cc1c9fe05..f44966fb3b 100644 --- a/code/modules/uplink/uplink_items/uplink_explosives.dm +++ b/code/modules/uplink/uplink_items/uplink_explosives.dm @@ -80,6 +80,7 @@ item = /obj/item/cartridge/virus/syndicate cost = 5 restricted = TRUE + limited_stock = 1 /datum/uplink_item/explosives/emp name = "EMP Grenades and Implanter Kit" From 093928eab2b112e153379e473d7f5932bbf1ac1c Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sat, 22 Aug 2020 15:46:14 -0500 Subject: [PATCH 04/26] holopara buyonce --- code/modules/uplink/uplink_items/uplink_dangerous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items/uplink_dangerous.dm b/code/modules/uplink/uplink_items/uplink_dangerous.dm index a43e3fc2ce..58cb43996d 100644 --- a/code/modules/uplink/uplink_items/uplink_dangerous.dm +++ b/code/modules/uplink/uplink_items/uplink_dangerous.dm @@ -177,6 +177,7 @@ organic host as a home base and source of fuel. Holoparasites come in various types and share damage with their host." item = /obj/item/storage/box/syndie_kit/guardian cost = 15 + limited_stock = 1 // you can only have one holopara apparently? refundable = TRUE cant_discount = TRUE surplus = 0 From e0b70da4871779845be2a480d744331aef796c6d Mon Sep 17 00:00:00 2001 From: EmeraldSundisk Date: Sun, 23 Aug 2020 20:53:52 -0700 Subject: [PATCH 05/26] Update paper_premade.dm --- code/modules/paperwork/paper_premade.dm | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/code/modules/paperwork/paper_premade.dm b/code/modules/paperwork/paper_premade.dm index 414026924a..392eba5f56 100644 --- a/code/modules/paperwork/paper_premade.dm +++ b/code/modules/paperwork/paper_premade.dm @@ -96,7 +96,7 @@ Accidental Reentry: /obj/item/paper/guides/cogstation/job_changes name = "MEMO: Job Changes" - info = "To ensure minimal employee downtime, please take note of the following changes to select professions that CogStation specifically requires:
\n
\n- Scientists are to have access to chemistry in order to reach the MedSci router.
\n
\n- Chemists should at the very least be provided with an encryption key for the Science channel, if not basic access to the Research department at large.
\n- Roboticists are to have basic Medical and Morgue access.
\n- Engineers and Atmospheric Technicians are to have Warehouse and Mining access.
\n- The Cook should not have Morgue access
\n- The Clown and Mime are to have Maintenance access. This is necessary due to the location of their offices.
\n
\nGenerated by Organic Resources Bot #2053" + info = "To ensure minimal employee downtime, please take note of the following changes to select professions that CogStation specifically requires:
\n
\n- Engineers and Atmospheric Technicians are to have Warehouse and Mining access.
\n- The Cook should not have Morgue access.
\n- The Clown and Mime are to have Maintenance access. This is necessary due to the location of their offices.
\n
\nGenerated by Organic Resources Bot #2053" /obj/item/paper/guides/cogstation/letter_sec name = "To future Security personnel" @@ -104,7 +104,7 @@ Accidental Reentry: /obj/item/paper/guides/cogstation/disposals name = "Regarding the disposal system:" - info = "As you might have noticed, this station has far more disposal pipes than you may expect from your average Nanotrasen research facility. Part of the reason for this is specialization - mail, trash, even corpses have their own disposal systems. Unfortunately, the convenient color-coding was lost in translocation and we've had to compensate by marking the area around each bin.
\n
\n- WHITE/GRAY STRIPES is for DELIVERIES.
\n- RED STRIPES is for CORPSES.
\n- EVERYTHING ELSE is for TRASH,
barring a few exceptions that should be labeled as such.
\n
\nIdeally the station won't sustain any heavy structural damage during your time here but if it does, or someone decides to tamper with/sabotage this system, you'll be forgiven if you can't put it back together perfectly.
\n
\n-C. Donnelly
Architectural Analyst" + info = "As you might have noticed, this station has far more disposal pipes than you may expect from your average Nanotrasen research facility. Part of the reason for this is specialization - mail, trash, even corpses have their own disposal systems. Unfortunately, the convenient color-coding was lost in translocation and we've had to compensate by marking the area around each bin.
\n
\n- WHITE/GRAY STRIPES are for DELIVERIES.
\n- RED STRIPES are for CORPSES.
\n- EVERYTHING ELSE is for TRASH,
barring a few exceptions that should be labeled as such.
\n
\nIdeally the station won't sustain any heavy structural damage during your time here but if it does, or someone decides to tamper with/sabotage this system, you'll be forgiven if you can't put it back together perfectly.
\n
\n-C. Donnelly
Architectural Analyst" /obj/item/paper/guides/cogstation/janitor name = "a quick tip" @@ -128,7 +128,7 @@ Accidental Reentry: /obj/item/paper/guides/cogstation/letter_eng name = "To future Engineering staff:" - info = "I'm not gonna sugarcoat this. Compared to other departments, you might have your work cut out for you. CogStation is an entirely different beast than your standard Box, but everyone's still gonna expect you to keep the place running.
\n
\n If there's any good news, it's your time to shine if you know how to run a thermo-electric generator. That's what this station runs on, and that isn't likely to change anytime soon. If it's absolutely critical you might be able to run a singularity or tesla engine east of mining, but it won't have any sort of shielding out there.
\n
\nYou still have three solar arrays to work with, two of them being on each end of the starboard side. The port side array will need you to either get access from a head of staff or security, unless you want to spacewalk around the whole station. Don't be afraid to ask the latter - they're there for you, after all. As for other utilities the air system is a bit different than you'd expect, but fortunately you should have the atmos techs this station needed a long time ago. The disposal network is significantly more complicated, yet more capable. I've already elaborated on it, so I'll let you find and read my write-up for that. As for the routing system, it's just begging to get hit by a stray meteor so consider other utilities a higher priority.
\n
\nGood luck. You're gonna need it.
\n
\n-C. Donnelly
Architectural Analyst" + info = "I'm not gonna sugarcoat this. Compared to other departments, you might have your work cut out for you. CogStation is an entirely different beast than your standard Box, but everyone's still gonna expect you to keep the place running.
\n
\n If there's any good news, it's your time to shine if you know how to run a thermo-electric generator. That's what this station runs on, and that isn't likely to change anytime soon. If it's absolutely critical you might be able to run a singularity or tesla engine east of mining, but it won't have any sort of protection out there.
\n
\nYou still have three solar arrays to work with, two of them being on each end of the starboard side. The port side array will need you to either get access from a head of staff or security, unless you want to spacewalk around the whole station. Don't be afraid to ask the latter - they're there for you, after all. As for other utilities the air system is a bit different than you'd expect, but fortunately you should have the atmos techs this station needed a long time ago. The disposal network is significantly more complicated, yet more capable. I've already elaborated on it, so I'll let you find and read my write-up for that. As for the routing system, it's just begging to get hit by a stray meteor so consider other utilities a higher priority.
\n
\nGood luck. You're gonna need it.
\n
\n-C. Donnelly
Architectural Analyst" /obj/item/paper/guides/cogstation/letter_atmos name = "To future Atmospheric Technicians:" @@ -140,15 +140,15 @@ Accidental Reentry: /obj/item/paper/guides/cogstation/letter_hos name = "To the future HoS" - info = "I'm gonna be rather disappointed if CentCom doesn't brief you about this station, but if they don't I wrote up another letter for your department that should cover it pretty well. Make sure your officers read it if they aren't up to speed.
\n
\nSomething you in particular should know is that if someone's getting to be too much to handle, the boys and I have constructed a 'discount transfer centre' just behind the router. Use it only as a last resort - the walls may be reinforced but they're still thin, and you'll have big trouble on your hands if the AI or any cyborgs find out about it.
\n
-LC" + info = "I'm gonna be rather disappointed if Central Command doesn't brief you about this station, but if they don't I wrote up another letter for your department that should cover it pretty well. Make sure your officers read it if they aren't up to speed.
\n
\nSomething you in particular should know is that if someone's getting to be too much to handle, the boys and I have constructed a 'discount transfer centre' just behind the router. Use it only as a last resort - the walls may be reinforced but they're still thin, and you'll have big trouble on your hands if the AI or any cyborgs find out about it.
\n
-LC" /obj/item/paper/guides/cogstation/letter_supp name = "To future Supply Staff:" - info = "Cargo, move freight. Miners, don't die. Your jobs are pretty straightforward, which is likely why they originally fell under Engineering on this station as opposed to their own department. Although we've considerably readjusted this part of the station to accommodate you, there are potential differences you should be aware of.
\n
\nEngineeringwill have access to some of your department, namely the warehouse and mining dock. Mining operations on this station were originally asteroid-based, hence the catwalk into the great beyond. Although you won't need to worry about being space-worthy due to a newly installed shuttle dock, they might need to get out there.
\n
\nYou'll have all your usual means of shipping out goods, but the disposal network is more complex with a separate line for mail and trash. I've left another note that explains this in detail, but know trash is the janitor's responsibility, not yours.
\n
\nThe biggest difference has to be this station's router system, which allows departments to ship goods between themselves. Even if the belts aren't working properly they'll still have their own request consoles, so you'll want to check for orders regularly.
\n
\n-C. Donnelly
\nArchitectural Analyst" + info = "Cargo, move freight. Miners, don't die. Your jobs are pretty straightforward, which is likely why they originally fell under Engineering on this station as opposed to their own department. Although we've considerably readjusted this part of the station to accommodate you, there are potential differences you should be aware of.
\n
\nEngineeringwill have access to some of your department, namely the warehouse and mining dock. Mining operations on this station were originally asteroid-based, hence the catwalk into the great beyond. Although you won't need to worry about being space-worthy due to a newly installed shuttle dock, they might need to get out there.
\n
\nYou'll have all your usual means of shipping out goods, but the disposal network is more complex with a separate line for mail and trash. It also isn't fully space-proofed, meanin it may not be the best choice for livestock, monkey cubes, or clowns. I've left another note that explains this in detail, but know trash is the janitor's responsibility, not yours.
\n
\nThe biggest difference has to be this station's router system, which allows departments to ship goods between themselves. Even if the belts aren't working properly they'll still have their own request consoles, so you'll want to check for orders regularly.
\n
\n-C. Donnelly
\nArchitectural Analyst" -/obj/item/paper/fluff/cogstation/sleepers - name = "Re: Sleepers?" - info = "Yes, the sleepers are meant to be publicly accessible. Policies in this station's original location encouraged crew to visit the clinic or treat themselves when it came to minor injuries.
\n
\nThis is no excuse for you not to do your jobs. You may wish to keep an eye on the sleepers as to ensure they're being used responsibly. Remember, allowing an overdose to happen under your watch isn't much different from administering that overdose yourself.
\n
\n- Dr. Halley" +/obj/item/paper/guides/cogstation/letter_med + name = "Re: Future Medical Staff" + info = "With this station nearing approval for regular use, I've been told to consolidate anything noteworthy about its general medical department into a single document. As you may be able to guess, this is that document.
\n
\n- First, you should know a medical clinic is present in the civilian (starboard bow) wing. If you have personnel to spare, it's recommended you have someone staff it - that way people with minor injuries can report there instead of clogging up the research wing.
\n
\n- Despite recent renovations to bring this station in line with regional policy, you'll still find the robotics lab directly adjacent to your department. I advise you take full advantage of this, whether it's requesting prosthetics in advance or harvesting organs from those who have undergone more...permanent procedures.
\n
\n- Lastly, please make a habit of checking the morgue on a regular basis. Thanks to the Corpse Disposal Network (or CDN for short), you may find the station's deceased delivered directly to you. Some may be employees capable of being revived - more information can be found in the morgue itself.
\n
\n- Dr. Halley" /obj/item/paper/fluff/cogstation/cloner name = "Re: Issue with the cloner?" @@ -172,7 +172,7 @@ Accidental Reentry: /obj/item/paper/fluff/cogstation/letter_chap name = "A message from the DHDA" - info = "Regardless of what the name leads you to believe, CogStation is neither Ratvarian in origin nor designed by members of this so-called 'clock cult'. Despite a potential common enemy and instances of exhibiting peaceful behavior, their beliefs have been labeled 'Heretical' by the Department of Higher-Dimensional Affairs and following them is grounds for immediate termination.
\nAs the station's designated Chaplain, it is advised you correct anyone who claims this station and/or its designers are Ratvarian. While they are most likely misinformed or 'joking around', untruths gain credibility the more they are repeated.
\n
\nSoulstone Obelisk
\n
\nDepartment of Higher-Dimensional Affairs" + info = "Regardless of what the name leads you to believe, CogStation is neither Ratvarian in origin nor designed by members of this so-called 'clock cult'. Despite a potential common enemy and instances of exhibiting peaceful behavior, their beliefs have been labeled 'Heretical' by the Department of Higher-Dimensional Affairs and following them is grounds for immediate termination.
\nAs the station's designated Chaplain, it is advised you correct anyone who claims this station and/or its designers are Ratvarian. While they are most likely misinformed or 'joking around', untruths gain credibility the more they are repeated.
\n
\nSoulstone Obelisk
\n
\nDepartment of Higher-Dimensional Affairs" /obj/item/paper/fluff/cogstation/cluwne name = "Mysterious Note" @@ -184,7 +184,7 @@ Accidental Reentry: /obj/item/paper/fluff/cogstation/eva name = "MEMO: Spacesuits" - info = "As a Head of Personnel, you may be familiar with crew members requesting EVA access, particularly when there is an absence of credible threats on the station. While it is your decision to grant or deny access unless overriden by your superior(s), you should be aware of an abundance of spacesuits on this station. While intended for emergencies, these suits are cheaper to replace. You may find it beneficial to direct aspiring 'space explorers' towards finding one of these suits instead, although it is advised you order replacement suits in advance through the cargo department.
\n
\n-Generated by Organic Resources Bot #2053" + info = "As a Head of Personnel, you may be familiar with crew members requesting EVA access, particularly when there is an absence of credible threats on the station. While it is your decision to grant or deny access unless overriden by your superior(s), you should be aware of an abundance of spacesuits on this station. While intended for emergencies, these suits are cheaper to replace. You may find it beneficial to direct aspiring 'space explorers' towards finding one of these suits instead, although it is advised you order replacement suits in advance through the cargo department.
\n
\nGenerated by Organic Resources Bot #2053" /obj/item/paper/fluff/cogstation/chemists name = "Re: Scientists?!" @@ -214,9 +214,9 @@ Accidental Reentry: name = "ROUTER STATUS: LIMITED" info = "Currently, this router cannot receive deliveries from the Airbridge, MedSci, Security, or Service Routers. Cargo and the recycler are the only points currently accepting deliveries from here, although manual input from the routing depot is currently required.
\n
\n-C. Donnelly
\n
\nArchitectural Analyst" -/obj/item/paper/fluff/cogstation/router_cargo - name = "ROUTER STATUS: VERY LIMITED" - info = "Currently, this router cannot receive deliveries from the Airbridge, MedSci, Security, or Service Routers. It is not yet capable of making deliveries, beyond sending items to the recycler.
\n
\n-C. Donnelly
\n
\nArchitectural Analyst" +/obj/item/paper/fluff/cogstation/mulebot + name = "MEMO: MULEbots" + info = "As you may know, MULEbots have been coded to minimize travel distance for maximum efficiency. In the case of this station, that may include travelling through depressurized areas exposed to space. Please bear this in mind before using them to transport living tissue.
\n
\nGenerated by Organic Resources Bot #2053" /////////// CentCom From cdb3647c56d76de8c203bcf3ca59f18dbb24328d Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 24 Aug 2020 15:38:49 +0100 Subject: [PATCH 06/26] thank --- code/game/objects/items/weaponry.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 5555040f55..153be3900e 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -330,13 +330,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/melee/bokken/attack_self(mob/user) harm = !harm if(harm) - force -= 4 + force -= stamina_damage_increment damtype = BRUTE attack_verb = list("bashed", "smashed", "attacked") bare_wound_bonus = 15 // having your leg smacked by a wooden stick is probably not great for it if it's naked wound_bonus = 0 else - force += 4 + force += stamina_damage_increment damtype = STAMINA attack_verb = list("whacked", "smacked", "struck") bare_wound_bonus = 0 From be22486913b5ca73532a5e84b3a128e7bace3e2b Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 24 Aug 2020 19:55:10 +0100 Subject: [PATCH 07/26] this hurt to do manually --- .../sprite_accessories/alienpeople.dm | 16 +- .../sprite_accessories/body_markings.dm | 188 +++++----- .../new_player/sprite_accessories/ears.dm | 72 ++-- .../new_player/sprite_accessories/frills.dm | 8 +- .../sprite_accessories/hair_face.dm | 9 +- .../sprite_accessories/hair_head.dm | 8 +- .../new_player/sprite_accessories/horns.dm | 24 +- .../sprite_accessories/ipc_synths.dm | 161 ++++---- .../sprite_accessories/legs_and_taurs.dm | 28 +- .../new_player/sprite_accessories/snouts.dm | 149 ++++---- .../new_player/sprite_accessories/socks.dm | 58 +-- .../new_player/sprite_accessories/spines.dm | 40 +- .../new_player/sprite_accessories/synthliz.dm | 36 +- .../new_player/sprite_accessories/tails.dm | 351 +++++++++--------- .../sprite_accessories/undershirt.dm | 251 ++++++------- .../sprite_accessories/underwear.dm | 68 ++-- .../new_player/sprite_accessories/wings.dm | 48 +-- 17 files changed, 756 insertions(+), 759 deletions(-) diff --git a/code/modules/mob/dead/new_player/sprite_accessories/alienpeople.dm b/code/modules/mob/dead/new_player/sprite_accessories/alienpeople.dm index 899bf91081..d1f7f15ac9 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/alienpeople.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/alienpeople.dm @@ -14,14 +14,14 @@ name = "Standard" icon_state = "standard" -/datum/sprite_accessory/xeno_dorsal/royal - name = "Royal" - icon_state = "royal" - /datum/sprite_accessory/xeno_dorsal/down name = "Dorsal Down" icon_state = "down" +/datum/sprite_accessory/xeno_dorsal/royal + name = "Royal" + icon_state = "royal" + /****************************************** ************* Xeno Tails ****************** *******************************************/ @@ -57,14 +57,14 @@ name = "Standard" icon_state = "standard" -/datum/sprite_accessory/xeno_head/royal - name = "royal" - icon_state = "royal" - /datum/sprite_accessory/xeno_head/hollywood name = "hollywood" icon_state = "hollywood" +/datum/sprite_accessory/xeno_head/royal + name = "royal" + icon_state = "royal" + /datum/sprite_accessory/xeno_head/warrior name = "warrior" icon_state = "warrior" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/body_markings.dm b/code/modules/mob/dead/new_player/sprite_accessories/body_markings.dm index a04838a360..5286acb33a 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/body_markings.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/body_markings.dm @@ -16,6 +16,12 @@ icon_state = "dtiger" gender_specific = 1 +/datum/sprite_accessory/body_markings/guilmon + name = "Guilmon" + icon_state = "guilmon" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' + /datum/sprite_accessory/body_markings/ltiger name = "Light Tiger Body" icon_state = "ltiger" @@ -49,11 +55,6 @@ icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' relevant_layers = null -/datum/sprite_accessory/mam_body_markings/plain - name = "Plain" - icon_state = "plain" - icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' - /datum/sprite_accessory/mam_body_markings/redpanda name = "Redpanda" icon_state = "redpanda" @@ -77,14 +78,14 @@ icon_state = "bellyslim" icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' -/datum/sprite_accessory/mam_body_markings/corgi - name = "Corgi" - icon_state = "corgi" - /datum/sprite_accessory/mam_body_markings/cow name = "Bovine" icon_state = "bovine" +/datum/sprite_accessory/mam_body_markings/corgi + name = "Corgi" + icon_state = "corgi" + /datum/sprite_accessory/mam_body_markings/corvid name = "Corvid" icon_state = "corvid" @@ -139,15 +140,19 @@ name = "Hyena" icon_state = "hyena" -/datum/sprite_accessory/mam_body_markings/lab - name = "Lab" - icon_state = "lab" - /datum/sprite_accessory/mam_body_markings/insect name = "Insect" icon_state = "insect" icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' +/datum/sprite_accessory/mam_body_markings/lab + name = "Lab" + icon_state = "lab" + +/datum/sprite_accessory/mam_body_markings/orca + name = "Orca" + icon_state = "orca" + /datum/sprite_accessory/mam_body_markings/otie name = "Otie" icon_state = "otie" @@ -156,14 +161,15 @@ name = "Otter" icon_state = "otter" -/datum/sprite_accessory/mam_body_markings/orca - name = "Orca" - icon_state = "orca" - /datum/sprite_accessory/mam_body_markings/panther name = "Panther" icon_state = "panther" +/datum/sprite_accessory/mam_body_markings/plain + name = "Plain" + icon_state = "plain" + icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' + /datum/sprite_accessory/mam_body_markings/possum name = "Possum" icon_state = "possum" @@ -172,6 +178,10 @@ name = "Raccoon" icon_state = "raccoon" +/datum/sprite_accessory/mam_body_markings/sergal + name = "Sergal" + icon_state = "sergal" + /datum/sprite_accessory/mam_body_markings/pede name = "Scolipede" icon_state = "scolipede" @@ -181,18 +191,14 @@ name = "Shark" icon_state = "shark" -/datum/sprite_accessory/mam_body_markings/skunk - name = "Skunk" - icon_state = "skunk" - -/datum/sprite_accessory/mam_body_markings/sergal - name = "Sergal" - icon_state = "sergal" - /datum/sprite_accessory/mam_body_markings/shepherd name = "Shepherd" icon_state = "shepherd" +/datum/sprite_accessory/mam_body_markings/skunk + name = "Skunk" + icon_state = "skunk" + /datum/sprite_accessory/mam_body_markings/tajaran name = "Tajaran" icon_state = "tajaran" @@ -232,75 +238,10 @@ icon_state = "none" relevant_layers = null -/datum/sprite_accessory/insect_fluff/plain - name = "Plain" - icon_state = "plain" - -/datum/sprite_accessory/insect_fluff/reddish - name = "Reddish" - icon_state = "redish" - -/datum/sprite_accessory/insect_fluff/royal - name = "Royal" - icon_state = "royal" - -/datum/sprite_accessory/insect_fluff/gothic - name = "Gothic" - icon_state = "gothic" - -/datum/sprite_accessory/insect_fluff/lovers - name = "Lovers" - icon_state = "lovers" - -/datum/sprite_accessory/insect_fluff/whitefly - name = "White Fly" - icon_state = "whitefly" - /datum/sprite_accessory/insect_fluff/punished name = "Burnt Off" icon_state = "punished" -/datum/sprite_accessory/insect_fluff/firewatch - name = "Firewatch" - icon_state = "firewatch" - -/datum/sprite_accessory/insect_fluff/deathhead - name = "Deathshead" - icon_state = "deathhead" - -/datum/sprite_accessory/insect_fluff/poison - name = "Poison" - icon_state = "poison" - -/datum/sprite_accessory/insect_fluff/ragged - name = "Ragged" - icon_state = "ragged" - -/datum/sprite_accessory/insect_fluff/moonfly - name = "Moon Fly" - icon_state = "moonfly" - -/datum/sprite_accessory/insect_fluff/snow - name = "Snow" - icon_state = "snow" - -/datum/sprite_accessory/insect_fluff/oakworm - name = "Oak Worm" - icon_state = "oakworm" - -/datum/sprite_accessory/insect_fluff/jungle - name = "Jungle" - icon_state = "jungle" - -/datum/sprite_accessory/insect_fluff/witchwing - name = "Witch Wing" - icon_state = "witchwing" - -/datum/sprite_accessory/insect_fluff/colored - name = "Colored (Hair)" - icon_state = "snow" - color_src = HAIR - /datum/sprite_accessory/insect_fluff/colored1 name = "Colored (Primary)" icon_state = "snow" @@ -314,4 +255,69 @@ /datum/sprite_accessory/insect_fluff/colored3 name = "Colored (Tertiary)" icon_state = "snow" - color_src = MUTCOLORS3 \ No newline at end of file + color_src = MUTCOLORS3 + +/datum/sprite_accessory/insect_fluff/colored + name = "Colored (Hair)" + icon_state = "snow" + color_src = HAIR + +/datum/sprite_accessory/insect_fluff/deathhead + name = "Deathshead" + icon_state = "deathhead" + +/datum/sprite_accessory/insect_fluff/firewatch + name = "Firewatch" + icon_state = "firewatch" + +/datum/sprite_accessory/insect_fluff/gothic + name = "Gothic" + icon_state = "gothic" + +/datum/sprite_accessory/insect_fluff/jungle + name = "Jungle" + icon_state = "jungle" + +/datum/sprite_accessory/insect_fluff/lovers + name = "Lovers" + icon_state = "lovers" + +/datum/sprite_accessory/insect_fluff/moonfly + name = "Moon Fly" + icon_state = "moonfly" + +/datum/sprite_accessory/insect_fluff/oakworm + name = "Oak Worm" + icon_state = "oakworm" + +/datum/sprite_accessory/insect_fluff/plain + name = "Plain" + icon_state = "plain" + +/datum/sprite_accessory/insect_fluff/poison + name = "Poison" + icon_state = "poison" + +/datum/sprite_accessory/insect_fluff/ragged + name = "Ragged" + icon_state = "ragged" + +/datum/sprite_accessory/insect_fluff/reddish + name = "Reddish" + icon_state = "redish" + +/datum/sprite_accessory/insect_fluff/royal + name = "Royal" + icon_state = "royal" + +/datum/sprite_accessory/insect_fluff/snow + name = "Snow" + icon_state = "snow" + +/datum/sprite_accessory/insect_fluff/whitefly + name = "White Fly" + icon_state = "whitefly" + +/datum/sprite_accessory/insect_fluff/witchwing + name = "Witch Wing" + icon_state = "witchwing" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/ears.dm b/code/modules/mob/dead/new_player/sprite_accessories/ears.dm index 1e6c797364..7515ce560a 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/ears.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/ears.dm @@ -41,7 +41,7 @@ extra = TRUE extra_color_src = NONE -/datum/sprite_accessory/ears/human/bigwolfdark +/datum/sprite_accessory/ears/human/bigwolfdark //ignore alphabetical sort here for ease-of-use name = "Dark Big Wolf" icon_state = "bigwolfdark" icon = 'modular_citadel/icons/mob/mam_ears.dmi' @@ -55,6 +55,12 @@ extra = TRUE extra_color_src = NONE +/datum/sprite_accessory/ears/bunny + name = "Bunny" + icon_state = "bunny" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_ears.dmi' + /datum/sprite_accessory/ears/cat name = "Cat" icon_state = "cat" @@ -74,6 +80,12 @@ icon = 'modular_citadel/icons/mob/mam_ears.dmi' color_src = MUTCOLORS3 +/datum/sprite_accessory/ears/lab + name = "Dog, Floppy" + icon_state = "lab" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_ears.dmi' + /datum/sprite_accessory/ears/human/eevee name = "Eevee" icon_state = "eevee" @@ -115,12 +127,6 @@ icon_state = "jellyfish" color_src = HAIR -/datum/sprite_accessory/ears/lab - name = "Dog, Floppy" - icon_state = "lab" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_ears.dmi' - /datum/sprite_accessory/ears/murid name = "Murid" icon_state = "murid" @@ -133,18 +139,18 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_ears.dmi' -/datum/sprite_accessory/ears/human/pede - name = "Scolipede" - icon_state = "pede" - icon = 'modular_citadel/icons/mob/mam_ears.dmi' - color_src = MATRIXED - /datum/sprite_accessory/ears/human/rabbit name = "Rabbit" icon_state = "rabbit" color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_ears.dmi' +/datum/sprite_accessory/ears/human/pede + name = "Scolipede" + icon_state = "pede" + icon = 'modular_citadel/icons/mob/mam_ears.dmi' + color_src = MATRIXED + /datum/sprite_accessory/ears/human/sergal name = "Sergal" icon_state = "sergal" @@ -169,12 +175,6 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_ears.dmi' -/datum/sprite_accessory/ears/bunny - name = "Bunny" - icon_state = "bunny" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_ears.dmi' - /****************************************** *************** Furry Ears **************** *******************************************/ @@ -216,7 +216,7 @@ extra = TRUE extra_color_src = NONE -/datum/sprite_accessory/ears/mam_ears/bigwolfdark +/datum/sprite_accessory/ears/mam_ears/bigwolfdark //alphabetical sort ignored here for ease-of-use name = "Dark Big Wolf" icon_state = "bigwolfdark" @@ -226,6 +226,10 @@ extra = TRUE extra_color_src = NONE +/datum/sprite_accessory/ears/mam_ears/bunny + name = "Bunny" + icon_state = "bunny" + /datum/sprite_accessory/ears/mam_ears/cat name = "Cat" icon_state = "cat" @@ -256,13 +260,11 @@ name = "Eevee" icon_state = "eevee" - /datum/sprite_accessory/ears/mam_ears/elf name = "Elf" icon_state = "elf" color_src = MUTCOLORS3 - /datum/sprite_accessory/ears/mam_ears/elephant name = "Elephant" icon_state = "elephant" @@ -283,15 +285,15 @@ name = "Husky" icon_state = "wolf" -/datum/sprite_accessory/ears/mam_ears/kangaroo - name = "kangaroo" - icon_state = "kangaroo" - /datum/sprite_accessory/ears/mam_ears/jellyfish name = "Jellyfish" icon_state = "jellyfish" color_src = HAIR +/datum/sprite_accessory/ears/mam_ears/kangaroo + name = "kangaroo" + icon_state = "kangaroo" + /datum/sprite_accessory/ears/mam_ears/lab name = "Dog, Long" icon_state = "lab" @@ -304,18 +306,14 @@ name = "Otusian" icon_state = "otie" -/datum/sprite_accessory/ears/mam_ears/squirrel - name = "Squirrel" - icon_state = "squirrel" +/datum/sprite_accessory/ears/mam_ears/rabbit + name = "Rabbit" + icon_state = "rabbit" /datum/sprite_accessory/ears/mam_ears/pede name = "Scolipede" icon_state = "pede" -/datum/sprite_accessory/ears/mam_ears/rabbit - name = "Rabbit" - icon_state = "rabbit" - /datum/sprite_accessory/ears/mam_ears/sergal name = "Sergal" icon_state = "sergal" @@ -324,10 +322,10 @@ name = "skunk" icon_state = "skunk" +/datum/sprite_accessory/ears/mam_ears/squirrel + name = "Squirrel" + icon_state = "squirrel" + /datum/sprite_accessory/ears/mam_ears/wolf name = "Wolf" icon_state = "wolf" - -/datum/sprite_accessory/ears/mam_ears/bunny - name = "Bunny" - icon_state = "bunny" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/frills.dm b/code/modules/mob/dead/new_player/sprite_accessories/frills.dm index 18a76df116..49013161a9 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/frills.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/frills.dm @@ -11,6 +11,10 @@ icon_state = "none" relevant_layers = null +/datum/sprite_accessory/frills/aquatic + name = "Aquatic" + icon_state = "aqua" + /datum/sprite_accessory/frills/simple name = "Simple" icon_state = "simple" @@ -18,7 +22,3 @@ /datum/sprite_accessory/frills/short name = "Short" icon_state = "short" - -/datum/sprite_accessory/frills/aquatic - name = "Aquatic" - icon_state = "aqua" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/hair_face.dm b/code/modules/mob/dead/new_player/sprite_accessories/hair_face.dm index 34988f5656..a07fdaa5d3 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/hair_face.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/hair_face.dm @@ -6,6 +6,10 @@ gender = MALE // barf (unless you're a dorf, dorfs dig chix w/ beards :P) // please make sure they're sorted alphabetically and categorized +/datum/sprite_accessory/facial_hair/shaved //this is exempt from the alphabetical sort + name = "Shaved" + icon_state = null + gender = NEUTER /datum/sprite_accessory/facial_hair/threeoclock name = "Beard (3 o\'Clock)" @@ -135,11 +139,6 @@ name = "Mutton Chops with Moustache" icon_state = "facial_muttonmus" -/datum/sprite_accessory/facial_hair/shaved - name = "Shaved" - icon_state = null - gender = NEUTER - /datum/sprite_accessory/facial_hair/sideburn name = "Sideburns" icon_state = "facial_sideburns" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm b/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm index 138704067d..8e4e6ad617 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm @@ -9,6 +9,10 @@ // try to spell // you do not need to define _s or _l sub-states, game automatically does this for you +/datum/sprite_accessory/hair/bald //this is exempt from the alphabetical sort + name = "Bald" + icon_state = "bald" + /datum/sprite_accessory/hair/afro name = "Afro" icon_state = "hair_afro" @@ -25,10 +29,6 @@ name = "Ahoge" icon_state = "hair_antenna" -/datum/sprite_accessory/hair/bald - name = "Bald" - icon_state = "bald" - /datum/sprite_accessory/hair/balding name = "Balding Hair" icon_state = "hair_e" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/horns.dm b/code/modules/mob/dead/new_player/sprite_accessories/horns.dm index 3a65eaebfa..aff342c7a6 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/horns.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/horns.dm @@ -12,22 +12,10 @@ icon_state = "none" relevant_layers = null -/datum/sprite_accessory/horns/simple - name = "Simple" - icon_state = "simple" - -/datum/sprite_accessory/horns/short - name = "Short" - icon_state = "short" - /datum/sprite_accessory/horns/curled name = "Curled" icon_state = "curled" -/datum/sprite_accessory/horns/ram - name = "Ram" - icon_state = "ram" - /datum/sprite_accessory/horns/angler name = "Angeler" icon_state = "angler" @@ -40,3 +28,15 @@ /datum/sprite_accessory/horns/guilmon name = "Guilmon" icon_state = "guilmon" + +/datum/sprite_accessory/horns/ram + name = "Ram" + icon_state = "ram" + +/datum/sprite_accessory/horns/simple + name = "Simple" + icon_state = "simple" + +/datum/sprite_accessory/horns/short + name = "Short" + icon_state = "short" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/ipc_synths.dm b/code/modules/mob/dead/new_player/sprite_accessories/ipc_synths.dm index 110ac69201..6019245b80 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/ipc_synths.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/ipc_synths.dm @@ -11,96 +11,90 @@ name = "Blank" icon_state = "blank" -/datum/sprite_accessory/screen/pink - name = "Pink" - icon_state = "pink" - -/datum/sprite_accessory/screen/green - name = "Green" - icon_state = "green" - -/datum/sprite_accessory/screen/red - name = "Red" - icon_state = "red" - /datum/sprite_accessory/screen/blue name = "Blue" icon_state = "blue" -/datum/sprite_accessory/screen/yellow - name = "Yellow" - icon_state = "yellow" - -/datum/sprite_accessory/screen/shower - name = "Shower" - icon_state = "shower" - -/datum/sprite_accessory/screen/nature - name = "Nature" - icon_state = "nature" - -/datum/sprite_accessory/screen/eight - name = "Eight" - icon_state = "eight" - -/datum/sprite_accessory/screen/goggles - name = "Goggles" - icon_state = "goggles" - -/datum/sprite_accessory/screen/heart - name = "Heart" - icon_state = "heart" - -/datum/sprite_accessory/screen/monoeye - name = "Mono eye" - icon_state = "monoeye" - /datum/sprite_accessory/screen/breakout name = "Breakout" icon_state = "breakout" -/datum/sprite_accessory/screen/purple - name = "Purple" - icon_state = "purple" - -/datum/sprite_accessory/screen/scroll - name = "Scroll" - icon_state = "scroll" +/datum/sprite_accessory/screen/bsod + name = "BSOD" + icon_state = "bsod" /datum/sprite_accessory/screen/console name = "Console" icon_state = "console" -/datum/sprite_accessory/screen/rgb - name = "RGB" - icon_state = "rgb" +/datum/sprite_accessory/screen/eight + name = "Eight" + icon_state = "eight" + +/datum/sprite_accessory/screen/eyes + name = "Eyes" + icon_state = "eyes" + +/datum/sprite_accessory/screen/ecgwave + name = "ECG wave" + icon_state = "ecgwave" + +/datum/sprite_accessory/screen/green + name = "Green" + icon_state = "green" + +/datum/sprite_accessory/screen/goggles + name = "Goggles" + icon_state = "goggles" /datum/sprite_accessory/screen/golglider name = "Gol Glider" icon_state = "golglider" +/datum/sprite_accessory/screen/heart + name = "Heart" + icon_state = "heart" + +/datum/sprite_accessory/screen/pink + name = "Pink" + icon_state = "pink" + +/datum/sprite_accessory/screen/red + name = "Red" + icon_state = "red" + +/datum/sprite_accessory/screen/monoeye + name = "Mono eye" + icon_state = "monoeye" + +/datum/sprite_accessory/screen/nature + name = "Nature" + icon_state = "nature" + +/datum/sprite_accessory/screen/purple + name = "Purple" + icon_state = "purple" + /datum/sprite_accessory/screen/rainbow name = "Rainbow" icon_state = "rainbow" -/datum/sprite_accessory/screen/sunburst - name = "Sunburst" - icon_state = "sunburst" - -/datum/sprite_accessory/screen/static - name = "Static" - icon_state = "static" - -//Oracle Station sprites - -/datum/sprite_accessory/screen/bsod - name = "BSOD" - icon_state = "bsod" - /datum/sprite_accessory/screen/redtext name = "Red Text" icon_state = "retext" +/datum/sprite_accessory/screen/rgb + name = "RGB" + icon_state = "rgb" + +/datum/sprite_accessory/screen/scroll + name = "Scroll" + icon_state = "scroll" + +/datum/sprite_accessory/screen/shower + name = "Shower" + icon_state = "shower" + /datum/sprite_accessory/screen/sinewave name = "Sine wave" icon_state = "sinewave" @@ -109,22 +103,25 @@ name = "Square wave" icon_state = "squarwave" -/datum/sprite_accessory/screen/ecgwave - name = "ECG wave" - icon_state = "ecgwave" +/datum/sprite_accessory/screen/stars + name = "Stars" + icon_state = "stars" -/datum/sprite_accessory/screen/eyes - name = "Eyes" - icon_state = "eyes" +/datum/sprite_accessory/screen/static + name = "Static" + icon_state = "static" + +/datum/sprite_accessory/screen/sunburst + name = "Sunburst" + icon_state = "sunburst" /datum/sprite_accessory/screen/textdrop name = "Text drop" icon_state = "textdrop" -/datum/sprite_accessory/screen/stars - name = "Stars" - icon_state = "stars" - +/datum/sprite_accessory/screen/yellow + name = "Yellow" + icon_state = "yellow" /****************************************** ************** IPC Antennas *************** @@ -145,14 +142,6 @@ name = "Angled Antennae" icon_state = "antennae" -/datum/sprite_accessory/antenna/tvantennae - name = "TV Antennae" - icon_state = "tvantennae" - -/datum/sprite_accessory/antenna/cyberhead - name = "Cyberhead" - icon_state = "cyberhead" - /datum/sprite_accessory/antenna/antlers name = "Antlers" icon_state = "antlers" @@ -160,3 +149,11 @@ /datum/sprite_accessory/antenna/crowned name = "Crowned" icon_state = "crowned" + +/datum/sprite_accessory/antenna/cyberhead + name = "Cyberhead" + icon_state = "cyberhead" + +/datum/sprite_accessory/antenna/tvantennae + name = "TV Antennae" + icon_state = "tvantennae" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/legs_and_taurs.dm b/code/modules/mob/dead/new_player/sprite_accessories/legs_and_taurs.dm index d41f5ace22..6f7b955d8f 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/legs_and_taurs.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/legs_and_taurs.dm @@ -49,6 +49,13 @@ relevant_layers = null hide_legs = FALSE +/datum/sprite_accessory/taur/canine + name = "Canine" + icon_state = "canine" + taur_mode = STYLE_PAW_TAURIC + color_src = MUTCOLORS + extra = TRUE + /datum/sprite_accessory/taur/cow name = "Cow" icon_state = "cow" @@ -95,6 +102,13 @@ color_src = MUTCOLORS extra = TRUE +/datum/sprite_accessory/taur/feline + name = "Feline" + icon_state = "feline" + taur_mode = STYLE_PAW_TAURIC + color_src = MUTCOLORS + extra = TRUE + /datum/sprite_accessory/taur/horse name = "Horse" icon_state = "horse" @@ -126,17 +140,3 @@ taur_mode = STYLE_SNEK_TAURIC color_src = MUTCOLORS hide_legs = USE_SNEK_CLIP_MASK - -/datum/sprite_accessory/taur/canine - name = "Canine" - icon_state = "canine" - taur_mode = STYLE_PAW_TAURIC - color_src = MUTCOLORS - extra = TRUE - -/datum/sprite_accessory/taur/feline - name = "Feline" - icon_state = "feline" - taur_mode = STYLE_PAW_TAURIC - color_src = MUTCOLORS - extra = TRUE diff --git a/code/modules/mob/dead/new_player/sprite_accessories/snouts.dm b/code/modules/mob/dead/new_player/sprite_accessories/snouts.dm index f514ef54db..99d2c67cc9 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/snouts.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/snouts.dm @@ -7,14 +7,19 @@ var/obj/item/bodypart/head/HD = H.get_bodypart(BODY_ZONE_HEAD) return ((H.wear_mask && (H.wear_mask.flags_inv & HIDESNOUT)) || (H.head && (H.head.flags_inv & HIDESNOUT)) || !HD || HD.status == BODYPART_ROBOTIC) -/datum/sprite_accessory/snouts/sharp - name = "Sharp" - icon_state = "sharp" +/datum/sprite_accessory/snout/guilmon + name = "Guilmon" + icon_state = "guilmon" + color_src = MATRIXED /datum/sprite_accessory/snouts/round name = "Round" icon_state = "round" +/datum/sprite_accessory/snouts/sharp + name = "Sharp" + icon_state = "sharp" + /datum/sprite_accessory/snouts/sharplight name = "Sharp + Light" icon_state = "sharplight" @@ -23,11 +28,6 @@ name = "Round + Light" icon_state = "roundlight" -/datum/sprite_accessory/snout/guilmon - name = "Guilmon" - icon_state = "guilmon" - color_src = MATRIXED - //christ this was a mistake, but it's here just in case someone wants to selectively fix -- Pooj /************* Lizard compatable snoots *********** /datum/sprite_accessory/snouts/bird @@ -192,11 +192,19 @@ extra = TRUE extra_color_src = MUTCOLORS3 -/datum/sprite_accessory/snouts/mam_snouts/skulldog - name = "Skulldog" - icon_state = "skulldog" +/datum/sprite_accessory/snouts/mam_snouts/husky + name = "Husky" + icon_state = "husky" + +/datum/sprite_accessory/snouts/mam_snouts/rhino + name = "Horn" + icon_state = "rhino" extra = TRUE - extra_color_src = MATRIXED + extra = MUTCOLORS3 + +/datum/sprite_accessory/snouts/mam_snouts/rodent + name = "Rodent" + icon_state = "rodent" /datum/sprite_accessory/snouts/mam_snouts/lcanid name = "Mammal, Long" @@ -226,32 +234,20 @@ name = "Mammal, Thick ALT" icon_state = "wolfalt" -/datum/sprite_accessory/snouts/mam_snouts/redpanda - name = "WahCoon" - icon_state = "wah" - -/datum/sprite_accessory/snouts/mam_snouts/redpandaalt - name = "WahCoon ALT" - icon_state = "wahalt" - -/datum/sprite_accessory/snouts/mam_snouts/rhino - name = "Horn" - icon_state = "rhino" - extra = TRUE - extra = MUTCOLORS3 - -/datum/sprite_accessory/snouts/mam_snouts/rodent - name = "Rodent" - icon_state = "rodent" - -/datum/sprite_accessory/snouts/mam_snouts/husky - name = "Husky" - icon_state = "husky" - /datum/sprite_accessory/snouts/mam_snouts/otie name = "Otie" icon_state = "otie" +/datum/sprite_accessory/snouts/mam_snouts/round + name = "Round" + icon_state = "round" + color_src = MUTCOLORS + +/datum/sprite_accessory/snouts/mam_snouts/roundlight + name = "Round + Light" + icon_state = "roundlight" + color_src = MUTCOLORS + /datum/sprite_accessory/snouts/mam_snouts/pede name = "Scolipede" icon_state = "pede" @@ -268,30 +264,33 @@ name = "hShark" icon_state = "hshark" -/datum/sprite_accessory/snouts/mam_snouts/toucan - name = "Toucan" - icon_state = "toucan" - /datum/sprite_accessory/snouts/mam_snouts/sharp name = "Sharp" icon_state = "sharp" color_src = MUTCOLORS -/datum/sprite_accessory/snouts/mam_snouts/round - name = "Round" - icon_state = "round" - color_src = MUTCOLORS - /datum/sprite_accessory/snouts/mam_snouts/sharplight name = "Sharp + Light" icon_state = "sharplight" color_src = MUTCOLORS -/datum/sprite_accessory/snouts/mam_snouts/roundlight - name = "Round + Light" - icon_state = "roundlight" - color_src = MUTCOLORS +/datum/sprite_accessory/snouts/mam_snouts/skulldog + name = "Skulldog" + icon_state = "skulldog" + extra = TRUE + extra_color_src = MATRIXED +/datum/sprite_accessory/snouts/mam_snouts/toucan + name = "Toucan" + icon_state = "toucan" + +/datum/sprite_accessory/snouts/mam_snouts/redpanda + name = "WahCoon" + icon_state = "wah" + +/datum/sprite_accessory/snouts/mam_snouts/redpandaalt + name = "WahCoon ALT" + icon_state = "wahalt" /****************************************** **************** Snouts ******************* @@ -318,6 +317,16 @@ extra = TRUE extra_color_src = MUTCOLORS3 +/datum/sprite_accessory/snouts/mam_snouts/frhino + name = "Horn (Top)" + icon_state = "frhino" + extra = TRUE + extra = MUTCOLORS3 + +/datum/sprite_accessory/snouts/mam_snouts/fhusky + name = "Husky (Top)" + icon_state = "fhusky" + /datum/sprite_accessory/snouts/mam_snouts/flcanid name = "Mammal, Long (Top)" icon_state = "flcanid" @@ -346,27 +355,23 @@ name = "Mammal, Thick ALT (Top)" icon_state = "fwolfalt" -/datum/sprite_accessory/snouts/mam_snouts/fredpanda - name = "WahCoon (Top)" - icon_state = "fwah" - -/datum/sprite_accessory/snouts/mam_snouts/frhino - name = "Horn (Top)" - icon_state = "frhino" - extra = TRUE - extra = MUTCOLORS3 +/datum/sprite_accessory/snouts/mam_snouts/fotie + name = "Otie (Top)" + icon_state = "fotie" /datum/sprite_accessory/snouts/mam_snouts/frodent name = "Rodent (Top)" icon_state = "frodent" -/datum/sprite_accessory/snouts/mam_snouts/fhusky - name = "Husky (Top)" - icon_state = "fhusky" +/datum/sprite_accessory/snouts/mam_snouts/fround + name = "Round (Top)" + icon_state = "fround" + color_src = MUTCOLORS -/datum/sprite_accessory/snouts/mam_snouts/fotie - name = "Otie (Top)" - icon_state = "fotie" +/datum/sprite_accessory/snouts/mam_snouts/froundlight + name = "Round + Light (Top)" + icon_state = "froundlight" + color_src = MUTCOLORS /datum/sprite_accessory/snouts/mam_snouts/fpede name = "Scolipede (Top)" @@ -380,26 +385,20 @@ name = "Shark (Top)" icon_state = "fshark" -/datum/sprite_accessory/snouts/mam_snouts/ftoucan - name = "Toucan (Top)" - icon_state = "ftoucan" - /datum/sprite_accessory/snouts/mam_snouts/fsharp name = "Sharp (Top)" icon_state = "fsharp" color_src = MUTCOLORS -/datum/sprite_accessory/snouts/mam_snouts/fround - name = "Round (Top)" - icon_state = "fround" - color_src = MUTCOLORS - /datum/sprite_accessory/snouts/mam_snouts/fsharplight name = "Sharp + Light (Top)" icon_state = "fsharplight" color_src = MUTCOLORS -/datum/sprite_accessory/snouts/mam_snouts/froundlight - name = "Round + Light (Top)" - icon_state = "froundlight" - color_src = MUTCOLORS +/datum/sprite_accessory/snouts/mam_snouts/ftoucan + name = "Toucan (Top)" + icon_state = "ftoucan" + +/datum/sprite_accessory/snouts/mam_snouts/fredpanda + name = "WahCoon (Top)" + icon_state = "fwah" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/socks.dm b/code/modules/mob/dead/new_player/sprite_accessories/socks.dm index 19ec677a72..ffb808eede 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/socks.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/socks.dm @@ -20,6 +20,10 @@ name = "Knee-high - Bee" icon_state = "bee_knee" +/datum/sprite_accessory/underwear/socks/christmas_knee + name = "Knee-High - Christmas" + icon_state = "christmas_knee" + /datum/sprite_accessory/underwear/socks/commie_knee name = "Knee-High - Commie" icon_state = "commie_knee" @@ -32,6 +36,14 @@ name = "Knee-high - Rainbow" icon_state = "rainbow_knee" +/datum/sprite_accessory/underwear/socks/candycaner_knee + name = "Knee-High - Red Candy Cane" + icon_state = "candycaner_knee" + +/datum/sprite_accessory/underwear/socks/candycaneg_knee //ignore alphabetisation for ease of use in scenarios like this + name = "Knee-High - Green Candy Cane" + icon_state = "candycaneg_knee" + /datum/sprite_accessory/underwear/socks/striped_knee name = "Knee-high - Striped" icon_state = "striped_knee" @@ -46,18 +58,6 @@ name = "Knee-High - UK" icon_state = "uk_knee" -/datum/sprite_accessory/underwear/socks/christmas_knee - name = "Knee-High - Christmas" - icon_state = "christmas_knee" - -/datum/sprite_accessory/underwear/socks/candycaner_knee - name = "Knee-High - Red Candy Cane" - icon_state = "candycaner_knee" - -/datum/sprite_accessory/underwear/socks/candycaneg_knee - name = "Knee-High - Green Candy Cane" - icon_state = "candycaneg_knee" - /datum/sprite_accessory/underwear/socks/socks_norm name = "Normal" icon_state = "socks_norm" @@ -129,22 +129,34 @@ name = "Thigh-high - Bee" icon_state = "bee_thigh" +/datum/sprite_accessory/underwear/socks/christmas_thigh + name = "Thigh-high - Christmas" + icon_state = "christmas_thigh" + /datum/sprite_accessory/underwear/socks/commie_thigh name = "Thigh-high - Commie" icon_state = "commie_thigh" -/datum/sprite_accessory/underwear/socks/usa_thigh - name = "Thigh-high - Freedom" - icon_state = "assblastusa_thigh" - /datum/sprite_accessory/underwear/socks/fishnet name = "Thigh-high - Fishnet" icon_state = "fishnet" +/datum/sprite_accessory/underwear/socks/usa_thigh + name = "Thigh-high - Freedom" + icon_state = "assblastusa_thigh" + /datum/sprite_accessory/underwear/socks/rainbow_thigh name = "Thigh-high - Rainbow" icon_state = "rainbow_thigh" +/datum/sprite_accessory/underwear/socks/candycaner_thigh + name = "Thigh-high - Red Candy Cane" + icon_state = "candycaner_thigh" + +/datum/sprite_accessory/underwear/socks/candycaneg_thigh + name = "Thigh-high - Green Candy Cane" + icon_state = "candycaneg_thigh" + /datum/sprite_accessory/underwear/socks/striped_thigh name = "Thigh-high - Striped" icon_state = "striped_thigh" @@ -157,16 +169,4 @@ /datum/sprite_accessory/underwear/socks/uk_thigh name = "Thigh-high - UK" - icon_state = "uk_thigh" - -/datum/sprite_accessory/underwear/socks/christmas_thigh - name = "Thigh-high - Christmas" - icon_state = "christmas_thigh" - -/datum/sprite_accessory/underwear/socks/candycaner_thigh - name = "Thigh-high - Red Candy Cane" - icon_state = "candycaner_thigh" - -/datum/sprite_accessory/underwear/socks/candycaneg_thigh - name = "Thigh-high - Green Candy Cane" - icon_state = "candycaneg_thigh" \ No newline at end of file + icon_state = "uk_thigh" \ No newline at end of file diff --git a/code/modules/mob/dead/new_player/sprite_accessories/spines.dm b/code/modules/mob/dead/new_player/sprite_accessories/spines.dm index 83415ed375..5d7207c934 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/spines.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/spines.dm @@ -21,21 +21,13 @@ name = "None" icon_state = "none" -/datum/sprite_accessory/spines/short - name = "Short" - icon_state = "short" +/datum/sprite_accessory/spines/aqautic + name = "Aquatic" + icon_state = "aqua" -/datum/sprite_accessory/spines_animated/short - name = "Short" - icon_state = "short" - -/datum/sprite_accessory/spines/shortmeme - name = "Short + Membrane" - icon_state = "shortmeme" - -/datum/sprite_accessory/spines_animated/shortmeme - name = "Short + Membrane" - icon_state = "shortmeme" +/datum/sprite_accessory/spines_animated/aqautic + name = "Aquatic" + icon_state = "aqua" /datum/sprite_accessory/spines/long name = "Long" @@ -53,10 +45,18 @@ name = "Long + Membrane" icon_state = "longmeme" -/datum/sprite_accessory/spines/aqautic - name = "Aquatic" - icon_state = "aqua" +/datum/sprite_accessory/spines/short + name = "Short" + icon_state = "short" -/datum/sprite_accessory/spines_animated/aqautic - name = "Aquatic" - icon_state = "aqua" +/datum/sprite_accessory/spines_animated/short + name = "Short" + icon_state = "short" + +/datum/sprite_accessory/spines/shortmeme + name = "Short + Membrane" + icon_state = "shortmeme" + +/datum/sprite_accessory/spines_animated/shortmeme + name = "Short + Membrane" + icon_state = "shortmeme" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/synthliz.dm b/code/modules/mob/dead/new_player/sprite_accessories/synthliz.dm index 16531d8f06..9addd15dca 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/synthliz.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/synthliz.dm @@ -25,12 +25,6 @@ icon_state = "synthliz_tertunder" //Synth body markings -/datum/sprite_accessory/mam_body_markings/synthliz - recommended_species = list("synthliz") - icon = 'modular_citadel/icons/mob/synthliz_body_markings.dmi' - name = "Synthetic Lizard - Plates" - icon_state = "synthlizscutes" - /datum/sprite_accessory/mam_body_markings/synthliz/synthliz_pecs icon = 'modular_citadel/icons/mob/synthliz_body_markings.dmi' name = "Synthetic Lizard - Pecs" @@ -41,6 +35,12 @@ name = "Synthetic Lizard - Pecs Light" icon_state = "synthlizpecslight" +/datum/sprite_accessory/mam_body_markings/synthliz + recommended_species = list("synthliz") + icon = 'modular_citadel/icons/mob/synthliz_body_markings.dmi' + name = "Synthetic Lizard - Plates" + icon_state = "synthlizscutes" + //Synth tails /datum/sprite_accessory/tails/mam_tails/synthliz recommended_species = list("synthliz") @@ -70,17 +70,17 @@ name = "Synthetic Lizard - Curled" icon_state = "synth_curled" -/datum/sprite_accessory/antenna/synthliz/synthliz_thick +/datum/sprite_accessory/antenna/synthliz/synth_horns icon = 'modular_citadel/icons/mob/synthliz_antennas.dmi' color_src = MUTCOLORS - name = "Synthetic Lizard - Thick" - icon_state = "synth_thick" + name = "Synthetic Lizard - Horns" + icon_state = "synth_horns" -/datum/sprite_accessory/antenna/synthliz/synth_thicklight +/datum/sprite_accessory/antenna/synthliz/synth_hornslight icon = 'modular_citadel/icons/mob/synthliz_antennas.dmi' color_src = MATRIXED - name = "Synthetic Lizard - Thick Light" - icon_state = "synth_thicklight" + name = "Synthetic Lizard - Horns Light" + icon_state = "synth_hornslight" /datum/sprite_accessory/antenna/synthliz/synth_short icon = 'modular_citadel/icons/mob/synthliz_antennas.dmi' @@ -100,17 +100,17 @@ name = "Synthetic Lizard - Sharp Light" icon_state = "synth_sharplight" -/datum/sprite_accessory/antenna/synthliz/synth_horns +/datum/sprite_accessory/antenna/synthliz/synthliz_thick icon = 'modular_citadel/icons/mob/synthliz_antennas.dmi' color_src = MUTCOLORS - name = "Synthetic Lizard - Horns" - icon_state = "synth_horns" + name = "Synthetic Lizard - Thick" + icon_state = "synth_thick" -/datum/sprite_accessory/antenna/synthliz/synth_hornslight +/datum/sprite_accessory/antenna/synthliz/synth_thicklight icon = 'modular_citadel/icons/mob/synthliz_antennas.dmi' color_src = MATRIXED - name = "Synthetic Lizard - Horns Light" - icon_state = "synth_hornslight" + name = "Synthetic Lizard - Thick Light" + icon_state = "synth_thicklight" //Synth Taurs (Ported from Virgo) /datum/sprite_accessory/taur/synthliz diff --git a/code/modules/mob/dead/new_player/sprite_accessories/tails.dm b/code/modules/mob/dead/new_player/sprite_accessories/tails.dm index 812e0c052c..d9e2de1525 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/tails.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/tails.dm @@ -18,38 +18,7 @@ /datum/sprite_accessory/tails_animated/lizard/is_not_visible(var/mob/living/carbon/human/H, var/tauric) return (((H.wear_suit && (H.wear_suit.flags_inv & HIDETAUR)) || tauric) || H.dna.species.mutant_bodyparts["tail_lizard"]) -/datum/sprite_accessory/tails/lizard/smooth - name = "Smooth" - icon_state = "smooth" - -/datum/sprite_accessory/tails_animated/lizard/smooth - name = "Smooth" - icon_state = "smooth" - -/datum/sprite_accessory/tails/lizard/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - -/datum/sprite_accessory/tails_animated/lizard/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - -/datum/sprite_accessory/tails/lizard/ltiger - name = "Light Tiger" - icon_state = "ltiger" - -/datum/sprite_accessory/tails_animated/lizard/ltiger - name = "Light Tiger" - icon_state = "ltiger" - -/datum/sprite_accessory/tails/lizard/spikes - name = "Spikes" - icon_state = "spikes" - -/datum/sprite_accessory/tails_animated/lizard/spikes - name = "Spikes" - icon_state = "spikes" - +//this goes first regardless of alphabetical order /datum/sprite_accessory/tails/lizard/none name = "None" icon_state = "None" @@ -72,11 +41,13 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' -/datum/sprite_accessory/body_markings/guilmon - name = "Guilmon" - icon_state = "guilmon" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/markings_notmammals.dmi' +/datum/sprite_accessory/tails/lizard/dtiger + name = "Dark Tiger" + icon_state = "dtiger" + +/datum/sprite_accessory/tails_animated/lizard/dtiger + name = "Dark Tiger" + icon_state = "dtiger" /datum/sprite_accessory/tails/lizard/guilmon name = "Guilmon" @@ -90,6 +61,30 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' +/datum/sprite_accessory/tails/lizard/ltiger + name = "Light Tiger" + icon_state = "ltiger" + +/datum/sprite_accessory/tails_animated/lizard/ltiger + name = "Light Tiger" + icon_state = "ltiger" + +/datum/sprite_accessory/tails/lizard/smooth + name = "Smooth" + icon_state = "smooth" + +/datum/sprite_accessory/tails_animated/lizard/smooth + name = "Smooth" + icon_state = "smooth" + +/datum/sprite_accessory/tails/lizard/spikes + name = "Spikes" + icon_state = "spikes" + +/datum/sprite_accessory/tails_animated/lizard/spikes + name = "Spikes" + icon_state = "spikes" + /****************************************** ************** Human Tails **************** *******************************************/ @@ -107,18 +102,6 @@ /datum/sprite_accessory/tails_animated/human/is_not_visible(var/mob/living/carbon/human/H, var/tauric) return (((H.wear_suit && (H.wear_suit.flags_inv & HIDETAUR)) || tauric)|| H.dna.species.mutant_bodyparts["tail_human"]) -/datum/sprite_accessory/tails/human/ailurus - name = "Red Panda" - icon_state = "wah" - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - color_src = MATRIXED - -/datum/sprite_accessory/tails_animated/human/ailurus - name = "Red Panda" - icon_state = "wah" - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - color_src = MATRIXED - /datum/sprite_accessory/tails/human/axolotl name = "Axolotl" icon_state = "axolotl" @@ -199,6 +182,14 @@ icon = 'modular_citadel/icons/mob/mam_tails.dmi' color_src = MATRIXED +/datum/sprite_accessory/tails/human/corvid + name = "Corvid" + icon_state = "crow" + +/datum/sprite_accessory/tails_animated/human/corvid + name = "Corvid" + icon_state = "crow" + /datum/sprite_accessory/tails/human/cow name = "Cow" icon_state = "cow" @@ -211,13 +202,25 @@ icon = 'modular_citadel/icons/mob/mam_tails.dmi' color_src = MATRIXED -/datum/sprite_accessory/tails/human/corvid - name = "Corvid" - icon_state = "crow" +/datum/sprite_accessory/tails/human/dtiger + name = "Dark Tiger" + icon_state = "dtiger" -/datum/sprite_accessory/tails_animated/human/corvid - name = "Corvid" - icon_state = "crow" +/datum/sprite_accessory/tails_animated/human/dtiger + name = "Dark Tiger" + icon_state = "dtiger" + +/datum/sprite_accessory/tails/human/datashark + name = "datashark" + icon_state = "datashark" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + +/datum/sprite_accessory/tails_animated/human/datashark + name = "datashark" + icon_state = "datashark" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' /datum/sprite_accessory/tails/human/eevee name = "Eevee" @@ -298,7 +301,7 @@ color_src = MATRIXED /datum/sprite_accessory/tails_animated/human/insect - name = "insect" + name = "Insect" icon_state = "insect" icon = 'modular_citadel/icons/mob/mam_tails.dmi' color_src = MATRIXED @@ -315,6 +318,14 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' +/datum/sprite_accessory/tails/human/ltiger + name = "Light Tiger" + icon_state = "ltiger" + +/datum/sprite_accessory/tails_animated/human/ltiger + name = "Light Tiger" + icon_state = "ltiger" + /datum/sprite_accessory/tails/human/murid name = "Murid" icon_state = "murid" @@ -327,18 +338,6 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' -/datum/sprite_accessory/tails/human/otie - name = "Otusian" - icon_state = "otie" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - -/datum/sprite_accessory/tails_animated/human/otie - name = "Otusian" - icon_state = "otie" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - /datum/sprite_accessory/tails/orca name = "Orca" icon_state = "orca" @@ -351,15 +350,15 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' -/datum/sprite_accessory/tails/human/pede - name = "Scolipede" - icon_state = "pede" +/datum/sprite_accessory/tails/human/otie + name = "Otusian" + icon_state = "otie" color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' -/datum/sprite_accessory/tails_animated/human/pede - name = "Scolipede" - icon_state = "pede" +/datum/sprite_accessory/tails_animated/human/otie + name = "Otusian" + icon_state = "otie" color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' @@ -375,6 +374,30 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' +/datum/sprite_accessory/tails/human/ailurus + name = "Red Panda" + icon_state = "wah" + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + color_src = MATRIXED + +/datum/sprite_accessory/tails_animated/human/ailurus + name = "Red Panda" + icon_state = "wah" + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + color_src = MATRIXED + +/datum/sprite_accessory/tails/human/pede + name = "Scolipede" + icon_state = "pede" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + +/datum/sprite_accessory/tails_animated/human/pede + name = "Scolipede" + icon_state = "pede" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + /datum/sprite_accessory/tails/human/sergal name = "Sergal" icon_state = "sergal" @@ -387,6 +410,18 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' +/datum/sprite_accessory/tails/human/shark + name = "Shark" + icon_state = "shark" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + +/datum/sprite_accessory/tails_animated/human/shark + name = "Shark" + icon_state = "shark" + color_src = MATRIXED + icon = 'modular_citadel/icons/mob/mam_tails.dmi' + /datum/sprite_accessory/tails/human/skunk name = "skunk" icon_state = "skunk" @@ -415,30 +450,6 @@ name = "Spikes" icon_state = "spikes" -/datum/sprite_accessory/tails/human/shark - name = "Shark" - icon_state = "shark" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - -/datum/sprite_accessory/tails_animated/human/shark - name = "Shark" - icon_state = "shark" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - -/datum/sprite_accessory/tails/human/datashark - name = "datashark" - icon_state = "datashark" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - -/datum/sprite_accessory/tails_animated/human/datashark - name = "datashark" - icon_state = "datashark" - color_src = MATRIXED - icon = 'modular_citadel/icons/mob/mam_tails.dmi' - /datum/sprite_accessory/tails/human/straighttail name = "Straight Tail" icon_state = "straighttail" @@ -495,22 +506,6 @@ color_src = MATRIXED icon = 'modular_citadel/icons/mob/mam_tails.dmi' -/datum/sprite_accessory/tails/human/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - -/datum/sprite_accessory/tails_animated/human/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - -/datum/sprite_accessory/tails/human/ltiger - name = "Light Tiger" - icon_state = "ltiger" - -/datum/sprite_accessory/tails_animated/human/ltiger - name = "Light Tiger" - icon_state = "ltiger" - /datum/sprite_accessory/tails/human/wolf name = "Wolf" icon_state = "wolf" @@ -554,16 +549,6 @@ icon_state = "none" relevant_layers = null -/datum/sprite_accessory/tails/mam_tails/ailurus - name = "Red Panda" - icon_state = "wah" - extra = TRUE - -/datum/sprite_accessory/tails_animated/mam_tails_animated/ailurus - name = "Red Panda" - icon_state = "wah" - extra = TRUE - /datum/sprite_accessory/tails/mam_tails/axolotl name = "Axolotl" icon_state = "axolotl" @@ -638,6 +623,18 @@ name = "Cow" icon_state = "cow" +/datum/sprite_accessory/tails/mam_tails/dtiger + name = "Dark Tiger" + icon_state = "dtiger" + color_src = MUTCOLORS + icon = 'icons/mob/mutant_bodyparts.dmi' + +/datum/sprite_accessory/tails_animated/mam_tails_animated/dtiger + name = "Dark Tiger" + icon_state = "dtiger" + color_src = MUTCOLORS + icon = 'icons/mob/mutant_bodyparts.dmi' + /datum/sprite_accessory/tails/mam_tails/eevee name = "Eevee" icon_state = "eevee" @@ -728,6 +725,18 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Lab" icon_state = "lab" +/datum/sprite_accessory/tails/mam_tails/ltiger + name = "Light Tiger" + icon_state = "ltiger" + color_src = MUTCOLORS + icon = 'icons/mob/mutant_bodyparts.dmi' + +/datum/sprite_accessory/tails_animated/mam_tails_animated/ltiger + name = "Light Tiger" + icon_state = "ltiger" + color_src = MUTCOLORS + icon = 'icons/mob/mutant_bodyparts.dmi' + /datum/sprite_accessory/tails/mam_tails/murid name = "Murid" icon_state = "murid" @@ -736,14 +745,6 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Murid" icon_state = "murid" -/datum/sprite_accessory/tails/mam_tails/otie - name = "Otusian" - icon_state = "otie" - -/datum/sprite_accessory/tails_animated/mam_tails_animated/otie - name = "Otusian" - icon_state = "otie" - /datum/sprite_accessory/tails/mam_tails/orca name = "Orca" icon_state = "orca" @@ -752,13 +753,13 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Orca" icon_state = "orca" -/datum/sprite_accessory/tails/mam_tails/pede - name = "Scolipede" - icon_state = "pede" +/datum/sprite_accessory/tails/mam_tails/otie + name = "Otusian" + icon_state = "otie" -/datum/sprite_accessory/tails_animated/mam_tails_animated/pede - name = "Scolipede" - icon_state = "pede" +/datum/sprite_accessory/tails_animated/mam_tails_animated/otie + name = "Otusian" + icon_state = "otie" /datum/sprite_accessory/tails/mam_tails/rabbit name = "Rabbit" @@ -768,6 +769,24 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Rabbit" icon_state = "rabbit" +/datum/sprite_accessory/tails/mam_tails/ailurus + name = "Red Panda" + icon_state = "wah" + extra = TRUE + +/datum/sprite_accessory/tails_animated/mam_tails_animated/ailurus + name = "Red Panda" + icon_state = "wah" + extra = TRUE + +/datum/sprite_accessory/tails/mam_tails/pede + name = "Scolipede" + icon_state = "pede" + +/datum/sprite_accessory/tails_animated/mam_tails_animated/pede + name = "Scolipede" + icon_state = "pede" + /datum/sprite_accessory/tails/mam_tails/sergal name = "Sergal" icon_state = "sergal" @@ -776,6 +795,22 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Sergal" icon_state = "sergal" +/datum/sprite_accessory/tails/mam_tails/shark + name = "Shark" + icon_state = "shark" + +/datum/sprite_accessory/tails_animated/mam_tails_animated/shark + name = "Shark" + icon_state = "shark" + +/datum/sprite_accessory/tails/mam_tails/shepherd + name = "Shepherd" + icon_state = "shepherd" + +/datum/sprite_accessory/tails_animated/mam_tails_animated/shepherd + name = "Shepherd" + icon_state = "shepherd" + /datum/sprite_accessory/tails/mam_tails/skunk name = "Skunk" icon_state = "skunk" @@ -808,22 +843,6 @@ datum/sprite_accessory/tails/mam_tails/insect color_src = MUTCOLORS icon = 'icons/mob/mutant_bodyparts.dmi' -/datum/sprite_accessory/tails/mam_tails/shark - name = "Shark" - icon_state = "shark" - -/datum/sprite_accessory/tails_animated/mam_tails_animated/shark - name = "Shark" - icon_state = "shark" - -/datum/sprite_accessory/tails/mam_tails/shepherd - name = "Shepherd" - icon_state = "shepherd" - -/datum/sprite_accessory/tails_animated/mam_tails_animated/shepherd - name = "Shepherd" - icon_state = "shepherd" - /datum/sprite_accessory/tails/mam_tails/straighttail name = "Straight Tail" icon_state = "straighttail" @@ -864,30 +883,6 @@ datum/sprite_accessory/tails/mam_tails/insect name = "Tiger" icon_state = "tiger" -/datum/sprite_accessory/tails/mam_tails/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - color_src = MUTCOLORS - icon = 'icons/mob/mutant_bodyparts.dmi' - -/datum/sprite_accessory/tails_animated/mam_tails_animated/dtiger - name = "Dark Tiger" - icon_state = "dtiger" - color_src = MUTCOLORS - icon = 'icons/mob/mutant_bodyparts.dmi' - -/datum/sprite_accessory/tails/mam_tails/ltiger - name = "Light Tiger" - icon_state = "ltiger" - color_src = MUTCOLORS - icon = 'icons/mob/mutant_bodyparts.dmi' - -/datum/sprite_accessory/tails_animated/mam_tails_animated/ltiger - name = "Light Tiger" - icon_state = "ltiger" - color_src = MUTCOLORS - icon = 'icons/mob/mutant_bodyparts.dmi' - /datum/sprite_accessory/tails/mam_tails/wolf name = "Wolf" icon_state = "wolf" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/undershirt.dm b/code/modules/mob/dead/new_player/sprite_accessories/undershirt.dm index b8282931d2..1be02c207e 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/undershirt.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/undershirt.dm @@ -12,6 +12,38 @@ // please make sure they're sorted alphabetically and categorized +/datum/sprite_accessory/underwear/top/cowboyshirt + name = "Cowboy Shirt Black" + icon_state = "cowboyshirt" + +/datum/sprite_accessory/underwear/top/cowboyshirt/red + name = "Cowboy Shirt Red" + icon_state = "cowboyshirt_red" + +/datum/sprite_accessory/underwear/top/cowboyshirt/navy + name = "Cowboy Shirt Navy" + icon_state = "cowboyshirt_navy" + +/datum/sprite_accessory/underwear/top/cowboyshirt/white + name = "Cowboy Shirt White" + icon_state = "cowboyshirt_white" + +/datum/sprite_accessory/underwear/top/cowboyshirt/s + name = "Cowboy Shirt Shortsleeved Black" + icon_state = "cowboyshirt_s" + +/datum/sprite_accessory/underwear/top/cowboyshirt/red/s + name = "Cowboy Shirt Shortsleeved Red" + icon_state = "cowboyshirt_reds" + +/datum/sprite_accessory/underwear/top/cowboyshirt/navy/s + name = "Cowboy Shirt Shortsleeved Navy" + icon_state = "cowboyshirt_navys" + +/datum/sprite_accessory/underwear/top/cowboyshirt/white/s + name = "Cowboy Shirt Shortsleeved White" + icon_state = "cowboyshirt_whites" + /datum/sprite_accessory/underwear/top/longjon name = "Long John Shirt" icon_state = "ljont" @@ -30,36 +62,6 @@ icon_state = "undershirt" has_color = TRUE -/datum/sprite_accessory/underwear/top/bowlingw - name = "Shirt - Bowling" - icon_state = "bowlingw" - has_color = TRUE - -/datum/sprite_accessory/underwear/top/bowling - name = "Shirt, Bowling - Red" - icon_state = "bowling" - -/datum/sprite_accessory/underwear/top/bowlingp - name = "Shirt, Bowling - Pink" - icon_state = "bowlingp" - -/datum/sprite_accessory/underwear/top/bowlinga - name = "Shirt, Bowling - Aqua" - icon_state = "bowlinga" - -/datum/sprite_accessory/underwear/top/bluejersey - name = "Shirt, Jersey - Blue" - icon_state = "shirt_bluejersey" - -/datum/sprite_accessory/underwear/top/redjersey - name = "Shirt, Jersey - Red" - icon_state = "shirt_redjersey" - -/datum/sprite_accessory/underwear/top/polo - name = "Shirt - Polo" - icon_state = "polo" - has_color = TRUE - /datum/sprite_accessory/underwear/top/alienshirt name = "Shirt - Alien" icon_state = "shirt_alien" @@ -72,6 +74,23 @@ name = "Shirt - Bee" icon_state = "bee_shirt" +/datum/sprite_accessory/underwear/top/bowlingw + name = "Shirt - Bowling" + icon_state = "bowlingw" + has_color = TRUE + +/datum/sprite_accessory/underwear/top/bowlinga + name = "Shirt, Bowling - Aqua" + icon_state = "bowlinga" + +/datum/sprite_accessory/underwear/top/bowling + name = "Shirt, Bowling - Red" + icon_state = "bowling" + +/datum/sprite_accessory/underwear/top/bowlingp + name = "Shirt, Bowling - Pink" + icon_state = "bowlingp" + /datum/sprite_accessory/underwear/top/clownshirt name = "Shirt - Clown" icon_state = "shirt_clown" @@ -88,6 +107,14 @@ name = "Shirt - I Love NT" icon_state = "ilovent" +/datum/sprite_accessory/underwear/top/bluejersey + name = "Shirt, Jersey - Blue" + icon_state = "shirt_bluejersey" + +/datum/sprite_accessory/underwear/top/redjersey + name = "Shirt, Jersey - Red" + icon_state = "shirt_redjersey" + /datum/sprite_accessory/underwear/top/lover name = "Shirt - Lover" icon_state = "lover" @@ -112,6 +139,11 @@ name = "Shirt - Pogoman" icon_state = "pogoman" +/datum/sprite_accessory/underwear/top/polo + name = "Shirt - Polo" + icon_state = "polo" + has_color = TRUE + /datum/sprite_accessory/underwear/top/question name = "Shirt - Question" icon_state = "shirt_question" @@ -120,6 +152,23 @@ name = "Shirt - Skull" icon_state = "shirt_skull" +/datum/sprite_accessory/underwear/top/shortsleeve + name = "Shirt - Short Sleeved" + icon_state = "shortsleeve" + has_color = TRUE + +/datum/sprite_accessory/underwear/top/blueshirtsport + name = "Shirt, Sports - Blue" + icon_state = "blueshirtsport" + +/datum/sprite_accessory/underwear/top/greenshirtsport + name = "Shirt, Sports - Green" + icon_state = "greenshirtsport" + +/datum/sprite_accessory/underwear/top/redshirtsport + name = "Shirt, Sports - Red" + icon_state = "redshirtsport" + /datum/sprite_accessory/underwear/top/ss13 name = "Shirt - SS13" icon_state = "shirt_ss13" @@ -141,27 +190,6 @@ name = "Shirt - USA" icon_state = "shirt_assblastusa" -/datum/sprite_accessory/underwear/top/shortsleeve - name = "Shirt - Short Sleeved" - icon_state = "shortsleeve" - has_color = TRUE - -/datum/sprite_accessory/underwear/top/blueshirtsport - name = "Shirt, Sports - Blue" - icon_state = "blueshirtsport" - -/datum/sprite_accessory/underwear/top/greenshirtsport - name = "Shirt, Sports - Green" - icon_state = "greenshirtsport" - -/datum/sprite_accessory/underwear/top/redshirtsport - name = "Shirt, Sports - Red" - icon_state = "redshirtsport" - -/datum/sprite_accessory/underwear/top/tankfire - name = "Tank Top - Fire" - icon_state = "tank_fire" - /datum/sprite_accessory/underwear/top/tanktop name = "Tank Top" icon_state = "tanktop" @@ -172,6 +200,10 @@ icon_state = "tanktop_alt" has_color = TRUE +/datum/sprite_accessory/underwear/top/tankfire + name = "Tank Top - Fire" + icon_state = "tank_fire" + /datum/sprite_accessory/underwear/top/tanktop_midriff name = "Tank Top - Midriff" icon_state = "tank_midriff" @@ -192,6 +224,8 @@ name = "Tank top - Sun" icon_state = "tank_sun" +//feminine accessories from here on + /datum/sprite_accessory/underwear/top/babydoll name = "Baby-Doll" icon_state = "babydoll" @@ -210,15 +244,25 @@ has_color = TRUE gender = FEMALE -/datum/sprite_accessory/underwear/top/bra_thin - name = "Bra - Thin" - icon_state = "bra_thin" - has_color = TRUE +/datum/sprite_accessory/underwear/top/bra_beekini + name = "Bra - Bee-kini" + icon_state = "bra_bee-kini" gender = FEMALE -/datum/sprite_accessory/underwear/top/bra_kinky - name = "Bra - Kinky Black" - icon_state = "bra_kinky" +/datum/sprite_accessory/underwear/top/bra_binder + name = "Bra (binder)" + icon_state = "bra_binder" + has_color = TRUE + +/datum/sprite_accessory/underwear/top/bra_binder_strapless + name = "Bra (binder, strapless)" + icon_state = "bra_binder_strapless" + has_color = TRUE + + +/datum/sprite_accessory/underwear/top/bra_commie + name = "Bra - Commie" + icon_state = "bra_commie" gender = FEMALE /datum/sprite_accessory/underwear/top/bra_freedom @@ -226,33 +270,17 @@ icon_state = "bra_assblastusa" gender = FEMALE -/datum/sprite_accessory/underwear/top/bra_commie - name = "Bra - Commie" - icon_state = "bra_commie" - gender = FEMALE - -/datum/sprite_accessory/underwear/top/bra_beekini - name = "Bra - Bee-kini" - icon_state = "bra_bee-kini" - gender = FEMALE - -/datum/sprite_accessory/underwear/top/bra_uk - name = "Bra - UK" - icon_state = "bra_uk" - gender = FEMALE - -/datum/sprite_accessory/underwear/top/bra_neko - name = "Bra - Neko" - icon_state = "bra_neko" - has_color = TRUE - gender = FEMALE - /datum/sprite_accessory/underwear/top/halterneck_bra name = "Bra - Halterneck" icon_state = "halterneck_bra" has_color = TRUE gender = FEMALE +/datum/sprite_accessory/underwear/top/bra_kinky + name = "Bra - Kinky Black" + icon_state = "bra_kinky" + gender = FEMALE + /datum/sprite_accessory/underwear/top/sports_bra name = "Bra, Sports" icon_state = "sports_bra" @@ -283,9 +311,21 @@ has_color = TRUE gender = FEMALE -/datum/sprite_accessory/underwear/top/fishnet_sleeves - name = "Fishnet - sleeves" - icon_state = "fishnet_sleeves" +/datum/sprite_accessory/underwear/top/bra_thin + name = "Bra - Thin" + icon_state = "bra_thin" + has_color = TRUE + gender = FEMALE + +/datum/sprite_accessory/underwear/top/bra_neko + name = "Bra - Neko" + icon_state = "bra_neko" + has_color = TRUE + gender = FEMALE + +/datum/sprite_accessory/underwear/top/bra_uk + name = "Bra - UK" + icon_state = "bra_uk" gender = FEMALE /datum/sprite_accessory/underwear/top/fishnet_gloves @@ -293,6 +333,11 @@ icon_state = "fishnet_gloves" gender = FEMALE +/datum/sprite_accessory/underwear/top/fishnet_sleeves + name = "Fishnet - sleeves" + icon_state = "fishnet_sleeves" + gender = FEMALE + /datum/sprite_accessory/underwear/top/fishnet_base name = "Fishnet - top" icon_state = "fishnet_body" @@ -315,45 +360,3 @@ icon_state = "tubetop" has_color = TRUE gender = FEMALE - -/datum/sprite_accessory/underwear/top/cowboyshirt - name = "Cowboy Shirt Black" - icon_state = "cowboyshirt" - -/datum/sprite_accessory/underwear/top/cowboyshirt/s - name = "Cowboy Shirt Shortsleeved Black" - icon_state = "cowboyshirt_s" - -/datum/sprite_accessory/underwear/top/cowboyshirt/white - name = "Cowboy Shirt White" - icon_state = "cowboyshirt_white" - -/datum/sprite_accessory/underwear/top/cowboyshirt/white/s - name = "Cowboy Shirt Shortsleeved White" - icon_state = "cowboyshirt_whites" - -/datum/sprite_accessory/underwear/top/cowboyshirt/navy - name = "Cowboy Shirt Navy" - icon_state = "cowboyshirt_navy" - -/datum/sprite_accessory/underwear/top/cowboyshirt/navy/s - name = "Cowboy Shirt Shortsleeved Navy" - icon_state = "cowboyshirt_navys" - -/datum/sprite_accessory/underwear/top/cowboyshirt/red - name = "Cowboy Shirt Red" - icon_state = "cowboyshirt_red" - -/datum/sprite_accessory/underwear/top/cowboyshirt/red/s - name = "Cowboy Shirt Shortsleeved Red" - icon_state = "cowboyshirt_reds" - -/datum/sprite_accessory/underwear/top/bra_binder - name = "Bra (binder)" - icon_state = "bra_binder" - has_color = TRUE - -/datum/sprite_accessory/underwear/top/bra_binder_strapless - name = "Bra (binder, strapless)" - icon_state = "bra_binder_strapless" - has_color = TRUE diff --git a/code/modules/mob/dead/new_player/sprite_accessories/underwear.dm b/code/modules/mob/dead/new_player/sprite_accessories/underwear.dm index 58d5e1ba88..edfeba79f1 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/underwear.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/underwear.dm @@ -10,18 +10,6 @@ icon_state = null covers_groin = FALSE -/datum/sprite_accessory/underwear/bottom/mankini - name = "Mankini" - icon_state = "mankini" - has_color = TRUE - gender = MALE - -/datum/sprite_accessory/underwear/bottom/male_kinky - name = "Jockstrap" - icon_state = "jockstrap" - has_color = TRUE - gender = MALE - /datum/sprite_accessory/underwear/bottom/briefs name = "Briefs" icon_state = "briefs" @@ -77,6 +65,26 @@ has_digitigrade = TRUE has_color = TRUE +/datum/sprite_accessory/underwear/bottom/male_kinky + name = "Jockstrap" + icon_state = "jockstrap" + has_color = TRUE + gender = MALE + +/datum/sprite_accessory/underwear/bottom/longjon + name = "Long John Bottoms" + icon_state = "ljonb" + has_digitigrade = TRUE + has_color = TRUE + +/datum/sprite_accessory/underwear/bottom/mankini + name = "Mankini" + icon_state = "mankini" + has_color = TRUE + gender = MALE + +//feminine underwear from here on + /datum/sprite_accessory/underwear/bottom/panties name = "Panties" icon_state = "panties" @@ -89,11 +97,6 @@ has_color = TRUE gender = FEMALE -/datum/sprite_accessory/underwear/bottom/fishnet_lower - name = "Panties - Fishnet" - icon_state = "fishnet_lower" - gender = FEMALE - /datum/sprite_accessory/underwear/bottom/female_beekini name = "Panties - Bee-kini" icon_state = "panties_bee-kini" @@ -104,6 +107,11 @@ icon_state = "panties_commie" gender = FEMALE +/datum/sprite_accessory/underwear/bottom/fishnet_lower + name = "Panties - Fishnet" + icon_state = "fishnet_lower" + gender = FEMALE + /datum/sprite_accessory/underwear/bottom/female_usastripe name = "Panties - Freedom" icon_state = "panties_assblastusa" @@ -114,11 +122,6 @@ icon_state = "panties_kinky" gender = FEMALE -/datum/sprite_accessory/underwear/bottom/panties_uk - name = "Panties - UK" - icon_state = "panties_uk" - gender = FEMALE - /datum/sprite_accessory/underwear/bottom/panties_neko name = "Panties - Neko" icon_state = "panties_neko" @@ -149,17 +152,10 @@ has_color = TRUE gender = FEMALE -/datum/sprite_accessory/underwear/bottom/longjon - name = "Long John Bottoms" - icon_state = "ljonb" - has_digitigrade = TRUE - has_color = TRUE - -/datum/sprite_accessory/underwear/bottom/swimsuit_red - name = "Swimsuit, One Piece - Red" - icon_state = "swimming_red" +/datum/sprite_accessory/underwear/bottom/panties_uk + name = "Panties - UK" + icon_state = "panties_uk" gender = FEMALE - covers_chest = TRUE /datum/sprite_accessory/underwear/bottom/swimsuit name = "Swimsuit, One Piece - Black" @@ -173,6 +169,12 @@ gender = FEMALE covers_chest = TRUE +/datum/sprite_accessory/underwear/bottom/swimsuit_red + name = "Swimsuit, One Piece - Red" + icon_state = "swimming_red" + gender = FEMALE + covers_chest = TRUE + /datum/sprite_accessory/underwear/bottom/thong name = "Thong" icon_state = "thong" @@ -184,5 +186,3 @@ icon_state = "thong_babydoll" has_color = TRUE gender = FEMALE - - diff --git a/code/modules/mob/dead/new_player/sprite_accessories/wings.dm b/code/modules/mob/dead/new_player/sprite_accessories/wings.dm index fb03df88a1..fb71bb483d 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/wings.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/wings.dm @@ -58,6 +58,10 @@ dimension_y = 34 relevant_layers = list(BODY_BEHIND_LAYER, BODY_ADJ_LAYER, BODY_FRONT_LAYER) +/datum/sprite_accessory/deco_wings/atlas + name = "Atlas" + icon_state = "atlas" + /datum/sprite_accessory/deco_wings/bat name = "Bat" icon_state = "bat" @@ -66,6 +70,10 @@ name = "Bee" icon_state = "bee" +/datum/sprite_accessory/deco_wings/deathhead + name = "Deathshead" + icon_state = "deathhead" + /datum/sprite_accessory/deco_wings/fairy name = "Fairy" icon_state = "fairy" @@ -74,14 +82,6 @@ name = "Feathery" icon_state = "feathery" -/datum/sprite_accessory/deco_wings/atlas - name = "Atlas" - icon_state = "atlas" - -/datum/sprite_accessory/deco_wings/deathhead - name = "Deathshead" - icon_state = "deathhead" - /datum/sprite_accessory/deco_wings/firewatch name = "Firewatch" icon_state = "firewatch" @@ -150,6 +150,10 @@ icon_state = "none" relevant_layers = null +/datum/sprite_accessory/insect_wings/atlas + name = "Atlas" + icon_state = "atlas" + /datum/sprite_accessory/insect_wings/bat name = "Bat" icon_state = "bat" @@ -158,6 +162,10 @@ name = "Bee" icon_state = "bee" +/datum/sprite_accessory/insect_wings/deathhead + name = "Deathshead" + icon_state = "deathhead" + /datum/sprite_accessory/insect_wings/fairy name = "Fairy" icon_state = "fairy" @@ -166,14 +174,6 @@ name = "Feathery" icon_state = "feathery" -/datum/sprite_accessory/insect_wings/atlas - name = "Atlas" - icon_state = "atlas" - -/datum/sprite_accessory/insect_wings/deathhead - name = "Deathshead" - icon_state = "deathhead" - /datum/sprite_accessory/insect_wings/firewatch name = "Firewatch" icon_state = "firewatch" @@ -182,6 +182,10 @@ name = "Gothic" icon_state = "gothic" +/datum/sprite_accessory/insect_wings/jungle + name = "Jungle" + icon_state = "jungle" + /datum/sprite_accessory/insect_wings/lovers name = "Lovers" icon_state = "lovers" @@ -198,6 +202,10 @@ name = "Moon Fly" icon_state = "moonfly" +/datum/sprite_accessory/insect_wings/oakworm + name = "Oak Worm" + icon_state = "oakworm" + /datum/sprite_accessory/insect_wings/plain name = "Plain" icon_state = "plain" @@ -230,14 +238,6 @@ name = "White Fly" icon_state = "whitefly" -/datum/sprite_accessory/insect_wings/oakworm - name = "Oak Worm" - icon_state = "oakworm" - -/datum/sprite_accessory/insect_wings/jungle - name = "Jungle" - icon_state = "jungle" - /datum/sprite_accessory/insect_wings/witchwing name = "Witch Wing" icon_state = "witchwing" From 142dee3645ef8f52be25c5292e94e23a7eff4b13 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Mon, 24 Aug 2020 12:47:56 -0700 Subject: [PATCH 08/26] Update iv_drip.dm --- code/game/machinery/iv_drip.dm | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index bf71786a05..3720466bcb 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -3,13 +3,14 @@ /obj/machinery/iv_drip name = "\improper IV drip" - desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate." + desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate. Alt-Click to change the transfer rate." icon = 'icons/obj/iv_drip.dmi' icon_state = "iv_drip" anchored = FALSE mouse_drag_pointer = MOUSE_ACTIVE_POINTER var/mob/living/carbon/attached var/mode = IV_INJECTING + var/dripfeed = FALSE var/obj/item/reagent_containers/beaker var/static/list/drip_containers = typecacheof(list(/obj/item/reagent_containers/blood, /obj/item/reagent_containers/food, @@ -132,9 +133,11 @@ if(mode) if(beaker.reagents.total_volume) var/transfer_amount = 5 + if (dripfeed) + transfer_amount = 1 if(istype(beaker, /obj/item/reagent_containers/blood)) // speed up transfer on blood packs - transfer_amount = 10 + transfer_amount *= 2 var/fraction = min(transfer_amount/beaker.reagents.total_volume, 1) //the fraction that is transfered of the total volume beaker.reagents.reaction(attached, INJECT, fraction, FALSE) //make reagents reacts, but don't spam messages beaker.reagents.trans_to(attached, transfer_amount) @@ -169,6 +172,16 @@ else toggle_mode() +/obj/machinery/iv_drip/AltClick(mob/living/user) + if(!user.canUseTopic(src, be_close=TRUE)) + return + if(dripfeed) + dripfeed = FALSE + to_chat(usr, "You loosen the valve to speed up the [src].") + else + dripfeed = TRUE + to_chat(usr, "You tighten the valve to slowly drip-feed the contents of [src].") + /obj/machinery/iv_drip/attack_robot(mob/user) if(Adjacent(user)) attack_hand(user) From de7ecefad27fafaa4833209fa530c3f35a866207 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Mon, 24 Aug 2020 15:07:40 -0700 Subject: [PATCH 09/26] minor description change --- code/game/machinery/iv_drip.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 3720466bcb..ff6f96a29f 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -240,7 +240,7 @@ /obj/machinery/iv_drip/telescopic name = "telescopic IV drip" - desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate. This one is telescopic, and can be picked up and put down." + desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate. This one is telescopic, and can be picked up and put down.Alt-Click with a beaker attached to change the transfer rate." icon_state = "iv_drip" /obj/machinery/iv_drip/telescopic/update_icon_state() From 8a499e6ba71749593472e9b82dd7a9d2731bded3 Mon Sep 17 00:00:00 2001 From: lolman360 Date: Tue, 25 Aug 2020 10:10:53 +1000 Subject: [PATCH 10/26] kek --- strings/traumas.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/strings/traumas.json b/strings/traumas.json index 58170bd55a..607ea3af71 100644 --- a/strings/traumas.json +++ b/strings/traumas.json @@ -131,7 +131,8 @@ "@pick(semicolon)*weh", "@pick(semicolon)My balls finally feel full, again.", "@pick(semicolon)Assaltign a sec osficer aren't crime if ur @pick(roles)", - ";SEC I SPILED MU JICE HELELPH HELPJ JLEP HELP" + ";SEC I SPILED MU JICE HELELPH HELPJ JLEP HELP", + "@pick(semicolon) atmos is chmesitry is radation fast air is FASTER cheemsitry and FASTER RADIATION AND FASTER DEATH!!!" ], "mutations": [ @@ -199,7 +200,7 @@ "abdoocters", "revinent" ], - + "bug": [ "", "IS TIS A BUG??", @@ -207,7 +208,7 @@ "BUG!!!", "HUE, FEATURE!!" ], - + "semicolon": [ "", ";", @@ -271,7 +272,7 @@ "arrdee", "sek" ], - + "cargo": [ "GUNS", "HATS", @@ -279,7 +280,7 @@ "MEMES", "GLOWY CYSTAL" ], - + "s_roles": [ "ert", "shadowlig", From 931e48a9949aee3a0a03d6969cff1a7271ecb50d Mon Sep 17 00:00:00 2001 From: lolman360 Date: Tue, 25 Aug 2020 10:12:53 +1000 Subject: [PATCH 11/26] this is funnier --- strings/traumas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/traumas.json b/strings/traumas.json index 607ea3af71..f8fed95c98 100644 --- a/strings/traumas.json +++ b/strings/traumas.json @@ -132,7 +132,7 @@ "@pick(semicolon)My balls finally feel full, again.", "@pick(semicolon)Assaltign a sec osficer aren't crime if ur @pick(roles)", ";SEC I SPILED MU JICE HELELPH HELPJ JLEP HELP", - "@pick(semicolon) atmos is chmesitry is radation fast air is FASTER cheemsitry and FASTER RADIATION AND FASTER DEATH!!!" + "@pick(semicolon) atmos is chemistyr is radation fast air is FASTER cheemsitry and FASTER RADIATION AND FASTER DEATH!!!" ], "mutations": [ From 70c1dc02384322f2791e3910ca9718bc587993fa Mon Sep 17 00:00:00 2001 From: EmeraldSundisk Date: Mon, 24 Aug 2020 18:21:18 -0700 Subject: [PATCH 12/26] Update CogStation.dmm --- _maps/map_files/CogStation/CogStation.dmm | 146328 +------------------ 1 file changed, 8023 insertions(+), 138305 deletions(-) diff --git a/_maps/map_files/CogStation/CogStation.dmm b/_maps/map_files/CogStation/CogStation.dmm index 40a57135fd..5bbbf1eeec 100644 --- a/_maps/map_files/CogStation/CogStation.dmm +++ b/_maps/map_files/CogStation/CogStation.dmm @@ -1,138308 +1,8026 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/obj/structure/sign/poster/official/anniversary_vintage_reprint, -/turf/closed/wall/r_wall, -/area/science/research{ - name = "Research Sector" - }) -"aac" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"aad" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"aae" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 4; - height = 12; - id = "arrivals_stationary"; - name = "cog arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/cog; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"aaf" = ( -/turf/closed/wall, -/area/science/test_area) -"aag" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/secondary/entry) -"aah" = ( -/obj/structure/sign/warning/electricshock, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aai" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall/rust, -/area/maintenance/fore) -"aaj" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"aak" = ( -/obj/machinery/conveyor/auto{ - id = "pb" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aal" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"aam" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aan" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ai_monitored/security/armory) -"aao" = ( -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"aap" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aaq" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aar" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "pb" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aas" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aat" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/observatory"; - dir = 1; - name = "Observatory APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aau" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 8; - name = "Port Bow Maintenance APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aav" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "solar" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aaw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/test_area) -"aax" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aay" = ( -/obj/structure/sign/warning/electricshock, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aaz" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ai_monitored/security/armory) -"aaA" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aaB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen/backroom"; - dir = 1; - name = "Kitchen Coldroom APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aaC" = ( -/obj/structure/closet/secure_closet/lethalshots, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/effect/spawner/lootdrop/armory_contraband/metastation, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aaD" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aaE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Port Bow Maintenance - Fore"; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aaF" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaG" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/stairs/left, -/area/security/brig) -"aaH" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor"; - pixel_x = 22 - }, -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_y = -6 - }, -/obj/item/gun/energy/e_gun{ - pixel_y = -3 - }, -/obj/item/gun/energy/e_gun, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aaJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaK" = ( -/obj/machinery/power/solar{ - id = "foreport"; - name = "Fore-Port Solar Array" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port) -"aaL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/solar/port) -"aaM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/port) -"aaN" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/brig) -"aaO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aaP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aaQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aaR" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aaS" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"aaT" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aaU" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"aaV" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aaW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aaX" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aaY" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 21 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aaZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aba" = ( -/obj/machinery/door/airlock/external{ - name = "Arrival Shuttle Airlock" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"abd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"abe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"abf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"abg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abh" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/port) -"abi" = ( -/obj/machinery/power/solar{ - id = "foreport"; - name = "Fore-Port Solar Array" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port) -"abj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"abk" = ( -/obj/structure/closet/crate/secure/gear{ - name = "Grenade Crate" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/storage/box/teargas{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abl" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/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 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"abm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"abn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = 6 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_y = -6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abp" = ( -/turf/closed/wall/r_wall, -/area/space/nearstation) -"abq" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abv" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"abw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001 - }, -/obj/item/clothing/head/helmet/alt{ - layer = 3.00001; - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abx" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port) -"aby" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"abz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"abA" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"abB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"abC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"abD" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abF" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "sb_out"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/trackimp{ - pixel_x = 4 - }, -/obj/item/storage/box/chemimp{ - pixel_x = -4 - }, -/obj/item/storage/lockbox/loyalty, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"abI" = ( -/obj/structure/table, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = -24 - }, -/obj/item/storage/briefcase, -/obj/item/circuitboard/machine/vending/donksofttoyvendor, -/obj/item/storage/pill_bottle/happy, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper/fluff/cogstation/cluwne, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"abJ" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "sb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"abM" = ( -/turf/closed/wall/r_wall, -/area/router/aux) -"abN" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/hallway/secondary/entry) -"abO" = ( -/obj/structure/chair/comfy/brown, -/obj/item/beacon, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"abP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/gun/energy/ionrifle{ - pixel_y = 4 - }, -/obj/item/gun/energy/temperature/security{ - pixel_y = -4 - }, -/obj/item/clothing/suit/armor/laserproof, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"abQ" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/fore) -"abR" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/router/aux) -"abS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"abT" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms/purple"; - name = "Crew Quarters A APC"; - pixel_y = -26 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"abU" = ( -/obj/machinery/space_heater, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/dorms/blue"; - name = "Crew Quarters B APC"; - pixel_y = -26 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/fore) -"abV" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"abW" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/router/aux) -"abX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"abY" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"abZ" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "sb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"aca" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "pb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acb" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"acc" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "solitarylock"; - name = "Brig Lockdown" - }, -/turf/open/floor/plating, -/area/security/brig) -"acd" = ( -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Blast Door Control"; - pixel_x = -28; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ace" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "pb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acf" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "pb_out"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acg" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ach" = ( -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aci" = ( -/turf/closed/wall, -/area/medical{ - name = "Medical Booth" - }) -"acj" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "solar_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ack" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot, -/obj/item/shield/riot{ - pixel_x = -6 - }, -/obj/item/shield/riot{ - pixel_x = -6 - }, -/obj/item/shield/riot{ - pixel_x = -6 - }, -/obj/item/clothing/mask/gas/sechailer/swat{ - pixel_x = -4 - }, -/obj/item/clothing/mask/gas/sechailer/swat{ - pixel_x = -4 - }, -/obj/item/clothing/mask/gas/sechailer/swat{ - pixel_x = -4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Armory"; - req_one_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acm" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aco" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"acp" = ( -/turf/open/floor/plating/airless, -/area/science/test_area) -"acq" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/conveyor{ - id = "solar_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acr" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acs" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"act" = ( -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"acu" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/machinery/recharger, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/electropack{ - pixel_x = -10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"acw" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"acx" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/gun/energy/e_gun/advtaser{ - pixel_y = 6 - }, -/obj/item/gun/energy/e_gun/advtaser, -/obj/item/gun/energy/e_gun/advtaser{ - pixel_y = -6 - }, -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acz" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "sb_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acA" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "sb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acB" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "sb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - id = "armory"; - name = "Armory" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acD" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"acF" = ( -/turf/closed/wall, -/area/crew_quarters/lounge) -"acG" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "pb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acH" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"acI" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"acJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - id = "solar_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"acK" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical{ - name = "Medical Booth" - }) -"acL" = ( -/obj/machinery/door/poddoor{ - id = "executionspaceblast" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"acM" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_x = -32 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"acN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acO" = ( -/obj/structure/sign/warning/electricshock, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"acP" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/maintenance/fore) -"acQ" = ( -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"acR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel/checker, -/area/hallway/secondary/entry) -"acS" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/open/floor/plating, -/area/maintenance/fore) -"acT" = ( -/obj/structure/table/reinforced, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"acU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/camera{ - c_tag = "Armory Access"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"acV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/washing_machine, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"acW" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute, -/turf/open/floor/plating/airless, -/area/router/aux) -"acX" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"acY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"acZ" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ada" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"adb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"adc" = ( -/obj/machinery/conveyor{ - id = "sb_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"add" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"ade" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"adf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"adg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"adh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"adi" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"adj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"adk" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/conveyor{ - id = "solar_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adl" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Fore Maintenance"; - req_one_access_txt = "12;46" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"adn" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"ado" = ( -/obj/machinery/power/solar{ - id = "forestarboard"; - name = "Fore-Starboard Solar Array" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"adp" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/tcommsat/computer) -"adq" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"adr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ads" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adt" = ( -/turf/open/floor/plating, -/area/maintenance/fore) -"adu" = ( -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adv" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/fore) -"adw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "solar" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"ady" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating/airless, -/area/solar/starboard/fore) -"adz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"adA" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adB" = ( -/obj/structure/sign/poster/official/enlist{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"adC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"adD" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/vending/security, -/turf/open/floor/plasteel, -/area/security/brig) -"adE" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/obj/machinery/syndicatebomb/training, -/turf/open/floor/plasteel, -/area/security/brig) -"adF" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"adG" = ( -/obj/machinery/mass_driver{ - id = "serv_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adH" = ( -/obj/machinery/conveyor/auto{ - dir = 1; - id = "solar" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adI" = ( -/obj/machinery/disposal/bin{ - name = "Service Delivery" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/hydroponics) -"adJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/closet, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/under/misc/staffassistant, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"adK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/security/brig) -"adL" = ( -/obj/machinery/mass_driver{ - id = "starboard_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"adM" = ( -/turf/closed/wall, -/area/crew_quarters/observatory) -"adN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"adO" = ( -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"adP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"adQ" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"adR" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/storage/box/beakers, -/obj/item/hand_labeler, -/obj/item/folder/white{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/stamp/denied{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/stamp, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"adS" = ( -/turf/closed/wall, -/area/construction) -"adT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction) -"adU" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"adV" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/fore"; - dir = 1; - name = "Starboard Bow Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"adW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/right, -/area/security/brig) -"adX" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"adY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"adZ" = ( -/turf/open/floor/plating, -/area/tcommsat/computer) -"aea" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aeb" = ( -/obj/structure/table, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/security/brig) -"aec" = ( -/turf/closed/wall/r_wall, -/area/construction) -"aed" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aee" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/port) -"aef" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeg" = ( -/obj/structure/sign/warning/electricshock, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aeh" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aei" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/entry"; - dir = 8; - name = "Arrival Shuttle Hallway APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aej" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/plating/airless, -/area/engine/engineering{ - name = "Engine Room" - }) -"aek" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ael" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aem" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aen" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/circuitboard/machine/sleeper, -/obj/structure/frame/machine, -/turf/open/floor/plasteel, -/area/construction) -"aep" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aer" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aes" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aet" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aeu" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aev" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"aew" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"aex" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/hypospraykit/regular, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aey" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aez" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeA" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeB" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/fitness"; - name = "Fitness Toilets APC"; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeE" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plasteel, -/area/construction) -"aeF" = ( -/obj/structure/table, -/obj/item/assembly/infra, -/obj/item/assembly/voice{ - pixel_x = 4; - pixel_y = 12 - }, -/obj/item/assembly/health{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 4; - pixel_y = -2 - }, -/turf/open/floor/plating, -/area/construction) -"aeG" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/construction"; - dir = 1; - name = "Construction Area APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/construction) -"aeH" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeI" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"aeJ" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"aeK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"aeL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aeM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Router"; - req_one_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/fore) -"aeQ" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeS" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aeT" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aeU" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aeV" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aeW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Construction Area"; - req_access_txt = "12" - }, -/turf/open/floor/plasteel, -/area/construction) -"aeX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aeY" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/fitness) -"aeZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"afa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"afb" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afc" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afd" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"afe" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aff" = ( -/turf/closed/wall, -/area/crew_quarters/fitness) -"afg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/open/floor/plating, -/area/maintenance/fore) -"afh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = /area/maintenance/solars/starboard/fore; - dir = 4; - name = "Starboard Bow Solars APC"; - pixel_x = 28 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"afi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"afj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afl" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"afm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"afn" = ( -/obj/machinery/biogenerator, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"afo" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/landmark/start/mime, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/mime"; - dir = 4; - name = "Mime's Office APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre/mime) -"afp" = ( -/turf/open/floor/plating, -/area/construction) -"afq" = ( -/obj/structure/table, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"afr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/camera{ - pixel_y = -8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"afs" = ( -/obj/machinery/flasher{ - id = "executionflash"; - pixel_x = -25 - }, -/obj/structure/chair/e_chair, -/obj/effect/decal/cleanable/ash{ - pixel_y = -8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aft" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"afu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afv" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afx" = ( -/obj/machinery/computer/holodeck{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afy" = ( -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afA" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"afB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"afE" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"afF" = ( -/obj/machinery/sparker{ - id = "executionburn"; - pixel_x = 25 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afG" = ( -/obj/structure/sink{ - pixel_y = 28 - }, -/obj/item/paper/guides/jobs/hydroponics, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"afH" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"afI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afJ" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/plant_analyzer, -/obj/item/cultivator, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"afK" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"afL" = ( -/obj/machinery/door/airlock, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afM" = ( -/obj/structure/closet/crate/internals, -/obj/machinery/camera{ - c_tag = "Construction Area"; - pixel_x = 22 - }, -/obj/item/flashlight, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen/engi, -/turf/open/floor/plating, -/area/construction) -"afN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/washing_machine, -/turf/open/floor/plasteel/checker, -/area/hallway/secondary/entry) -"afP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afR" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/table/reinforced, -/obj/item/paicard, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"afS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"afT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"afU" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/left, -/area/hallway/secondary/entry) -"afV" = ( -/obj/structure/closet/crate, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/gloves/color/white, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/structure/sign/poster/contraband/red_rum{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"afW" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/fore) -"afX" = ( -/obj/item/cigbutt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/camera{ - c_tag = "Port Bow Maintenance - Aft"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"afY" = ( -/obj/item/seeds/carrot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"afZ" = ( -/obj/machinery/disposal/bin{ - name = "Brig Catering" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5; - layer = 2.03 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aga" = ( -/obj/structure/table, -/obj/item/paper/fluff/holodeck/disclaimer, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agb" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"agd" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - name = "escape pod loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"age" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agf" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"agg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"agh" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"agi" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"agj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Observatory Access" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"agk" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agl" = ( -/obj/machinery/disposal/bin{ - name = "Bar Catering" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6; - layer = 2.03 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"agm" = ( -/obj/structure/table, -/obj/item/sharpener, -/obj/item/kitchen/knife, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"agn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall, -/area/crew_quarters/lounge) -"ago" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"agp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agq" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"agr" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ags" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"agt" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agu" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"agv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/brig) -"agw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/displaycase/labcage{ - desc = "A glass lab container for storing smelly creatures."; - name = "stinky panda containment"; - start_showpiece_type = /mob/living/simple_animal/pet/redpanda/stinky - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"agx" = ( -/mob/living/simple_animal/bot/floorbot, -/turf/open/floor/plating, -/area/construction) -"agy" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agz" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"agA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"agB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"agC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"agD" = ( -/obj/machinery/seed_extractor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"agE" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"agF" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agG" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre/mime) -"agH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"agI" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/tower, -/obj/item/seeds/amanita, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"agJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Fore Maintenance"; - req_one_access_txt = "12;46" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"agK" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agL" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/solar/port) -"agM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agN" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agO" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Holodeck Door" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"agQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"agR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agS" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/suit_storage_unit/engine, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"agU" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/t_scanner{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/t_scanner, -/obj/item/assembly/igniter{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/structure/sign/poster/contraband/missing_gloves{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"agV" = ( -/obj/machinery/newscaster{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"agW" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"agX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Starboard Bow Solar Exterior Airlock"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"agY" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"agZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aha" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahb" = ( -/obj/machinery/processor, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahc" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 8 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahd" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ahf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Labor Camp Shuttle Airlock" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ahg" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"ahh" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ahi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 28 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ahj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Fore Maintenance - Fore"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ahk" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/processing) -"ahl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ahm" = ( -/obj/structure/falsewall/reinforced, -/turf/closed/wall, -/area/maintenance/port/fore) -"ahn" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aho" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ahp" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ahq" = ( -/turf/open/floor/plasteel, -/area/security/processing) -"ahr" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/ambrosia, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"ahs" = ( -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aht" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/storage/box/disks, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ahu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"ahv" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_x = 32 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"ahw" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ahx" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahy" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "solitarylock"; - name = "Brig Lockdown" - }, -/turf/open/floor/plating, -/area/security/warden) -"ahz" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"ahA" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/fitness) -"ahB" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/door/window/eastleft{ - name = "Bathroom Stall" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"ahC" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"ahD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ahE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ahF" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/mirror{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"ahG" = ( -/obj/structure/sink{ - pixel_y = 28 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"ahH" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ahI" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness"; - name = "Fitness Room APC"; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ahJ" = ( -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ahK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/crew_quarters/observatory) -"ahM" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"ahN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ahO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ahP" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/fore) -"ahQ" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"ahR" = ( -/obj/item/beacon, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"ahS" = ( -/obj/structure/closet/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ahT" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/storage/bag/plants, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahU" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahV" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"ahW" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ahX" = ( -/obj/machinery/deepfryer, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ahY" = ( -/obj/machinery/vending/autodrobe, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"ahZ" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/radio/off, -/obj/machinery/camera{ - c_tag = "Arrival Shuttle Hallway" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/hallway/secondary/entry) -"aia" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aib" = ( -/obj/structure/table/glass, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/hallway/secondary/entry) -"aic" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aid" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/cotton, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"aie" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aif" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aig" = ( -/obj/machinery/camera{ - c_tag = "Observatory Holodeck"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aih" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aii" = ( -/obj/structure/closet, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/gps, -/turf/open/floor/plasteel, -/area/storage/tools) -"aij" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aik" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ail" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aim" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"ain" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"aio" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aip" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aiq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/port) -"air" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/cable_coil/red{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/stack/cable_coil/red, -/obj/item/screwdriver, -/obj/item/multitool{ - pixel_x = -6; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"ais" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ait" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aiu" = ( -/obj/effect/landmark/start/mime, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/checker, -/area/crew_quarters/theatre/mime) -"aiv" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aiw" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aix" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"aiy" = ( -/obj/structure/bed, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/effect/landmark/start/clown, -/obj/item/bedsheet/clown, -/obj/structure/sign/plaques/kiddie/perfect_man{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"aiz" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aiA" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"aiB" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - name = "Kitchen APC"; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aiC" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"aiD" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Clown's Office"; - pixel_x = 22 - }, -/obj/item/clothing/under/rank/civilian/clown/yellow, -/obj/item/clothing/under/rank/civilian/clown/blue, -/obj/item/clothing/under/rank/civilian/clown/green, -/obj/item/toy/crayon/spraycan/lubecan, -/obj/item/megaphone/clown, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"aiE" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/security/processing) -"aiF" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Bow Maintenance"; - req_one_access_txt = "12;25;26;28;35;46" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aiG" = ( -/obj/structure/closet, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aiH" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/grass, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/security/prison) -"aiI" = ( -/obj/structure/closet/boxinggloves, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aiJ" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"aiK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/genpop, -/turf/open/floor/plasteel, -/area/security/brig) -"aiL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"aiM" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/observatory) -"aiN" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aiO" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aiP" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aiQ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aiR" = ( -/obj/structure/rack, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aiS" = ( -/obj/item/kirbyplants{ - icon_state = "plant-06" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aiT" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Port Bow Maintainance"; - req_one_access_txt = "1" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aiU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aiV" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 10; - pixel_y = 4 - }, -/turf/open/floor/plating, -/area/construction) -"aiW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Observatory" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/observatory) -"aiX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall, -/area/crew_quarters/observatory) -"aiY" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - name = "Bathroom Stall" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aiZ" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"aja" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/caution, -/turf/open/floor/plating, -/area/construction) -"ajb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ajc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/port) -"ajd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aje" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ajg" = ( -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/item/reagent_containers/food/snacks/pie/cream, -/obj/item/instrument/bikehorn, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"ajh" = ( -/obj/structure/table/glass, -/obj/item/paper_bin/construction, -/obj/item/storage/crayons, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/hallway/secondary/entry) -"aji" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ajj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ajk" = ( -/obj/effect/landmark/start/clown, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"ajl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ajm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/washing_machine, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ajn" = ( -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ajo" = ( -/obj/structure/table, -/obj/item/toy/dummy, -/obj/structure/mirror{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/checker, -/area/crew_quarters/theatre/mime) -"ajp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"ajq" = ( -/obj/effect/landmark/start/clown, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/clown"; - dir = 4; - name = "Clown's Office APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"ajr" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"ajs" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/obj/item/reagent_containers/food/condiment/mayonnaise, -/obj/item/bikehorn{ - pixel_x = -8; - pixel_y = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ajt" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aju" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"ajv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre/mime) -"ajw" = ( -/turf/closed/wall, -/area/construction/secondary) -"ajx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ajy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/computer/prisoner/management, -/turf/open/floor/plasteel, -/area/security/brig) -"ajz" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajA" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/genpop, -/turf/open/floor/plasteel, -/area/security/brig) -"ajB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ajC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ajD" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ajE" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ajF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/secondary) -"ajG" = ( -/obj/machinery/computer/arcade, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"ajH" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar, -/obj/item/extinguisher, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ajI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ajJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ajK" = ( -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ajL" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/lounge"; - name = "Lounge APC"; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"ajM" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8; - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ajN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ajO" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"ajP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ajQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ajR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"ajS" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ajT" = ( -/obj/structure/weightmachine/weightlifter, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"ajU" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/light/tube, -/obj/item/radio/off, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/camera{ - c_tag = "Security - Interrogation Maintenance"; - dir = 1 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/security/brig"; - dir = 4; - name = "Brig APC"; - pixel_x = 26 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"ajV" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"ajW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/observatory) -"ajX" = ( -/obj/item/pipe{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/melee/baseball_bat, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/camera{ - c_tag = "Secondary Construction Area" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"ajY" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ajZ" = ( -/obj/item/multitool, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Access APC"; - pixel_y = 28 - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aka" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"akb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mime's Office"; - req_access_txt = "46" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/crew_quarters/theatre/mime) -"akc" = ( -/obj/machinery/computer/slot_machine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/secondary) -"akd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/checkpoint) -"ake" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/rnd/production/techfab/department/service, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"akf" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/electronics/firelock, -/obj/item/electronics/firealarm, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/secondary) -"akg" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "foreport"; - name = "Port Bow Solar Control" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"akh" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction/secondary) -"aki" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/construction/secondary) -"akj" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"akk" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 10; - pixel_y = 4 - }, -/turf/open/floor/plating, -/area/construction/secondary) -"akl" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plasteel, -/area/construction/secondary) -"akn" = ( -/obj/machinery/power/solar_control{ - id = "forestarboard"; - name = "Starboard Bow Solar Control" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ako" = ( -/obj/machinery/button/flasher{ - id = "executionflash"; - pixel_x = 7; - pixel_y = 24 - }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"akp" = ( -/obj/structure/closet/secure_closet/warden, -/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/warden) -"akq" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/structure/table/reinforced, -/obj/item/storage/box/prisoner, -/obj/item/razor, -/obj/item/paper/guides/jobs/security/labor_camp, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/processing) -"akr" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/computer/prisoner/gulag_teleporter_computer{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Shuttle Dock"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aks" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"akt" = ( -/obj/machinery/computer/prisoner/management, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Brig Control APC"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"aku" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"akv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"akw" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"akx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Secondary Construction Area"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"aky" = ( -/obj/machinery/computer/crew, -/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/warden) -"akz" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"akA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/security/warden) -"akB" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"akC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/hand_labeler{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akE" = ( -/turf/closed/wall/r_wall, -/area/router/sec) -"akF" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akG" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akH" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"akI" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"akJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Telecommunications Maintenance"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/tcommsat/computer) -"akK" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig"; - pixel_x = 22 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akM" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"akN" = ( -/turf/open/space/basic, -/area/router/aux) -"akO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/computer/security/labor{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akP" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - name = "Security Router" - }, -/turf/open/floor/plating, -/area/router/sec) -"akQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akR" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"akS" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"akT" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akU" = ( -/obj/machinery/door/window/northleft{ - name = "Showers" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"akV" = ( -/obj/structure/rack, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"akW" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/reagent_containers/hypospray/medipen, -/obj/item/reagent_containers/hypospray/medipen, -/obj/item/reagent_containers/hypospray/medipen, -/obj/item/reagent_containers/hypospray/medipen, -/obj/structure/sign/departments/restroom{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"akX" = ( -/turf/closed/wall, -/area/crew_quarters/dorms/purple) -"akY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"akZ" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ala" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"alb" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"alc" = ( -/obj/structure/fermenting_barrel, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"ald" = ( -/obj/machinery/chem_master/condimaster, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"ale" = ( -/turf/closed/wall, -/area/crew_quarters/dorms/blue) -"alf" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"alg" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/computer/arcade/minesweeper, -/turf/open/floor/plating, -/area/construction/secondary) -"alh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ali" = ( -/turf/open/floor/plating, -/area/construction/secondary) -"alj" = ( -/obj/machinery/gulag_teleporter, -/turf/open/floor/plasteel, -/area/security/processing) -"alk" = ( -/obj/item/caution, -/turf/open/floor/plating, -/area/construction/secondary) -"all" = ( -/obj/structure/table/glass, -/obj/item/wrench{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/bottle/mutagen{ - pixel_x = -4 - }, -/turf/open/floor/grass, -/area/hydroponics) -"alm" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aln" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/grass, -/area/hydroponics) -"alo" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"alp" = ( -/obj/machinery/washing_machine, -/turf/open/floor/plasteel, -/area/construction/secondary) -"alq" = ( -/obj/machinery/conveyor/auto{ - id = "sec" - }, -/turf/open/floor/plating, -/area/router/sec) -"alr" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"als" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "sec_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/sec) -"alt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"alv" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start/warden, -/obj/machinery/camera{ - c_tag = "Security - Brig Control"; - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"alx" = ( -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aly" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"alz" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"alA" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"alB" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alC" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alD" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"alE" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"alF" = ( -/obj/machinery/photocopier, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/paper/guides/cogstation/letter_sec, -/turf/open/floor/plasteel, -/area/security/warden) -"alG" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alH" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = -8 - }, -/obj/item/storage/box/ingredients{ - pixel_x = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"alI" = ( -/obj/structure/weightmachine/stacklifter, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"alJ" = ( -/obj/machinery/vending/hydroseeds, -/turf/open/floor/grass, -/area/hydroponics) -"alK" = ( -/obj/effect/landmark/xmastree, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"alL" = ( -/obj/structure/weightmachine/weightlifter, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"alM" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"alO" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"alP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"alQ" = ( -/obj/structure/dresser, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"alR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"alS" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/reagent_containers/rag, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"alT" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"alU" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"alV" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"alW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alX" = ( -/obj/structure/table, -/obj/item/storage/box/ingredients, -/obj/item/clothing/head/chefhat, -/obj/item/reagent_containers/glass/beaker, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"alY" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/t_scanner, -/turf/open/floor/plating, -/area/construction/secondary) -"alZ" = ( -/turf/closed/wall/r_wall, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"ama" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"amb" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amc" = ( -/turf/closed/wall, -/area/storage/tools) -"amd" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ame" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/warden) -"amf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"amg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/recharger, -/obj/item/pen/red{ - pixel_y = 4 - }, -/obj/item/pen/blue{ - pixel_x = -4; - pixel_y = -4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ami" = ( -/obj/structure/sign/poster/contraband/grey_tide{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amj" = ( -/turf/closed/wall/rust, -/area/maintenance/port/fore) -"amk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"aml" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"amm" = ( -/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/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"amn" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/mob/living/simple_animal/mouse/brown, -/turf/open/floor/plating, -/area/construction/secondary) -"amo" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"amp" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Fore Maintenance"; - req_one_access_txt = "12;46" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"amq" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"amr" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Bow Maintenance"; - req_one_access_txt = "12;25;26;28;35;46" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ams" = ( -/obj/machinery/camera{ - c_tag = "Fitness Toilets"; - pixel_x = 22 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"amt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"amv" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"amw" = ( -/obj/structure/sign/poster/contraband/eat{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amx" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"amy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"amz" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"amA" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"amB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/warden) -"amC" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"amD" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amE" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/bar"; - dir = 8; - name = "Bar APC"; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"amF" = ( -/obj/effect/landmark/start/cook, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"amG" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/chapel/main) -"amH" = ( -/obj/item/crowbar/large{ - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/construction/secondary) -"amI" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/warden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"amJ" = ( -/obj/structure/lattice, -/obj/structure/sign/departments/botany{ - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"amK" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"amL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"amM" = ( -/obj/machinery/light, -/obj/machinery/disposal/bin{ - name = "Kitchen Mailbox" - }, -/obj/effect/turf_decal/delivery/white, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"amN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/tools) -"amO" = ( -/obj/item/bedsheet/mime, -/obj/structure/bed, -/obj/effect/landmark/start/mime, -/obj/machinery/camera{ - c_tag = "Mime's Office"; - pixel_x = 22 - }, -/turf/open/floor/plasteel/checker, -/area/crew_quarters/theatre/mime) -"amP" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/hallway/secondary/entry) -"amQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - name = "Reception Window" - }, -/obj/machinery/door/window/westleft{ - name = "Warden's Desk"; - req_one_access_txt = "2" - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/warden) -"amR" = ( -/obj/machinery/light/small, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"amS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/construction/secondary) -"amU" = ( -/obj/structure/beebox, -/obj/item/queen_bee/bought, -/turf/open/floor/grass, -/area/hydroponics) -"amV" = ( -/turf/open/floor/grass, -/area/hydroponics) -"amW" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = -4 - }, -/obj/item/book/manual/hydroponics_pod_people{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/paper/guides/jobs/hydroponics{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/grass, -/area/hydroponics) -"amX" = ( -/obj/machinery/suit_storage_unit/security, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"amY" = ( -/turf/closed/wall, -/area/chapel/main) -"amZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ana" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"anb" = ( -/obj/structure/table, -/obj/item/lipstick/black, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre/mime) -"anc" = ( -/obj/item/cigbutt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"and" = ( -/turf/closed/wall/r_wall, -/area/chapel/main) -"ane" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"anf" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/secondary"; - dir = 1; - name = "Secondary Construction Area APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/construction/secondary) -"ang" = ( -/turf/closed/wall/r_wall, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"anh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/clothing/glasses/regular, -/obj/machinery/door/window/northright{ - name = "Medical Booth Desk"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"ani" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/poster/official/duelshotgun{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"anj" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ank" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/easel, -/obj/item/canvas/nineteenXnineteen, -/obj/machinery/camera{ - c_tag = "Crew Lounge"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"anl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"anm" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ann" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/goonplaque{ - desc = "It reads 'In honor of spacemen past, whose work allowed this station to find its new home. The fact that you stand on a station originally built light years away is a definitive representation of the ingenuity of the human spirit.' Beneath this is the image of a spaceman rocketing upwards by means of what appears to be a match and flatulence." - }, -/area/hallway/secondary/entry) -"ano" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"anp" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"anq" = ( -/turf/closed/wall, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"anr" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"ans" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/destTagger, -/obj/machinery/button/door{ - id = "secblock"; - name = "Router Access Control"; - pixel_x = 8; - pixel_y = 24; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/sec) -"ant" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"anu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"anv" = ( -/obj/item/stack/sheet/plasteel{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/beakers, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/construction) -"anw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"anx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plating, -/area/tcommsat/computer) -"any" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/pill/patch/styptic, -/obj/item/reagent_containers/pill/patch/styptic, -/obj/item/reagent_containers/pill/patch/styptic, -/obj/item/reagent_containers/pill/patch/styptic, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"anz" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"anA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Room Maintenance"; - req_one_access_txt = "12;46" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"anB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"anC" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/delivery, -/obj/machinery/requests_console{ - department = "Security Router"; - name = "Security Router RC"; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/router/sec) -"anD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"anE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"anF" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"anG" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"anH" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/security/checkpoint) -"anI" = ( -/obj/machinery/computer/arcade/orion_trail, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"anJ" = ( -/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 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/item/paper_bin, -/obj/item/stamp/denied{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/stamp{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint"; - dir = 4; - name = "Security Checkpoint APC"; - pixel_x = 24 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"anK" = ( -/turf/closed/wall/r_wall, -/area/security/detectives_office) -"anL" = ( -/obj/machinery/computer/arcade/minesweeper, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"anM" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"anN" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/analyzer, -/obj/item/wrench{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"anO" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/storage/belt/utility, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/storage/tools) -"anP" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"anQ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"anR" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"anS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tools"; - name = "Auxiliary Tool Storage APC"; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Auxiliary Tool Storage"; - dir = 4; - pixel_y = -22 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"anT" = ( -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"anU" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"anV" = ( -/turf/open/floor/plating, -/area/maintenance/solars/port) -"anW" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "sec_off" - }, -/turf/open/floor/plating, -/area/router/sec) -"anX" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"anY" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"anZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aoa" = ( -/obj/item/clockwork/component/geis_capacitor/fallen_armor, -/obj/structure/table/bronze, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"aob" = ( -/obj/structure/closet/emcloset, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aoc" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/requests_console{ - department = "Recreation"; - name = "Recreation RC"; - pixel_y = -32 - }, -/obj/item/storage/box/drinkingglasses, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aod" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/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, -/area/security/warden) -"aoe" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"aof" = ( -/obj/structure/sign/poster/official/foam_force_ad{ - pixel_y = 32 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aog" = ( -/turf/open/floor/grass, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aoh" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aoi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"aoj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aok" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "Dorm1"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -7; - pixel_y = -24; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"aol" = ( -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = -24; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aom" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aon" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aoo" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/ears/earmuffs, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/construction/secondary) -"aop" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"aoq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/warden) -"aor" = ( -/obj/machinery/shower{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aos" = ( -/obj/structure/window/reinforced, -/obj/structure/closet/athletic_mixed, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aot" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aou" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aov" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aow" = ( -/mob/living/simple_animal/banana_spider{ - name = "Henry" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aox" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"aoy" = ( -/obj/machinery/computer/secure_data, -/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/machinery/camera{ - c_tag = "Security Checkpoint"; - pixel_x = 22 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aoz" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/construction/secondary) -"aoA" = ( -/obj/structure/table/reinforced, -/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/red{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/item/flashlight/lamp, -/obj/machinery/door/window/westright{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aoB" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Beds"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/security/prison"; - dir = 4; - name = "Prison APC"; - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aoC" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aoD" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aoE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/chapel/main) -"aoF" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"aoG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aoH" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Port Bow Solars External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aoI" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aoJ" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aoK" = ( -/turf/closed/wall/r_wall, -/area/router/service) -"aoL" = ( -/obj/structure/chair/stool, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aoM" = ( -/obj/structure/closet/crate, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plating, -/area/construction) -"aoN" = ( -/obj/structure/closet/crate/internals, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = -26 - }, -/obj/item/clothing/head/hardhat/orange, -/obj/item/clothing/head/hardhat/orange, -/turf/open/floor/plasteel, -/area/storage/tools) -"aoO" = ( -/turf/open/floor/plasteel, -/area/storage/tools) -"aoP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aoQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aoR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/warden) -"aoS" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - id = "serv_off" - }, -/obj/machinery/door/poddoor{ - id = "servblock"; - name = "Service Router" - }, -/turf/open/floor/plating, -/area/router/service) -"aoT" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - id = "servblock"; - name = "Service Router" - }, -/turf/open/floor/plating, -/area/router/service) -"aoU" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aoV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aoW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external/glass{ - name = "Port Bow Solars External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aoX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aoZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"apa" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"apb" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"apc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"apd" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"ape" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"apg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/router/sec) -"aph" = ( -/turf/open/floor/plasteel/dark, -/area/security/brig) -"api" = ( -/obj/machinery/door/window/southright{ - name = "Weightroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"apj" = ( -/obj/structure/window/reinforced, -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"apk" = ( -/obj/structure/closet/lasertag/blue, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"apl" = ( -/obj/structure/chair/sofa/right, -/obj/item/clothing/head/beret/black, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"apm" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"apn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/router/sec) -"apo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) -"app" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/router/sec) -"apq" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"apr" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/button/massdriver{ - id = "sec_out"; - pixel_x = 24; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router/sec) -"aps" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security{ - name = "Security EVA Prep Room"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"apt" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"apu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apv" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"apw" = ( -/obj/structure/chair/sofa/left, -/obj/effect/landmark/start/assistant, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"apx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"apy" = ( -/obj/machinery/vr_sleeper{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"apz" = ( -/obj/machinery/vr_sleeper{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"apA" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/crew_quarters/dorms/purple) -"apB" = ( -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"apC" = ( -/turf/closed/wall/r_wall, -/area/hydroponics) -"apD" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm1"; - name = "Room 1" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"apE" = ( -/obj/machinery/biogenerator, -/turf/open/floor/grass, -/area/hydroponics) -"apF" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"apG" = ( -/mob/living/simple_animal/chicken{ - name = "Featherbottom"; - real_name = "Featherbottom" - }, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"apH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/main) -"apI" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"apJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/camera{ - c_tag = "Hydroponics - Fore"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"apK" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -30 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/grass, -/area/hydroponics) -"apL" = ( -/obj/structure/chair/sofa/left, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"apM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"apN" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm3"; - name = "Room 3" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"apO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/crew_quarters/dorms/blue) -"apP" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"apQ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Solitary Confinement"; - req_one_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"apR" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"apS" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"apT" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/construction) -"apU" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/gun/ballistic/revolver/russian, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"apV" = ( -/turf/closed/wall/rust, -/area/chapel/main) -"apW" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"apX" = ( -/obj/structure/fermenting_barrel, -/turf/open/floor/grass, -/area/hydroponics) -"apY" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Fitness Toilets" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aqa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqb" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Secondary Construction Area"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/construction/secondary) -"aqc" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/r_wall, -/area/medical{ - name = "Medical Booth" - }) -"aqd" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/camera{ - c_tag = "Chapel - Fore" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"aqe" = ( -/obj/machinery/conveyor{ - id = "serv_off" - }, -/turf/open/floor/plating, -/area/router/service) -"aqf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqg" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Fitness Room"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aqh" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aqi" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aqj" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aqk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aql" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/bar) -"aqm" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aqn" = ( -/turf/closed/wall/r_wall, -/area/medical{ - name = "Medical Booth" - }) -"aqo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aqp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"aqq" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/storage/tools) -"aqr" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/storage/tools) -"aqs" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqt" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/structure/sign/poster/contraband/hacking_guide{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aqu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqv" = ( -/obj/structure/sign/poster/official/no_erp{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aqw" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/solars/port) -"aqx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"aqy" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "serv_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/service) -"aqz" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqA" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/solar/starboard/aft) -"aqB" = ( -/turf/closed/wall, -/area/hydroponics) -"aqC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hydroponics) -"aqD" = ( -/obj/machinery/vending/sustenance, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aqE" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/sec) -"aqF" = ( -/turf/open/floor/plasteel, -/area/router/sec) -"aqG" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"aqH" = ( -/obj/machinery/power/apc{ - name = "Security Router APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/router/sec) -"aqI" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/open/floor/grass, -/area/hydroponics) -"aqJ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/router/sec) -"aqK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aqL" = ( -/turf/closed/wall, -/area/security/checkpoint) -"aqM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aqN" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Service Hallway"; - req_one_access_txt = "25;26;28;35" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aqO" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering EVA"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aqP" = ( -/obj/structure/chair/stool, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aqQ" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"aqR" = ( -/obj/item/grown/bananapeel, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"aqS" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aqT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aqU" = ( -/turf/closed/wall/r_wall, -/area/engine/storage{ - name = "Canister Storage" - }) -"aqV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Purple Dorms Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/purple) -"aqW" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/book/manual/chef_recipes, -/obj/item/storage/box/donkpockets, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aqX" = ( -/obj/structure/sign/warning/fire{ - desc = "A sign that states the labeled room's number."; - icon_state = "roomnum"; - name = "Room Number 1"; - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"aqY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aqZ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ara" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/barbershop"; - dir = 4; - name = "Barbershop APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arc" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/item/toy/figure/clown, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"ard" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"are" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"arf" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"arg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arh" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"ari" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"arj" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/purple) -"ark" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"arl" = ( -/obj/machinery/vending/kink, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Locker Room"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"arm" = ( -/obj/structure/chair/sofa/right, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"arn" = ( -/obj/machinery/vending/tool, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aro" = ( -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Starboard Bow Maintenance - Starboard"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arp" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"arq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"arr" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"ars" = ( -/obj/structure/chair/stool, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/landmark/start/bartender, -/obj/item/clothing/under/costume/maid, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"art" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aru" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/blue) -"arv" = ( -/obj/structure/table, -/obj/item/modular_computer/laptop/preset/civilian{ - pixel_x = 1; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"arw" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Crew Quarters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"arx" = ( -/obj/machinery/button/door{ - id = "kitchenlock"; - name = "Kitchen Lockup"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ary" = ( -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"arz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"arA" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"arB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"arC" = ( -/obj/structure/sign/warning/fire{ - desc = "A sign that states the labeled room's number."; - dir = 4; - icon_state = "roomnum"; - name = "Room Number 3"; - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"arD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8; - icon_state = "intact" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Blue Dorms Maintenance"; - req_one_access_txt = "12;46" - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms/blue) -"arE" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/central) -"arF" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "hot loop to space" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"arG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arH" = ( -/obj/machinery/disposal/bin{ - name = "Detective's Mailbox" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"arI" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"arJ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"arK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/item/destTagger, -/obj/machinery/button/massdriver{ - id = "serv_out"; - pixel_x = 8; - pixel_y = -4 - }, -/obj/machinery/requests_console{ - department = "Service Router"; - name = "Service Router RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/router/service) -"arL" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "serv_off" - }, -/turf/open/floor/plating, -/area/router/service) -"arM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/router/service) -"arN" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "gas to sauna" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"arO" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"arP" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"arQ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"arR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/falsewall/reinforced{ - req_access_txt = "1" - }, -/turf/open/floor/plasteel, -/area/router/sec) -"arS" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/dorms/purple) -"arT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"arU" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/sign/warning/fire{ - desc = "A sign that states the labeled room's number."; - dir = 1; - icon_state = "roomnum"; - name = "Room Number 2"; - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Dormitories - Purple"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"arV" = ( -/obj/machinery/vr_sleeper{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/sign/poster/official/soft_cap_pop_art{ - pixel_x = -32 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"arW" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"arX" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"arY" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"arZ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"asa" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"asb" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"asc" = ( -/obj/machinery/disposal/bin, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"asd" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/fore) -"ase" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Purple Dorms" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/purple) -"asf" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Blue Dorms" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms/blue) -"asg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ash" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"asi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asj" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ask" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Fore"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plasteel, -/area/security/prison) -"asl" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/camera{ - c_tag = "Port Bow Solar Maintenance"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"asm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 8; - name = "Service Hall APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"asn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aso" = ( -/obj/structure/sign/warning/fire{ - desc = "A sign that states the labeled room's number."; - dir = 8; - icon_state = "roomnum"; - name = "Room Number 4"; - pixel_y = -28 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dormitories - Blue"; - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"asp" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"asq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/dorms/blue) -"asr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"ass" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/light/small, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ast" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"asu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/maintenance/disposal) -"asv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asw" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asy" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/holopad, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/hallway/secondary/entry) -"asz" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Security - Prison Bathroom"; - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"asA" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plating, -/area/router/service) -"asB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"asC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/button/door{ - id = "servblock"; - name = "Router Access Control"; - pixel_x = 8; - pixel_y = 24; - req_one_access_txt = "12;25;26;28;35;46" - }, -/turf/open/floor/plasteel, -/area/router/service) -"asF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/security{ - name = "Labor Camp Arrivals" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"asG" = ( -/obj/structure/sign/warning/nosmoking/circle, -/turf/closed/wall/r_wall, -/area/engine/storage{ - name = "Canister Storage" - }) -"asH" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"asI" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"asJ" = ( -/turf/closed/wall, -/area/crew_quarters/toilet) -"asK" = ( -/obj/machinery/vr_sleeper{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"asL" = ( -/turf/closed/wall, -/area/security/brig) -"asM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/storage{ - name = "Canister Storage" - }) -"asN" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"asO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"asP" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"asQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/router/service) -"asR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"asS" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"asT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/mob/living/simple_animal/mouse/gray{ - desc = "A strangely observant rodent."; - name = "Remy" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"asU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Router"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"asV" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"asW" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/security/main) -"asX" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/tape, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asY" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/item/clipboard, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"asZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/router/service) -"ata" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"atb" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"atc" = ( -/turf/closed/wall, -/area/security/main) -"atd" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Service Router APC"; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/router/service) -"ate" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/router/service) -"atf" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/starboard/central) -"atg" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/router/service) -"ath" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/router/service) -"ati" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external, -/turf/open/floor/plasteel, -/area/router/service) -"atj" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"atk" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atl" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/router/service) -"atm" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"atn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external, -/turf/open/floor/plasteel, -/area/router/service) -"ato" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"atp" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm2"; - name = "Room 2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"atq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"atr" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm4"; - name = "Room 4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"ats" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Clown's Office"; - req_access_txt = "46" - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"att" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"atu" = ( -/obj/machinery/computer/cargo/request{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router/service) -"atv" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"atw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/service) -"atx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/router/service) -"aty" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/service) -"atz" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"atA" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atB" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/item/bikehorn/rubberducky, -/obj/structure/sign/poster/official/no_erp{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"atC" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"atD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router/service) -"atE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/router/service) -"atF" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"atG" = ( -/turf/open/floor/plasteel/dark, -/area/router/service) -"atH" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/power/apc{ - areastring = "/area/security/processing"; - name = "Labor Shuttle Dock APC"; - pixel_y = -26 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"atI" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/warden) -"atJ" = ( -/turf/closed/wall/rust, -/area/crew_quarters/theatre/clown) -"atK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atL" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atM" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atN" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"atO" = ( -/obj/structure/table, -/obj/item/storage/bag/tray, -/obj/item/clothing/gloves/color/white, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/item/paper/guides/cogstation/cooks, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"atP" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"atQ" = ( -/obj/structure/closet/lasertag/red, -/obj/structure/sign/poster/official/space_cops{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"atR" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"atS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"atT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"atU" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"atV" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"atW" = ( -/obj/machinery/disposal/bin{ - name = "Parolee Exit" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"atX" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/storage/tools) -"atY" = ( -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = -7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"atZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/hallway/secondary/entry) -"aua" = ( -/obj/structure/chair/wood/normal, -/obj/machinery/button/door{ - id = "Dorm4"; - name = "Dormitory Door Lock"; - normaldoorcontrol = 1; - pixel_x = 7; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aub" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"auc" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aud" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"aue" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/seeds/random, -/turf/open/floor/plating, -/area/router/service) -"auf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/router/service) -"aug" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/storage/bag/plants, -/turf/open/floor/plasteel, -/area/hydroponics) -"auh" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/storage/box/dice, -/obj/item/toy/cards/deck, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aui" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Freezer AC Pump" - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"auj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/router/service) -"auk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/service) -"aul" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/mob/living/simple_animal/mouse/brown{ - name = "Chewy" - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aum" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/service) -"aun" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/vending/hydronutrients, -/turf/open/floor/plasteel, -/area/hydroponics) -"auo" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aup" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bucket{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"auq" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/router/service) -"aur" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/router/service) -"aus" = ( -/turf/open/floor/engine, -/area/engine/gravity_generator) -"aut" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"auu" = ( -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel/dark, -/area/router/service) -"auv" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"auw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aux" = ( -/obj/machinery/light/small, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"auy" = ( -/turf/open/floor/plasteel, -/area/hydroponics) -"auz" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/chem_master, -/turf/open/floor/plasteel, -/area/hydroponics) -"auA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/hydroponics) -"auB" = ( -/obj/structure/dresser, -/turf/open/floor/carpet/purple, -/area/crew_quarters/dorms/purple) -"auC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"auD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"auE" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auF" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"auG" = ( -/obj/machinery/light/small, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"auH" = ( -/obj/structure/girder/displaced, -/obj/item/reagent_containers/rag, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auI" = ( -/obj/structure/closet/secure_closet/brig, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auJ" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/dorms/blue) -"auK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"auL" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"auM" = ( -/obj/machinery/door/firedoor, -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_x = -32 - }, -/obj/machinery/door/airlock/public/glass, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"auN" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"auO" = ( -/obj/structure/closet/crate/freezer, -/turf/open/floor/plating, -/area/router/service) -"auP" = ( -/obj/structure/chair/sofa/right, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/landmark/start/assistant/override, -/turf/open/floor/plasteel, -/area/security/main) -"auQ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"auR" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/secure_construction"; - dir = 1; - name = "Engineering Construction Area APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"auS" = ( -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"auT" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/left, -/area/router/service) -"auV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"auW" = ( -/obj/structure/chair/sofa/left, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/sign/poster/official/the_owl{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/main) -"auX" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/stairs/right, -/area/router/service) -"auY" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"auZ" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"ava" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/service) -"avb" = ( -/turf/closed/wall, -/area/hallway/secondary/civilian) -"avc" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avd" = ( -/obj/structure/sign/warning{ - name = "\improper COLD TEMPERATURES"; - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"ave" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"avf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Bow Maintenance"; - req_one_access_txt = "12;25;26;28;35;46" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/hallway/secondary/civilian) -"avg" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/turnstile{ - name = "Genpop Entrance Turnstile"; - icon_state = "turnstile_map"; - dir = 8; - req_access_txt = "69" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"avh" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/storage/tools) -"avi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Port Bow Maintainance"; - req_one_access_txt = "13" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avj" = ( -/obj/machinery/photocopier, -/turf/open/floor/carpet/red, -/area/security/brig) -"avk" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/plant_analyzer, -/obj/structure/table/glass, -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"avl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"avm" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/civilian) -"avn" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/poster/official/spiderlings{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"avo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avp" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/glass{ - name = "East Primary Hallway"; - req_one_access_txt = "10;12;25;26;28;35;46" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/router/service) -"avq" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/glass{ - name = "East Primary Hallway"; - req_one_access_txt = "10;12;25;26;28;35;46" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/router/service) -"avr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"avs" = ( -/turf/closed/wall, -/area/router/service) -"avt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"avu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"avv" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plating, -/area/space/nearstation) -"avw" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/sign/poster/official/wtf_is_co2{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"avx" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/crowbar/large, -/obj/item/crowbar{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/service) -"avy" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plating, -/area/space/nearstation) -"avz" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/service) -"avA" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"avB" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/service) -"avC" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avD" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/storage/belt/utility, -/obj/item/tank/internals/air, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/service) -"avE" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "generator to hot loop" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"avG" = ( -/turf/closed/wall, -/area/security/prison) -"avH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avJ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/security/main) -"avK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avL" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"avM" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/main) -"avN" = ( -/turf/closed/wall, -/area/crew_quarters/barbershop) -"avO" = ( -/obj/structure/table, -/obj/structure/bedsheetbin/color, -/obj/item/clothing/gloves/color/white, -/obj/machinery/camera{ - c_tag = "Laundry Room" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"avP" = ( -/obj/structure/reagent_dispensers/keg, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"avQ" = ( -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avR" = ( -/obj/machinery/washing_machine, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"avS" = ( -/obj/machinery/washing_machine, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"avT" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"avU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"avW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"avX" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"avY" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = -24 - }, -/obj/machinery/door/window/westleft{ - name = "AI Core Access"; - req_access_txt = "65" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"avZ" = ( -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"awa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"awb" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"awd" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awe" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"awf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Civilian Wing Hallway - Fore" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/sign/poster/official/fruit_bowl{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"awi" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awj" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awl" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awm" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port) -"awn" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"awo" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awp" = ( -/turf/closed/wall, -/area/hydroponics/lobby) -"awq" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plating, -/area/space/nearstation) -"awr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aws" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/engine/storage{ - name = "Canister Storage" - }) -"awt" = ( -/obj/structure/table/reinforced, -/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/red{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/item/folder/red, -/obj/machinery/door/window/westleft{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"awu" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awv" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/structure/table, -/obj/item/clothing/gloves/color/white, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"aww" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"awx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics/lobby) -"awy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Laundry Room Maintenance"; - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/barbershop) -"awz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"awA" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"awB" = ( -/obj/machinery/microwave, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/crew_quarters/bar) -"awC" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"awD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"awE" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/storage/tools) -"awF" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"awG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/obj/machinery/turnstile{ - name = "Genpop Entrance Turnstile"; - icon_state = "turnstile_map"; - dir = 8; - req_access_txt = "69" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"awI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awJ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/flasher/portable, -/turf/open/floor/plasteel, -/area/security/brig) -"awK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"awM" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/crowbar/large, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"awN" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/fore) -"awO" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/central"; - dir = 1; - name = "Central Port Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"awP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"awQ" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted, -/obj/structure/table, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/turf/open/floor/plasteel, -/area/security/main) -"awR" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awS" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"awT" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 7 - }, -/turf/open/floor/plasteel, -/area/security/main) -"awU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"awV" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/assist, -/turf/open/floor/plasteel, -/area/storage/tools) -"awW" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "cold loop to space" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"awX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"awY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "solitarylock"; - name = "Solitary Lockdown"; - pixel_x = -24; - req_access_txt = "2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"awZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axa" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"axb" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"axc" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port) -"axd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"axe" = ( -/obj/structure/closet/crate, -/obj/item/storage/belt/utility, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plating, -/area/maintenance/fore) -"axf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"axg" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/camera{ - c_tag = "Arcade"; - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"axh" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"axi" = ( -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/genpop, -/turf/open/floor/plasteel, -/area/security/brig) -"axj" = ( -/obj/machinery/vr_sleeper{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"axk" = ( -/obj/item/storage/pill_bottle/penis_enlargement, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"axl" = ( -/obj/machinery/shower{ - dir = 8; - pixel_y = -4 - }, -/obj/item/soap/homemade, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"axm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/security/prison) -"axn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"axo" = ( -/obj/structure/table, -/obj/item/tape, -/obj/item/wrench, -/obj/item/radio/off, -/turf/open/floor/plasteel, -/area/security/brig) -"axp" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"axq" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"axr" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"axs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"axt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"axu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/brig) -"axv" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/clothing/accessory/armband/deputy, -/obj/item/encryptionkey/headset_sec, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/item/clothing/head/cowboyhat/sec, -/turf/open/floor/plasteel, -/area/security/brig) -"axw" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"axx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Fore Maintenance - Aft"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"axy" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/botanist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"axz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axA" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/item/clothing/accessory/armband/science, -/obj/item/encryptionkey/headset_sci, -/turf/open/floor/plasteel, -/area/security/brig) -"axB" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/item/clothing/accessory/armband/medblue, -/obj/item/encryptionkey/headset_med, -/turf/open/floor/plasteel, -/area/security/brig) -"axC" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axD" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Hydroponics Storage"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"axE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/kudzu{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"axF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"axG" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"axH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"axI" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"axJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"axK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axL" = ( -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_y = 32 - }, -/obj/item/assembly/prox_sensor, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"axN" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/security{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axO" = ( -/obj/structure/weightmachine/stacklifter, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axP" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"axQ" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"axR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"axS" = ( -/obj/structure/closet/crate, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/mask/gas, -/obj/item/cane, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axT" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/storage/crayons{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"axV" = ( -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"axW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"axX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"axY" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"axZ" = ( -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_y = 28 - }, -/obj/machinery/door/window/eastright{ - name = "AI Core Access"; - req_access_txt = "65" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aya" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "AI Core Exterior"; - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ayb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"ayc" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"ayd" = ( -/turf/closed/wall, -/area/hallway/primary/port/fore) -"aye" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"ayf" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ayg" = ( -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"ayh" = ( -/obj/machinery/door/airlock{ - name = "Bathroom" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"ayi" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/paper_bin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayj" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/security/brig) -"ayk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"ayl" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aym" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/prison) -"ayn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"ayo" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"ayp" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"ayq" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"ayr" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"ays" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/soda_cans/space_up, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayt" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"ayu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"ayv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"ayw" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Service Hallway - Fore"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"ayx" = ( -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"ayy" = ( -/turf/open/floor/carpet, -/area/chapel/main) -"ayz" = ( -/obj/structure/chair/pew/right{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"ayA" = ( -/obj/structure/window/reinforced, -/obj/structure/destructible/cult/tome, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"ayB" = ( -/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/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"ayC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ayD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"ayE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hydroponics/lobby) -"ayF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ayG" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ayH" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"ayI" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ayJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port) -"ayK" = ( -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"ayL" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"ayM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ayN" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ayO" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted, -/obj/structure/table, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/turf/open/floor/plasteel, -/area/security/main) -"ayP" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"ayQ" = ( -/obj/machinery/vr_sleeper{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"ayR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/security/brig) -"ayS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ayT" = ( -/obj/machinery/vending/security, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ayU" = ( -/obj/vehicle/ridden/secway, -/obj/effect/turf_decal/bot, -/obj/item/key/security, -/turf/open/floor/plasteel, -/area/security/brig) -"ayV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"ayW" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ayX" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"ayY" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"ayZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aza" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table, -/obj/item/clothing/gloves/botanic_leather, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"azc" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"azd" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clothing/mask/gas, -/obj/machinery/camera{ - c_tag = "Central Port Maintenace - Port" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aze" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"azf" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/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) -"azg" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"azh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"azi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation Maintenance"; - req_access_txt = "63;12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/security/brig) -"azj" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"azk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"azl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig Aft"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"azm" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"azn" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"azo" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"azp" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"azq" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/space/nearstation) -"azr" = ( -/obj/machinery/disposal/bin, -/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 = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"azs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"azt" = ( -/obj/structure/chair/pew/right{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"azu" = ( -/obj/structure/chair/pew{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"azv" = ( -/obj/machinery/door/window/westleft{ - name = "Holy Driver"; - req_one_access_txt = "22" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "Holydriver" - }, -/turf/open/floor/plating, -/area/chapel/main) -"azw" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "Holydriver" - }, -/turf/open/floor/plating, -/area/chapel/main) -"azx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"azy" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"azz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"azA" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"azB" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"azC" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/barbershop) -"azD" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"azE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"azF" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tools) -"azG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"azH" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/sign/departments/botany{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"azI" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"azJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"azK" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/door/window/westleft{ - name = "Boxing Ring" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azL" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"azM" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/security/prison) -"azO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azP" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"azQ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"azR" = ( -/obj/structure/closet/secure_closet/bar, -/obj/structure/disposalpipe/segment, -/obj/item/clothing/under/costume/maid, -/obj/item/stack/spacecash/c10, -/obj/item/clothing/under/suit/waiter, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"azS" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/closet, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil/red{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil/red, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"azT" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"azU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azV" = ( -/obj/structure/kitchenspike, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"azW" = ( -/obj/effect/landmark/start/botanist, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/tools) -"azY" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics/lobby"; - dir = 4; - name = "Hydroponics Lobby APC"; - pixel_x = 24 - }, -/obj/item/clothing/suit/beekeeper_suit, -/obj/item/melee/flyswatter, -/obj/item/clothing/head/beekeeper_head, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"azZ" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "chapelgun"; - name = "Holy Driver" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel/main) -"aAa" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen) -"aAb" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aAc" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aAd" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/processing) -"aAe" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aAf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aAg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/machinery/gibber, -/obj/machinery/camera{ - c_tag = "Kitchen Coldroom"; - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"aAh" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/easel, -/obj/item/canvas/nineteenXnineteen, -/obj/item/storage/crayons, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aAi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aAj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aAk" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aAl" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAm" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/airlock/freezer{ - name = "Kitchen Coldroom"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"aAn" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"aAo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/sign/poster/official/twelve_gauge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aAp" = ( -/obj/machinery/computer/security/telescreen/entertainment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/bar) -"aAq" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aAr" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aAs" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aAt" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage"; - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aAu" = ( -/obj/structure/closet/crate/hydroponics, -/obj/effect/decal/cleanable/dirt, -/obj/item/circuitboard/machine/hydroponics, -/obj/item/circuitboard/machine/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aAv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/vending/security, -/turf/open/floor/plasteel, -/area/security/brig) -"aAw" = ( -/obj/machinery/door/poddoor{ - id = "chapelgun"; - name = "Chapel Launcher Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/chapel/main) -"aAx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAy" = ( -/obj/machinery/atmospherics/components/binary/circulator{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aAz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aAA" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aAC" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aAD" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aAE" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aAF" = ( -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"aAG" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"aAH" = ( -/obj/structure/chair/pew{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/chapel/main) -"aAI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aAJ" = ( -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aAK" = ( -/obj/structure/transit_tube/horizontal, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aAL" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aAM" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aAO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/toilet) -"aAP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/brig) -"aAQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aAR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Telecomms Access Maintenance"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aAS" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/item/clothing/accessory/armband/engine, -/obj/item/encryptionkey/headset_eng, -/turf/open/floor/plasteel, -/area/security/brig) -"aAT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aAU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aAV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aAW" = ( -/obj/machinery/chem_master/condimaster{ - name = "BrewMaster 3000" - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aAX" = ( -/turf/open/floor/carpet/red, -/area/security/brig) -"aAY" = ( -/obj/structure/chair, -/turf/open/floor/carpet/red, -/area/security/brig) -"aAZ" = ( -/obj/structure/chair, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"aBa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aBb" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aBc" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/beekeeper_suit, -/obj/item/melee/flyswatter, -/obj/item/clothing/head/beekeeper_head, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aBd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBe" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aBf" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aBg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/junction, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aBh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aBi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aBj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"aBk" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/barbershop) -"aBl" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aBm" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Dormitories" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aBn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBo" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/epinephrine, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aBp" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/computer/pod/old{ - density = 0; - icon = 'icons/obj/airlock_machines.dmi'; - icon_state = "airlock_control_standby"; - id = "chapelgun"; - name = "Mass Driver Controller"; - pixel_x = 24 - }, -/obj/machinery/conveyor_switch/oneway{ - id = "Holydriver" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aBq" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aBr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aBs" = ( -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aBt" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aBu" = ( -/obj/item/flashlight/lantern, -/turf/open/floor/carpet, -/area/chapel/main) -"aBv" = ( -/obj/structure/chair/pew/left{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aBw" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/barbershop) -"aBx" = ( -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aBy" = ( -/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/item/kirbyplants{ - icon_state = "plant-16" - }, -/obj/machinery/camera{ - c_tag = "Port Bow Hall - Central"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aBz" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/healthanalyzer, -/obj/item/storage/hypospraykit/fire{ - pixel_x = -4 - }, -/obj/item/storage/hypospraykit/brute{ - pixel_x = 4 - }, -/obj/structure/sign/poster/official/nt_storm{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aBB" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBC" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/main) -"aBD" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aBE" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aBF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"aBG" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/bar) -"aBH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aBJ" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aBK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"aBL" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBM" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/abandoned_gambling_den"; - name = "Arcade APC"; - pixel_y = -26 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBN" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBO" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Hydroponics Storage"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aBP" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aBQ" = ( -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aBR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aBS" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aBT" = ( -/obj/item/razor, -/obj/item/toy/figure/chef{ - pixel_x = -6 - }, -/obj/item/toy/figure/bartender{ - pixel_x = 4 - }, -/obj/structure/table/wood/fancy, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aBU" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/rack, -/obj/item/soap/nanotrasen, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBV" = ( -/obj/item/flashlight/lantern, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aBW" = ( -/obj/structure/window/reinforced, -/obj/item/clothing/head/hardhat/cakehat, -/obj/structure/table/wood/fancy, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aBX" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aBY" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Security Maintenance"; - dir = 1; - network = list("ss13","medbay") - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aBZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aCa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"aCb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aCc" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/clothing/accessory/armband/cargo, -/obj/item/encryptionkey/headset_cargo, -/turf/open/floor/plasteel, -/area/security/brig) -"aCd" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = /area/maintenance/solars/port; - dir = 1; - name = "Port Solars APC"; - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aCe" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"aCf" = ( -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aCg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aCh" = ( -/obj/structure/mineral_door/wood{ - name = "Barbershop" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aCi" = ( -/obj/structure/closet/l3closet/security, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"aCj" = ( -/obj/machinery/door/window/southleft{ - name = "Showers" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aCk" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/crew_quarters/toilet/fitness) -"aCl" = ( -/obj/structure/closet/bombcloset/security, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/brig) -"aCm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aCn" = ( -/obj/machinery/vending/boozeomat, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aCo" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aCp" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/fitness) -"aCq" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/closed/wall, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aCr" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aCs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aCt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aCu" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"aCv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aCw" = ( -/obj/structure/window/reinforced/tinted, -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aCx" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aCy" = ( -/obj/structure/table/wood, -/obj/item/storage/book/bible, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aCz" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aCA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aCB" = ( -/obj/structure/chair/stool/bar, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aCC" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/security/prison) -"aCD" = ( -/obj/item/trash/plate, -/obj/item/kitchen/fork, -/obj/structure/table/wood/fancy, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "briglockdown"; - name = "Brig Lockdown"; - pixel_x = 24; - req_access_txt = "2" - }, -/obj/effect/turf_decal/arrows/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aCF" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aCG" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aCH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/arrows/red{ - dir = 8 - }, -/obj/effect/turf_decal/arrows/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aCI" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/sign/departments/botany{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aCJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/chapel/main) -"aCK" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/security/prison) -"aCL" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/paper/guides/cogstation/letter_sec, -/turf/open/floor/carpet/red, -/area/security/brig) -"aCM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/fun_police{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aCN" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aCO" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aCP" = ( -/obj/structure/chair/sofa/left, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/landmark/start/botanist, -/obj/machinery/camera{ - c_tag = "Hydroponics Lobby" - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aCQ" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"aCR" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/modular_computer/laptop/preset/civilian{ - pixel_x = 1; - pixel_y = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aCS" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aCT" = ( -/obj/machinery/disposal/bin{ - name = "Hydroponics Mailbox" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/requests_console{ - department = "Hydroponics"; - name = "Hydroponics RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aCU" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/space/nearstation) -"aCV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/tools) -"aCW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aCX" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aCY" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aCZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aDa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/barbershop) -"aDb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"aDc" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Barbershop"; - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aDd" = ( -/obj/structure/chair/office/dark, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aDe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aDf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aDg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central) -"aDh" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Port Bow Primary Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aDi" = ( -/obj/structure/closet/secure_closet/evidence, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aDj" = ( -/obj/structure/closet/wardrobe/green, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aDk" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/door/window/eastright{ - name = "Bathroom Stall" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDl" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDm" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aDn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/bridge) -"aDo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aDp" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/barbershop) -"aDq" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aDr" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Civilian Wing Hallway" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aDs" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"aDt" = ( -/obj/structure/closet{ - name = "Evidence Closet 1" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aDu" = ( -/obj/structure/closet{ - name = "Evidence Closet 2" - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aDv" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aDw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aDx" = ( -/obj/structure/closet/crate, -/obj/item/gun/ballistic/shotgun/toy/unrestricted, -/obj/item/gun/ballistic/shotgun/toy/unrestricted, -/obj/item/toy/gun, -/obj/item/toy/sword, -/obj/item/toy/sword, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"aDy" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aDz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aDA" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDB" = ( -/obj/structure/closet{ - name = "Evidence Closet 3" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aDC" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aDE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aDF" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"aDG" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDH" = ( -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aDJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDL" = ( -/obj/structure/closet{ - name = "Evidence Closet 4" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aDM" = ( -/turf/closed/wall, -/area/maintenance/central) -"aDN" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/central) -"aDO" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aDP" = ( -/obj/machinery/disposal/bin, -/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/stripes/white/full, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aDQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aDR" = ( -/turf/open/floor/plating, -/area/maintenance/central) -"aDS" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/barbershop) -"aDT" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aDU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aDV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aDW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/obj/machinery/turnstile{ - dir = 4; - name = "Genpop Exit Turnstile"; - req_access_txt = "70" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aDX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aDY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aDZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEa" = ( -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEb" = ( -/obj/structure/transit_tube/crossing/horizontal, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aEc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aEd" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEe" = ( -/obj/structure/transit_tube/horizontal, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aEf" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior - Port Bow"; - dir = 1; - network = list("tcomms") - }, -/turf/open/space/basic, -/area/space) -"aEg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aEh" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Fore Maintenance"; - req_one_access_txt = "12;46" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"aEi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aEj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aEk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aEl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aEm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aEn" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aEo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/sign/poster/official/fashion{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aEp" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aEq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aEr" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/lighter, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEs" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aEt" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aEv" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aEw" = ( -/obj/structure/chair, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aEx" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aEy" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"aEz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEA" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aEB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aED" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/carpet/red, -/area/security/brig) -"aEE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aEF" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"aEG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aEI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aEJ" = ( -/obj/item/kirbyplants{ - icon_state = "plant-08" - }, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEK" = ( -/obj/structure/table, -/obj/item/razor, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aEM" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/turf/open/floor/carpet, -/area/chapel/main) -"aEN" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/razor, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEO" = ( -/obj/structure/table, -/obj/item/clothing/accessory/pocketprotector/cosmetology, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEP" = ( -/obj/item/kirbyplants, -/turf/open/floor/wood, -/area/crew_quarters/barbershop) -"aEQ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/central) -"aER" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aES" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aET" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "Brig Lockdown" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aEU" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aEV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/central) -"aEW" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aEX" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aEY" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aEZ" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Emergency Storage APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFa" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 10 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFc" = ( -/obj/structure/table, -/obj/item/clothing/suit/toggle/owlwings, -/obj/item/clothing/under/costume/owl, -/obj/item/clothing/mask/gas/owl_mask, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aFd" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFe" = ( -/obj/machinery/photocopier, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"aFf" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=serv"; - location = "sec1" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aFg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aFh" = ( -/obj/structure/chair/pew/right{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/chapel/main) -"aFi" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=market"; - location = "sec2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aFj" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"aFk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/checkpoint) -"aFl" = ( -/obj/structure/chair/sofa/right, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/reagent_containers/glass/bottle/diethylamine, -/obj/structure/sign/poster/official/hydro_ad{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"aFn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aFo" = ( -/obj/machinery/door/window/southleft{ - name = "Weightroom" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aFp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aFq" = ( -/obj/structure/table/wood, -/obj/item/candle{ - pixel_x = 4 - }, -/obj/item/candle{ - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aFr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aFs" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aFt" = ( -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aFu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFv" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hallway/secondary/entry) -"aFw" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/camera{ - c_tag = "Central Maintenance - Power Monitoring"; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aFx" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/folder/blue, -/obj/machinery/door/window/westleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFy" = ( -/obj/machinery/computer/monitor, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aFz" = ( -/obj/structure/table, -/obj/item/multitool{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/stack/cable_coil/random, -/obj/item/crowbar, -/turf/open/floor/plating, -/area/maintenance/central) -"aFA" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/landmark/start/botanist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFB" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFC" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aFD" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AftH"; - location = "Hydroponics" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFE" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/circuit, -/area/bridge) -"aFF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aFG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aFH" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFI" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Primary Tool Storage" - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aFJ" = ( -/obj/structure/closet/crate/hydroponics, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/watertank, -/obj/item/grenade/chem_grenade/antiweed, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFK" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/storage/box/beakers{ - pixel_y = 4 - }, -/obj/item/reagent_containers/dropper, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/item/pen/blue{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/pen/red{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/table/glass, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFL" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/chem_master, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aFM" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/barbershop) -"aFN" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aFO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aFQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aFU" = ( -/obj/machinery/atmospherics/components/binary/circulator/cold{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aFV" = ( -/obj/structure/window/reinforced, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/table/wood/fancy, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aFW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aFX" = ( -/obj/machinery/computer/security/hos{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aFY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet, -/area/chapel/main) -"aFZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aGa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aGb" = ( -/obj/machinery/suit_storage_unit/hos, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aGc" = ( -/obj/item/coin/iron, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aGd" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aGe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aGf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aGg" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGh" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/landmark/start/security_officer, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aGi" = ( -/obj/machinery/porta_turret/ai{ - dir = 1; - req_access = list(16) - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aGj" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/analyzer{ - pixel_y = -4 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/item/flashlight{ - pixel_y = 4 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aGk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aGl" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/clipboard, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aGm" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/door/window/southright{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aGn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aGo" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/screwdriver, -/obj/item/wrench, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/multitool, -/obj/item/multitool, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/security/brig) -"aGp" = ( -/mob/living/simple_animal/mouse/brown, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aGq" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"aGr" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGs" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/bridge) -"aGt" = ( -/obj/machinery/computer/card/minor/hos{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aGu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aGv" = ( -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aGw" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Hydroponics Lobby"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"aGx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aGz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aGA" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aGB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aGC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aGD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet"; - dir = 8; - name = "Dormitory Toilets APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aGE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aGF" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aGG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aGH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Booth"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/medical{ - name = "Medical Booth" - }) -"aGI" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4 - }, -/obj/item/reagent_containers/pill/patch/silver_sulf{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 2 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = 1 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4 - }, -/obj/item/reagent_containers/pill/patch/styptic{ - pixel_x = 4; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aGJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Head of Security's APC"; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Security - Head of Security's Office"; - pixel_x = 22 - }, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aGL" = ( -/obj/structure/table/wood, -/obj/item/storage/firstaid/regular, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aGM" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aGN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aGO" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aGP" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aGQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGR" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/store/cake/chocolate, -/obj/machinery/door/poddoor/preopen{ - id = "kitchenlock"; - name = "Kitchen Lockup" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"aGS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aGT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aGU" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aGV" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/table, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aGW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/bridge) -"aGX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aGY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -30 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aGZ" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/secondary/entry) -"aHa" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/locker"; - dir = 8; - name = "Locker Room APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHb" = ( -/obj/structure/chair, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aHc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aHd" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aHe" = ( -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aHf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aHg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aHh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aHi" = ( -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aHj" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Starboard Bow Solar Exterior Airlock"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aHk" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aHl" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aHm" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aHn" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plating, -/area/maintenance/central) -"aHo" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aHp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHq" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/porta_turret/ai{ - dir = 1; - req_access = list(16) - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"aHr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/clown{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"aHt" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/port/fore) -"aHu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aHv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aHw" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aHx" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/security/detectives_office) -"aHy" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/security/detectives_office) -"aHz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/security/detectives_office) -"aHA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/detectives_office) -"aHB" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/item/storage/toolbox/emergency{ - pixel_y = 4 - }, -/obj/item/wrench, -/obj/item/wrench{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/light/tube, -/obj/item/light/tube{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aHC" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aHD" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aHE" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aHF" = ( -/turf/open/floor/plasteel/dark, -/area/bridge) -"aHG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aHH" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aHI" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aHJ" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aHK" = ( -/obj/structure/musician/piano, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aHL" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/stack/medical/gauze, -/obj/item/reagent_containers/blood, -/obj/item/stack/medical/suture, -/obj/item/stack/medical/mesh, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aHM" = ( -/turf/open/floor/plasteel, -/area/bridge) -"aHN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Security - Interrogation Room"; - pixel_x = 22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aHO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aHP" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"aHQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aHR" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Security Office APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aHS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aHT" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aHU" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/mineral_door/woodrustic{ - name = "Nature Preserve" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aHV" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aHW" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aHX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aHY" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/cryopod) -"aHZ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/door/window/eastleft{ - name = "Security Office Desk"; - req_one_access_txt = "63" - }, -/obj/item/folder/red, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stamp, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aIa" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aIb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIc" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aId" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/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/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aIf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aIg" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aIh" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aIi" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIj" = ( -/obj/structure/table/glass, -/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/port/fore) -"aIk" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aIm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/requests_console{ - department = "Kitchen"; - departmentType = 2; - name = "Kitchen RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aIn" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/security/prison) -"aIo" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aIp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIq" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aIr" = ( -/obj/structure/table/reinforced, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aIs" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aIt" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIu" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIv" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aIw" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIz" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aIA" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aIB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/main) -"aID" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/main) -"aIE" = ( -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aIF" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/recharger, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aIG" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aIH" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aII" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aIJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Fore Maintenance"; - req_one_access_txt = "12;46" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"aIK" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/folder, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aIL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aIM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aIN" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aIO" = ( -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_y = -32 - }, -/obj/structure/sign/directions/supply{ - dir = 8; - pixel_y = -40 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aIQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aIR" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"aIS" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 27; - pixel_y = -7 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/machinery/button/door{ - id = "AIShutter"; - layer = 3.6; - name = "AI Core Shutter Control"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -24; - pixel_y = -8 - }, -/obj/machinery/button/door{ - id = "AIChamberShutter"; - layer = 3.6; - name = "AI Chamber Shutter Control"; - pixel_x = -24; - pixel_y = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aIT" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aIU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aIV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation Monitoring"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aIW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIX" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aIY" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aIZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aJa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aJb" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aJc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJd" = ( -/turf/closed/wall, -/area/chapel/office) -"aJe" = ( -/obj/machinery/computer/crew{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aJf" = ( -/obj/machinery/camera{ - c_tag = "Chapel - Aft"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aJg" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aJh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aJi" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJj" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft"; - dir = 8; - name = "Chapel APC"; - pixel_x = -26 - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aJk" = ( -/obj/structure/table/wood, -/obj/item/candle, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aJl" = ( -/obj/structure/bodycontainer/crematorium{ - id = "foo" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJm" = ( -/obj/machinery/light, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aJn" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aJo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aJp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/camera/motion{ - c_tag = "AI"; - network = list("minisat") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aJq" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJr" = ( -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = -32 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = -24 - }, -/obj/structure/sign/directions/science{ - dir = 8; - pixel_y = -40 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJs" = ( -/obj/structure/noticeboard{ - name = "Hydroponics Requests Board"; - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aJt" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/toy/figure/syndie, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aJu" = ( -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aJv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"aJw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aJx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/right, -/area/security/brig) -"aJz" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aJA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Bow Hall - Dorms Access"; - network = list("ss13","rd") - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJB" = ( -/obj/machinery/computer/security/mining{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aJC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJD" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/storage/belt/medical, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/suit/space/eva/paramedic, -/obj/item/clothing/head/helmet/space/eva/paramedic, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"aJE" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"aJF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aJG" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/bridge) -"aJH" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/storage/tools) -"aJI" = ( -/obj/structure/closet/crate/hydroponics, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/cultivator, -/obj/item/crowbar, -/obj/item/wirecutters, -/obj/item/reagent_containers/glass/bucket, -/obj/item/hatchet, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJJ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aJK" = ( -/obj/structure/filingcabinet, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aJL" = ( -/turf/open/floor/circuit, -/area/bridge) -"aJM" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/circuit, -/area/bridge) -"aJN" = ( -/obj/machinery/camera{ - c_tag = "Security - Prison Aft"; - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aJO" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aJP" = ( -/obj/structure/chair/comfy/teal, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/sign/departments/botany{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Civilian Wing Hallway - Starboard"; - dir = 8; - pixel_y = -22 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aJQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aJS" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aJT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aJU" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aJV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"aJW" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aJX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/bridge) -"aJY" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -3; - pixel_y = -7 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aJZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"aKa" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aKb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/civilian) -"aKc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aKd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aKe" = ( -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aKf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/emergency/generic) -"aKg" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hallway/secondary/entry) -"aKh" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"aKi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aKj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aKk" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/detective, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aKl" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aKm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Emergency Storage" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aKn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aKo" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aKp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aKq" = ( -/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/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/chapel/main) -"aKr" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Emergency Storage" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/emergency/generic) -"aKs" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/reagent_containers/rag, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aKt" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aKu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/storage/emergency/generic) -"aKv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aKw" = ( -/obj/structure/table, -/obj/item/storage/box/dice, -/obj/item/toy/cards/deck, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aKx" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aKy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/rnd/production/techfab/department/security, -/turf/open/floor/plasteel, -/area/security/brig) -"aKz" = ( -/turf/closed/wall, -/area/storage/emergency/generic) -"aKA" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = -6; - pixel_y = -3; - req_access_txt = "19" - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aKB" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aKC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aKD" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aKE" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aKF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Telecommunications Control Room"; - req_access_txt = "19;61" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aKG" = ( -/obj/structure/table/wood, -/obj/item/storage/toolbox/emergency, -/obj/item/crowbar/red, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aKH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/camera{ - c_tag = "Bridge - Fore"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aKI" = ( -/obj/structure/closet/cabinet, -/obj/item/screwdriver, -/obj/item/storage/crayons, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aKJ" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aKK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/vending/snack/blue, -/turf/open/floor/plasteel, -/area/bridge) -"aKL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aKM" = ( -/obj/machinery/camera{ - c_tag = "Chapel - Starboard"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aKN" = ( -/obj/structure/chair/pew/left{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aKO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/stairs/left, -/area/security/brig) -"aKP" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/bridge) -"aKQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/chapel/office) -"aKR" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aKS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aKT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aKU" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKW" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aKX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Chapel Morgue"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKY" = ( -/obj/structure/chair/sofa/left, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aKZ" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/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/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"aLa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aLb" = ( -/obj/item/toy/prize/honk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aLc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aLd" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aLg" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aLh" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aLj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/brig) -"aLl" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aLm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aLn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aLo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aLq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLs" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aLt" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Visitation Maintainance"; - req_one_access_txt = "63" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/security/main) -"aLv" = ( -/obj/machinery/computer/cryopod{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aLw" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-06" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aLx" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aLy" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aLz" = ( -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLA" = ( -/obj/item/candle{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/candle{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aLB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aLC" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLD" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aLE" = ( -/obj/machinery/computer/communications{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aLF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aLG" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aLH" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aLI" = ( -/obj/structure/table/wood, -/obj/item/storage/box/PDAs, -/obj/item/storage/box/ids{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aLJ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aLK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/bridge) -"aLL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/brig) -"aLM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"aLN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aLO" = ( -/obj/item/toy/talking/owl, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aLP" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = -26 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aLQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/bridge) -"aLR" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/storage/box/bodybags{ - pixel_y = 4 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aLS" = ( -/obj/structure/disposaloutlet{ - dir = 8; - name = "Corpse Outlet" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aLT" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aLU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/vending/assist, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aLV" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/camera{ - c_tag = "Central Maintenance - Aft"; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aLW" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aLX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/main) -"aLY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"aLZ" = ( -/mob/living/simple_animal/chicken{ - desc = "At least it isn't a court kangaroo."; - name = "amusing cluck"; - real_name = "amusing cluck" - }, -/turf/open/floor/carpet, -/area/security/courtroom) -"aMa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aMb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 20 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMd" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aMe" = ( -/obj/machinery/door/window/northleft{ - name = "Game Room" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aMf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/central) -"aMh" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/item/reagent_containers/food/drinks/bottle/champagne, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_y = -32 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aMi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aMj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aMk" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aMl" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aMm" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"aMn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/sign/warning{ - name = "\improper WARNING: MOVING MACHINERY" - }, -/turf/closed/wall, -/area/maintenance/department/chapel) -"aMo" = ( -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aMp" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aMq" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aMr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Civilian Wing Hallway - Port" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMs" = ( -/turf/closed/wall, -/area/maintenance/department/chapel) -"aMt" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aMu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "chapel" - }, -/area/chapel/main) -"aMv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "chapel" - }, -/area/chapel/main) -"aMw" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aMx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aMy" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aMz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/storage{ - name = "Canister Storage" - }) -"aMA" = ( -/turf/closed/wall, -/area/janitor) -"aMB" = ( -/turf/closed/wall/r_wall, -/area/janitor) -"aMC" = ( -/obj/structure/table/wood, -/obj/item/kitchen/fork, -/obj/item/reagent_containers/food/snacks/salad/herbsalad, -/obj/item/candle{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aMD" = ( -/turf/closed/wall/rust, -/area/maintenance/disposal) -"aME" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMF" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aMG" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aMH" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aMI" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal) -"aMJ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/landmark/start/assistant, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aMK" = ( -/obj/vehicle/ridden/wheelchair, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aML" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/chapel/office) -"aMM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/poster/official/help_others{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMN" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aMO" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMP" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/bottle/wine, -/turf/open/floor/plasteel, -/area/security/brig) -"aMQ" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aMR" = ( -/obj/effect/landmark/start/chaplain, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet, -/area/chapel/main) -"aMS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aMT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMU" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet, -/area/chapel/main) -"aMV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aMW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aMX" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aMY" = ( -/obj/structure/closet, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aMZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aNa" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aNb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aNc" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/mop, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/janitor) -"aNd" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/paper_bin, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aNe" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/food/snacks/spaghetti, -/obj/item/reagent_containers/food/snacks/spaghetti, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aNf" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/clipboard, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aNg" = ( -/obj/machinery/computer/cargo/request{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aNh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aNi" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aNj" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aNk" = ( -/obj/structure/table/glass, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/pen{ - pixel_y = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aNl" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/obj/item/reagent_containers/food/condiment/pack/ketchup{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/pack/mustard{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/candle{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aNm" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aNn" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aNo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AIShutter"; - name = "AI Core Shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"aNp" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aNq" = ( -/obj/machinery/door/window/northright{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aNr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aNs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aNt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aNu" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/bar) -"aNv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aNw" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aNx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea, -/turf/open/floor/plating, -/area/engine/storage{ - name = "Canister Storage" - }) -"aNy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aNz" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aNA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/security/main) -"aNB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Port Bow Primary Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aNC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Control Room"; - network = list("tcomms"); - pixel_x = 22 - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"aND" = ( -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aNE" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aNF" = ( -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aNG" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/table, -/obj/item/taperecorder, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aNH" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Exterior Engineering Access"; - req_access_txt = "11;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aNI" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aNJ" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aNK" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aNL" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) -"aNM" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aNN" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aNO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aNP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aNQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/engine/storage{ - name = "Canister Storage" - }) -"aNR" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"aNS" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aNT" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"aNU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aNV" = ( -/obj/structure/table, -/obj/item/locator, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"aNW" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"aNX" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/instrument/guitar, -/obj/machinery/camera{ - c_tag = "Bar - Port"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aNY" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=sec2"; - location = "bar" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aNZ" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aOa" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "E.V.A. Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aOb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "E.V.A. Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aOc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aOd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aOe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"aOf" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOg" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOh" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aOi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aOj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOl" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/table/wood, -/obj/item/toy/windupToolbox, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aOo" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port/fore"; - dir = 4; - name = "Port Bow Primary Hallway APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aOp" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 31 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aOq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/effect/turf_decal/delivery, -/obj/item/extinguisher, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21"; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"aOs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/kirbyplants, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"aOt" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aOu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aOv" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/machinery/camera{ - c_tag = "Courtroom"; - network = list("ss13","rd") - }, -/turf/open/floor/carpet, -/area/security/courtroom) -"aOw" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aOx" = ( -/obj/structure/table/reinforced, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 4 - }, -/obj/item/radio, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Bow Hall"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aOA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/department/chapel) -"aOB" = ( -/turf/closed/wall/r_wall, -/area/security/courtroom) -"aOC" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aOD" = ( -/obj/machinery/door/airlock{ - name = "Catering"; - req_one_access_txt = "25;28" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"aOE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aOF" = ( -/obj/structure/closet/crate/freezer/surplus_limbs, -/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/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"aOG" = ( -/obj/structure/chair/comfy/teal{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aOH" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aOI" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/obj/machinery/flasher{ - id = "ID"; - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aOJ" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/cogpool) -"aOK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"aOL" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/brig) -"aOM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aON" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aOP" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"aOQ" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "cold loop to generator" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOS" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOT" = ( -/turf/closed/wall, -/area/crew_quarters/fitness/cogpool) -"aOU" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"aOV" = ( -/turf/open/floor/plasteel/stairs, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOW" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/obj/item/clothing/accessory/armband/hydro, -/obj/item/encryptionkey/headset_service, -/obj/item/clothing/under/misc/vice_officer, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aOX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Pool" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/white/side, -/area/crew_quarters/fitness/cogpool) -"aOY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aOZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/bridge) -"aPa" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Pool" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side, -/area/crew_quarters/fitness/cogpool) -"aPb" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/hallway/primary/central) -"aPc" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPe" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aPf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aPg" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aPh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPi" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aPj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPk" = ( -/obj/effect/landmark/start/depsec/science, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPo" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aPp" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aPq" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aPr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/hallway/primary/central) -"aPs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aPt" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aPu" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/bridge) -"aPv" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPw" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Hall - Courtroom Access"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/hallway/primary/central) -"aPx" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPz" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aPA" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPB" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/paper/guides/jobs/security/courtroom, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/courtroom) -"aPC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPD" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPE" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/toy/talking/AI{ - name = "Nanotrasen-brand toy AI"; - pixel_y = 6 - }, -/obj/item/clothing/glasses/meson, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"aPF" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/locker) -"aPG" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 21 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPH" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/courtroom) -"aPI" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aPJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=bar"; - location = "serv" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aPL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPM" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aPN" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/space/nearstation) -"aPO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aPQ" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aPR" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless, -/area/crew_quarters/fitness/cogpool) -"aPS" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aPT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aPU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPX" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/storage/fancy/donut_box, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aPZ" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"aQb" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQc" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aQd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aQe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aQf" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aQi" = ( -/obj/structure/table, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"aQk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aQl" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aQn" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"aQo" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/courtroom) -"aQp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aQq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"aQr" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/space/nearstation) -"aQs" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aQt" = ( -/obj/machinery/pool/controller, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQu" = ( -/obj/structure/table, -/obj/item/toy/beach_ball{ - pixel_y = 12 - }, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQv" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"aQw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aQx" = ( -/obj/machinery/camera{ - c_tag = "Engine Room - Port Bow" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aQy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/chapel/main) -"aQz" = ( -/obj/structure/chair/comfy/teal, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQA" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQB" = ( -/obj/structure/table, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aQD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aQE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aQG" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aQH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQI" = ( -/obj/structure/chair/comfy/teal, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aQK" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aQL" = ( -/turf/closed/wall, -/area/maintenance/port/central) -"aQM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aQN" = ( -/obj/structure/chair/comfy/brown, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aQO" = ( -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-02" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aQT" = ( -/obj/machinery/door/airlock/engineering{ - name = "Thermo-Electric Generator"; - req_one_access_txt = "10;24" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aQU" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aQV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aQW" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"aQX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aQY" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted, -/obj/structure/table, -/obj/item/toy/beach_ball/holoball/dodgeball, -/obj/item/toy/beach_ball/holoball/dodgeball, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aQZ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Service Hallway"; - req_one_access_txt = "25;26;28;35" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aRa" = ( -/obj/structure/table/wood, -/obj/item/lighter, -/obj/item/multitool{ - pixel_x = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aRb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/central) -"aRc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/fitness/cogpool) -"aRd" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRe" = ( -/obj/structure/table/wood, -/obj/item/storage/secure/briefcase, -/obj/item/assembly/flash, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aRf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRh" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aRi" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/machinery/sleep_console{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aRk" = ( -/obj/structure/disposalpipe/junction/yjunction, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRl" = ( -/obj/structure/table/wood, -/obj/item/restraints/handcuffs, -/obj/item/laser_pointer/blue, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aRm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aRn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRo" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aRp" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aRq" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aRr" = ( -/mob/living/simple_animal/chicken{ - name = "Kentucky"; - real_name = "Kentucky" - }, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aRs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aRv" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aRw" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aRx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aRy" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"aRz" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aRA" = ( -/obj/structure/table/optable, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aRB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aRC" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aRD" = ( -/turf/closed/wall/r_wall/rust, -/area/engine/gravity_generator) -"aRE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aRF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"aRG" = ( -/obj/machinery/power/generator, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aRH" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/blobstart, -/obj/machinery/camera{ - c_tag = "Central Port Maintenance - Starboard"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aRI" = ( -/obj/structure/rack, -/obj/item/extinguisher, -/obj/item/crowbar, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aRJ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aRK" = ( -/obj/structure/sign/departments/holy{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRL" = ( -/mob/living/simple_animal/crab/kreb, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aRM" = ( -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aRN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRO" = ( -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aRP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRQ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aRR" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aRS" = ( -/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 = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aRT" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aRU" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/main) -"aRV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aRW" = ( -/turf/open/floor/plating, -/area/maintenance/port/central) -"aRX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aRY" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"aRZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSb" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aSc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aSd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aSe" = ( -/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/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/chapel/main) -"aSf" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aSg" = ( -/obj/machinery/power/apc{ - name = "Security Maintainance APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aSh" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aSi" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSj" = ( -/obj/structure/target_stake, -/obj/item/target/syndicate, -/turf/open/floor/plasteel, -/area/science/circuit) -"aSk" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aSl" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aSm" = ( -/obj/machinery/teleport/station, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aSn" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aSo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aSp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aSq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSr" = ( -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aSs" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#d1dfff" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/camera{ - c_tag = "Bridge Access"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSt" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/eva) -"aSu" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSv" = ( -/turf/closed/wall, -/area/space/nearstation) -"aSw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aSy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aSA" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aSB" = ( -/obj/machinery/door/airlock/command{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSC" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aSD" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aSE" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aSF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/surgical_drapes, -/obj/item/scalpel, -/obj/item/circular_saw{ - pixel_y = 16 - }, -/obj/item/hemostat, -/obj/item/retractor, -/obj/item/surgicaldrill, -/obj/item/cautery, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aSG" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aSH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"aSI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aSJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/main) -"aSK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aSL" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aSM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSN" = ( -/obj/structure/table, -/obj/machinery/computer/secure_data/laptop{ - dir = 8; - pixel_x = -2; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet/red, -/area/security/brig) -"aSO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aSP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aSQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aSR" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSS" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Chapel" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aST" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"aSU" = ( -/obj/structure/reagent_dispensers/beerkeg, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = -26 - }, -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - name = "Bar RC"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"aSV" = ( -/obj/item/toy/talking/AI, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/hallway/primary/central) -"aSW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSX" = ( -/obj/machinery/washing_machine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aSY" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aSZ" = ( -/obj/structure/chair/stool, -/obj/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aTa" = ( -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"aTb" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Hall - Starboard"; - pixel_x = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aTc" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"aTd" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" - }, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"aTe" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aTf" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"aTh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - name = "AI Upload Foyer APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"aTi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aTj" = ( -/obj/machinery/pool/filter{ - pixel_y = 16 - }, -/turf/open/pool, -/area/crew_quarters/fitness/cogpool) -"aTk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aTl" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aTm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aTn" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/eva"; - dir = 8; - name = "EVA Maintenance APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aTo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"aTp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aTq" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aTr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"aTs" = ( -/turf/closed/wall, -/area/maintenance/department/eva) -"aTt" = ( -/obj/structure/closet/secure_closet/detective, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aTu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTv" = ( -/turf/open/pool, -/area/crew_quarters/fitness/cogpool) -"aTw" = ( -/obj/structure/pool/ladder{ - dir = 2; - pixel_y = 24 - }, -/turf/open/pool, -/area/crew_quarters/fitness/cogpool) -"aTx" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aTy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aTz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aTA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aTB" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel{ - icon_state = "chapel" - }, -/area/chapel/main) -"aTC" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aTD" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aTE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"aTF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aTG" = ( -/turf/closed/wall, -/area/router/public) -"aTH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aTI" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Public Router" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/router/public) -"aTJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aTK" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Public Router" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/router/public) -"aTL" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cryogenics"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aTM" = ( -/turf/closed/wall/r_wall, -/area/router/public) -"aTN" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = -26 - }, -/obj/item/kirbyplants{ - icon_state = "plant-14" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aTO" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aTP" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/security/courtroom) -"aTQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Thermo-Electric Generator" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aTR" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/stamp, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aTS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aTT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aTU" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aTV" = ( -/turf/closed/wall, -/area/gateway) -"aTW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aTX" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"aTY" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aTZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "hot loop to space" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aUa" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aUb" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aUc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aUd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aUe" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aUf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"aUg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aUh" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aUi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/gateway) -"aUj" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/destTagger, -/obj/machinery/requests_console{ - department = "Public Router"; - name = "Public Router RC"; - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aUk" = ( -/turf/closed/wall/r_wall, -/area/gateway) -"aUl" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/router/public) -"aUm" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aUn" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cargo/request, -/turf/open/floor/plasteel, -/area/router/public) -"aUo" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aUp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/closet/crate/science, -/turf/open/floor/plasteel, -/area/gateway) -"aUq" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/lounge/jazz) -"aUr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aUs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aUt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"aUu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/gateway) -"aUv" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aUw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Jazz Lounge" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"aUx" = ( -/obj/machinery/door/window/northright{ - name = "Game Room" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"aUy" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/do_not_question{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aUz" = ( -/obj/machinery/computer/telecomms/server{ - dir = 4; - network = "tcommsat" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/bridge) -"aUA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUB" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"aUC" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aUD" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aUE" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aUF" = ( -/obj/machinery/computer/bounty{ - dir = 1 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"aUG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aUH" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aUI" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aUJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aUK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aUL" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aUM" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/junction, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aUN" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aUO" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/teleporter"; - dir = 4; - name = "Teleporter Room APC"; - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aUP" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aUQ" = ( -/obj/structure/table, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aUR" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8; - icon_state = "intact" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aUS" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"aUT" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aUU" = ( -/obj/machinery/pool/drain, -/turf/open/pool, -/area/crew_quarters/fitness/cogpool) -"aUV" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aUW" = ( -/obj/structure/pool/Lboard, -/turf/open/pool, -/area/crew_quarters/fitness/cogpool) -"aUX" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aUY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aUZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"aVa" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aVb" = ( -/obj/structure/pool/Rboard, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aVc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aVd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVe" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aVf" = ( -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aVg" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aVh" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/gateway) -"aVi" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/router/public) -"aVj" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aVk" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/gateway) -"aVl" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aVm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aVn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aVo" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/router/public) -"aVp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Public Router"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/button/massdriver{ - id = "public_out"; - pixel_x = 24; - pixel_y = -6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "pubblock"; - name = "Router Access Control"; - pixel_x = 24; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aVq" = ( -/obj/structure/table, -/turf/open/floor/plasteel/white, -/area/gateway) -"aVr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/storage/box/cups, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aVs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/lounge/jazz) -"aVt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aVu" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aVv" = ( -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aVw" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"aVx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"aVy" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aVz" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aVA" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aVB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"aVC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aVD" = ( -/obj/machinery/vending/clothing, -/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, -/area/crew_quarters/locker) -"aVE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Dormitory Toilets" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aVF" = ( -/turf/open/floor/plasteel/white, -/area/science/circuit) -"aVG" = ( -/obj/machinery/ore_silo, -/obj/effect/turf_decal/bot_white, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/nuke_storage"; - dir = 4; - name = "Vault APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aVH" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/civilian"; - dir = 8; - name = "Civilian Wing Hallway APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aVI" = ( -/obj/structure/table, -/obj/item/storage/box/zipties, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aVJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aVK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/space/nearstation) -"aVL" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aVM" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/department/eva) -"aVN" = ( -/obj/machinery/vending, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aVO" = ( -/obj/structure/table, -/obj/item/tape, -/obj/item/taperecorder{ - pixel_x = -4 - }, -/obj/item/radio/off, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"aVP" = ( -/obj/structure/window/reinforced, -/obj/structure/displaycase/captain, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aVQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aVR" = ( -/obj/structure/window/reinforced, -/obj/structure/filingcabinet, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"aVS" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aVT" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: WASTE EJECTION"; - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aVU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aVV" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/structure/cable{ - icon_state = "2-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/plating, -/area/maintenance/department/security) -"aVW" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aVX" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/gloves/color/latex, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aVY" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"aVZ" = ( -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aWa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aWb" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aWc" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aWd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aWe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aWf" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aWg" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"aWh" = ( -/obj/effect/landmark/start/lawyer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"aWi" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Cryogenics APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"aWj" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"aWk" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aWl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aWm" = ( -/turf/open/floor/plasteel, -/area/gateway) -"aWn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aWo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/cryopod) -"aWp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/computer/gateway_control{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/gateway) -"aWq" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/extinguisher, -/obj/item/crowbar, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aWr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"aWs" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aWt" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/central) -"aWu" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aWv" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aWx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"aWy" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aWz" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Power Monitoring"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/central) -"aWA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/central) -"aWB" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aWC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Defendent's Chair"; - req_one_access_txt = "63" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aWD" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/item/cigbutt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aWE" = ( -/obj/structure/sign/warning{ - name = "\improper WARNING: MOVING MACHINERY" - }, -/turf/closed/wall/r_wall, -/area/janitor) -"aWF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/janitor) -"aWG" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/clothing/shoes/magboots, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aWH" = ( -/obj/machinery/disposal/bin{ - name = "Corpse Delivery" - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aWI" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aWJ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"aWK" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aWL" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "public" - }, -/turf/open/floor/plating, -/area/router/public) -"aWM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aWN" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/conveyor/auto{ - id = "public" - }, -/turf/open/floor/plating, -/area/router/public) -"aWO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/ai_monitored/storage/eva) -"aWP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aWQ" = ( -/obj/structure/closet/crate/rcd, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aWR" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_x = 32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aWS" = ( -/obj/structure/table, -/obj/item/storage/box/flashes{ - pixel_x = 8 - }, -/obj/item/storage/box/handcuffs{ - pixel_x = -8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/carpet/red, -/area/security/brig) -"aWT" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/router/public"; - dir = 4; - name = "Public Router APC"; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aWU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"aWV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"aWW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aWX" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical"; - dir = 8; - name = "Medical Booth APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aWY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - frequency = 1359; - name = "Station Intercom (Security)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aWZ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aXa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aXb" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"aXc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXd" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/central) -"aXe" = ( -/obj/machinery/bookbinder, -/turf/open/floor/wood, -/area/library) -"aXf" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/carpet, -/area/library) -"aXg" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 6 - }, -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"aXi" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aXj" = ( -/obj/structure/transit_tube/station/reverse, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Transit Tube Access"; - pixel_x = 22 - }, -/obj/structure/transit_tube_pod{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXk" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXm" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aXn" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aXo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aXp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/reagent_dispensers/foamtank, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"aXq" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXr" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aXs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"aXt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea, -/turf/open/floor/plating, -/area/gateway) -"aXu" = ( -/turf/closed/wall, -/area/security/courtroom/jury) -"aXv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aXw" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/kirbyplants{ - icon_state = "plant-08" - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aXx" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"aXy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"aXz" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aXA" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/security/courtroom/jury) -"aXB" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aXC" = ( -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aXD" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/structure/closet/crate/silvercrate, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aXE" = ( -/obj/effect/turf_decal/bot_white, -/obj/structure/closet/crate/goldcrate, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aXF" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "gas to hot loop" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"aXG" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"aXH" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aXI" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aXJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aXK" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aXL" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/paper/fluff/jobs/security/beepsky_mom, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aXM" = ( -/turf/closed/wall, -/area/maintenance/department/security) -"aXN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"aXO" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aXP" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Pool Maintenance"; - req_one_access_txt = "12" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"aXQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/medical{ - name = "Medical Booth" - }) -"aXR" = ( -/turf/closed/wall, -/area/security/courtroom) -"aXS" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aXT" = ( -/obj/structure/chair/comfy/brown{ - buildstackamount = 0; - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"aXU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aXV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil/random{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/multitool, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aXW" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aXX" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aXY" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aXZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aYa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"aYb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aYc" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/library) -"aYd" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aYe" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYf" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/white, -/area/gateway) -"aYg" = ( -/obj/effect/turf_decal/bot_white/right, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aYh" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/radio/off, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aYj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aYk" = ( -/turf/open/floor/circuit/green, -/area/ai_monitored/nuke_storage) -"aYl" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aYm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aYn" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/storage/box/smart_metal_foam, -/obj/item/wrench, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/assembly/prox_sensor, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aYo" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Security" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aYp" = ( -/obj/structure/fans/tiny/invisible, -/turf/open/space/basic, -/area/space) -"aYq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aYr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aYs" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aYt" = ( -/turf/open/floor/plating, -/area/maintenance/department/security) -"aYu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aYv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/analyzer, -/obj/item/storage/toolbox/electrical, -/obj/item/gps, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aYw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aYx" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aYy" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/kirbyplants{ - icon_state = "plant-22" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"aYz" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/camera{ - c_tag = "Vault"; - dir = 4; - network = list("vault") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aYA" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/obj/effect/turf_decal/box/white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aYB" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aYC" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 1; - name = "Detective's Office APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"aYD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aYE" = ( -/obj/structure/closet/crate/trashcart, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aYF" = ( -/obj/structure/table/wood, -/obj/item/storage/box/evidence, -/obj/item/hand_labeler, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aYG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYI" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/photocopier, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/obj/item/paper/fluff/cogstation/secsolars, -/turf/open/floor/plasteel, -/area/security/main) -"aYJ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aYK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Civilian Wing Hallway" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aYL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"aYM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aYN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aYO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aYP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYQ" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"aYS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/security/brig) -"aYT" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/customs) -"aYU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aYV" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aYW" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/northright{ - name = "Customs Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPFore"; - name = "HoP Fore Desk Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"aYX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/flashlight/lamp, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPFore"; - name = "HoP Fore Desk Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"aYY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Port Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/security/courtroom) -"aYZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"aZa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aZb" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/department/eva) -"aZc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aZd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Maintenance"; - req_access_txt = "18" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aZe" = ( -/obj/structure/sign/warning/biohazard{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aZf" = ( -/obj/effect/turf_decal/bot_white/left, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aZg" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"aZh" = ( -/obj/structure/closet/crate, -/obj/machinery/light, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aZi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aZj" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/caution{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/caution{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/caution{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/caution{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/extinguisher{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/extinguisher{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aZk" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/mass_driver{ - id = "public_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/public) -"aZl" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/public) -"aZm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"aZn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera/motion{ - c_tag = "EVA"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aZo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"aZp" = ( -/obj/structure/lattice, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aZq" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/bridge) -"aZr" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aZs" = ( -/obj/structure/safe, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/lazarus_injector, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/item/stack/spacecash/c1000, -/obj/effect/turf_decal/bot_white/left, -/obj/item/stack/sheet/mineral/diamond, -/obj/item/clothing/under/costume/soviet, -/obj/item/clothing/suit/armor/vest/russian_coat, -/obj/item/clothing/head/helmet/rus_helmet, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aZt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"aZu" = ( -/obj/machinery/blackbox_recorder, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aZv" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aZw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/weldingtool, -/obj/item/flashlight, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aZx" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"aZy" = ( -/turf/closed/wall, -/area/lawoffice) -"aZz" = ( -/obj/structure/table/reinforced, -/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/tile/neutral{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aZA" = ( -/obj/structure/table/reinforced, -/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/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aZB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"aZC" = ( -/obj/structure/table/reinforced, -/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/tile/neutral{ - dir = 8 - }, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aZD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Chapel Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"aZE" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/primary/central"; - dir = 8; - name = "Central Primary Hallway APC"; - pixel_x = -26 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"aZF" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aZG" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = 32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"aZH" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aZI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aZJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/weldingtool, -/obj/item/multitool{ - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aZL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/poster/official/cohiba_robusto_ad{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"aZM" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet, -/area/security/courtroom) -"aZN" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"aZO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"aZP" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/aiModule/reset/purge{ - pixel_y = 6 - }, -/obj/item/aiModule/reset{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/aiModule/core/full/custom{ - pixel_x = -4 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"aZQ" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/plasteel{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aZR" = ( -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"aZS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"aZT" = ( -/obj/structure/closet/secure_closet/hos, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/storage/box/deputy, -/obj/item/paper/guides/cogstation/letter_hos, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"aZU" = ( -/obj/structure/chair, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"aZV" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"aZW" = ( -/obj/structure/chair, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"aZX" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"aZY" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"aZZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"baa" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bab" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bac" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/item/storage/toolbox/emergency, -/obj/item/stack/sheet/rglass, -/obj/item/stack/sheet/rglass, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"bad" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bae" = ( -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"baf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Plaza - Starboard"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bag" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"bah" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/lawoffice) -"bai" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baj" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker/waterbottle, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bak" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/lawoffice) -"bal" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"bam" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/turf/open/space/basic, -/area/space/nearstation) -"ban" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bao" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bap" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"baq" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bar" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bas" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bat" = ( -/obj/structure/chair/stool/bar, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"bau" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bav" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/item/clipboard, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"baw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/lawoffice) -"bax" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"bay" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"baz" = ( -/obj/machinery/photocopier, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baA" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/item/folder/blue, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baB" = ( -/obj/structure/rack, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/extinguisher, -/obj/item/crowbar, -/turf/open/floor/plating, -/area/maintenance/department/security) -"baC" = ( -/obj/machinery/vending/cart, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baD" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baE" = ( -/obj/structure/bookcase/random/reference, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"baF" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baG" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"baH" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/crowbar, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/department/security) -"baI" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baK" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/kitchen/fork, -/obj/item/reagent_containers/food/snacks/pastatomato, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"baL" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baM" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/crowbar/large, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/department/security) -"baN" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baP" = ( -/obj/structure/closet/secure_closet/captains, -/obj/item/reagent_containers/food/drinks/flask/gold, -/obj/item/clothing/under/rank/captain/suit, -/obj/item/clothing/under/rank/captain/suit/skirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/clothing/head/centhat{ - name = "\improper green captain's hat" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"baQ" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"baR" = ( -/obj/structure/chair/sofa/left, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"baS" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"baT" = ( -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"baU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"baV" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"baW" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/aiModule/core/full/asimov{ - pixel_x = 2; - pixel_y = 10 - }, -/obj/effect/spawner/lootdrop/aimodule_neutral{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/effect/spawner/lootdrop/aimodule_harmless{ - pixel_y = 6 - }, -/obj/item/aiModule/core/freeformcore{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/aiModule/supplied/freeform{ - pixel_x = -2 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"baX" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/displaycase, -/turf/open/floor/wood, -/area/library) -"baY" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"baZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bba" = ( -/obj/effect/landmark/start/assistant, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"bbb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"bbc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"bbd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbe" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bbf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"bbg" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bbh" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"bbi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bbj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/teleporter) -"bbk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bbl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbm" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bbn" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbo" = ( -/obj/structure/closet/crate, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bbp" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/carpet, -/area/security/courtroom) -"bbq" = ( -/obj/effect/landmark/start/librarian, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"bbr" = ( -/obj/structure/filingcabinet/employment, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bbs" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/pen/red, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bbt" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bbu" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/space/nearstation) -"bbv" = ( -/turf/open/space, -/area/space) -"bbw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bbx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bby" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bbz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bbA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bbC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bbD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bbF" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bbG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bbH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bbI" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbJ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bbK" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbL" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bbM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bbN" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bbO" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bbP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "HoP Office Maintenance"; - req_access_txt = "57" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/security/checkpoint/customs) -"bbQ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness/cogpool"; - dir = 4; - name = "Pool APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bbR" = ( -/obj/structure/closet/crate/hydroponics, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/corn, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/item/reagent_containers/food/snacks/grown/chili, -/obj/item/reagent_containers/food/snacks/grown/soybeans, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/item/reagent_containers/food/snacks/grown/cherries, -/obj/structure/sign/poster/contraband/have_a_puff{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbS" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/gateway) -"bbT" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/sorting) -"bbU" = ( -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bbV" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/warehouse) -"bbW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 4; - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bbY" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bbZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bca" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bcb" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bcc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"bcd" = ( -/obj/item/kirbyplants{ - icon_state = "plant-14" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bce" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "public" - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "cargoblock"; - name = "Public Router" - }, -/turf/open/floor/plating, -/area/router/public) -"bcf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcg" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "cargoblock"; - name = "Public Router" - }, -/turf/open/floor/plating, -/area/router/public) -"bch" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bci" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bcj" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bck" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bcl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bcm" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bcn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bco" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bcp" = ( -/obj/machinery/libraryscanner, -/obj/machinery/light, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"bcq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bcr" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bcs" = ( -/obj/machinery/pdapainter, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bct" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bcu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/camera{ - c_tag = "Aft Maintenance - Air Hookup" - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bcv" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bcw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/mixing) -"bcx" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bcy" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"bcz" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bcA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bcB" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/gateway) -"bcC" = ( -/obj/machinery/power/apc{ - name = "Research Division Storage APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/gateway) -"bcD" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bcE" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bcF" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bcG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bcH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/side, -/area/security/courtroom) -"bcI" = ( -/turf/closed/wall/r_wall, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bcJ" = ( -/obj/machinery/button/door{ - id = "HoPAft"; - name = "Aft Shutters"; - pixel_x = -24; - pixel_y = -24; - req_access_txt = "57" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bcK" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Cryogenics" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/circuit/green, -/area/crew_quarters/cryopod) -"bcL" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bcM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bcN" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=bridge2"; - location = "court" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bcO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"bcP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bcQ" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bcR" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"bcS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bcT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bcU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Jury Room Maintainance"; - req_one_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/courtroom/jury) -"bcV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bcW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/requests_console{ - department = "Bar"; - departmentType = 2; - name = "Bar RC"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bcX" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hallway/primary/central) -"bcY" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bcZ" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bda" = ( -/obj/structure/table, -/obj/item/hand_tele, -/obj/machinery/camera{ - c_tag = "Teleporter Room"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bdb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/central) -"bdc" = ( -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bdd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Pool"; - dir = 1 - }, -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/toy/poolnoodle/red, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bde" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/mixing) -"bdf" = ( -/turf/open/floor/plasteel, -/area/science/mixing) -"bdg" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bdh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/toy/poolnoodle/blue, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bdi" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bdj" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/hallway/primary/central) -"bdk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bdl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/athletic_mixed, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/toy/poolnoodle/yellow, -/turf/open/floor/plasteel/white, -/area/crew_quarters/fitness/cogpool) -"bdm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bdn" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bdo" = ( -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 17 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bdp" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bdq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bdr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/hallway/primary/central) -"bds" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/chaplain, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bdt" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bdu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bdv" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/chapel/office) -"bdx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bdy" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/hallway/primary/central) -"bdz" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bdA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bdB" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb, -/obj/item/toy/eightball, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bdC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdE" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8; - icon_state = "intact" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bdF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bdJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Telecommunications Control Room Maintenance"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/bridge) -"bdK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bdL" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bdM" = ( -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bdN" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bdO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Pool External Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bdP" = ( -/turf/closed/wall/mineral/wood, -/area/crew_quarters/fitness/cogpool) -"bdQ" = ( -/obj/machinery/door/airlock/command{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bdR" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bdS" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"bdT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bdU" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bdV" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bdW" = ( -/obj/structure/mineral_door/woodrustic{ - name = "Sauna" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bdX" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bdY" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/mineral/wood, -/area/crew_quarters/fitness/cogpool) -"bdZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/quartermaster/sorting) -"bea" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/poster/official/report_crimes{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"beb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom/jury) -"bec" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bed" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/plasteel, -/area/science/mixing) -"bee" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bef" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"beg" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"beh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bei" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"bej" = ( -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bek" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bel" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bem" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "hot loop to generator" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"ben" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"beo" = ( -/turf/open/floor/plasteel/white, -/area/gateway) -"bep" = ( -/obj/structure/table/wood, -/obj/item/tape, -/obj/item/taperecorder{ - pixel_x = -4 - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 8; - name = "Research Director's Office APC"; - pixel_x = -24 - }, -/obj/item/reagent_containers/food/snacks/muffin/berry, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"beq" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "generator to cold loop" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"ber" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bes" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"bet" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"beu" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bev" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"bew" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"bex" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bey" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall/rust, -/area/space/nearstation) -"bez" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"beA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/chapel/main) -"beB" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"beC" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"beD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"beE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beF" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beG" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "Routing Depot - Fore Exterior"; - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"beH" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"beI" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"beJ" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"beL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"beM" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beN" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beO" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"beP" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"beQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/security/detectives_office) -"beR" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"beT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"beV" = ( -/obj/machinery/button/door{ - id = "executionspaceblast"; - name = "Vent to Space"; - pixel_x = 25; - pixel_y = -5; - req_access_txt = "7" - }, -/obj/machinery/button/ignition{ - id = "executionburn"; - pixel_x = 24; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"beW" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"beX" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"beY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"beZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bfa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bfb" = ( -/obj/machinery/computer/card/minor/qm, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bfc" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bfd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfe" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bff" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/qm) -"bfg" = ( -/obj/structure/closet, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bfh" = ( -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"bfi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfj" = ( -/mob/living/simple_animal/butterfly, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"bfk" = ( -/mob/living/simple_animal/kiwi, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"bfl" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfm" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"bfn" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "cold loop to space" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"bfo" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bfp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 4 - }, -/obj/machinery/sparker/toxmix{ - pixel_x = 25 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bfq" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/cog; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"bfr" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bfs" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #1" - }, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bft" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/hallway/primary/central) -"bfu" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/gateway) -"bfv" = ( -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bfw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bfx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"bfy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bfz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bfA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bfB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Morgue"; - req_access_txt = "22;27" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bfC" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bfD" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 5; - id = "mail" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfF" = ( -/obj/machinery/space_heater, -/obj/structure/sign/poster/official/no_erp{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bfG" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bfH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/button/crematorium{ - id = "foo"; - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bfI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/engine/storage_shared"; - dir = 1; - name = "Electrical Substation APC"; - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"bfJ" = ( -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bfK" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box{ - pixel_x = -11; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/item/paper/fluff/cogstation/letter_chap{ - pixel_x = 10; - pixel_y = 2 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"bfL" = ( -/obj/structure/table/wood, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"bfM" = ( -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/structure/bedsheetbin/towel, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bfN" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bfO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Jazz Lounge" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bfP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bfQ" = ( -/obj/machinery/light/small, -/obj/item/candle, -/obj/item/trash/candle, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bfR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bfS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bfT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/chapel/office) -"bfU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfV" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bfW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bfX" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bfY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "QM #2" - }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bfZ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bga" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bgb" = ( -/obj/structure/disposalpipe/sorting/mail{ - sortType = 30 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bgc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/hallway/primary/central) -"bgd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/central) -"bge" = ( -/turf/closed/wall/r_wall, -/area/storage/primary) -"bgf" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"bgg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bgh" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bgi" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"bgj" = ( -/obj/structure/table, -/obj/item/weldingtool/mini, -/obj/item/light/tube, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bgk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "mail" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bgl" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/storage/primary) -"bgm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bgn" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bgo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/chapel/main) -"bgp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bgq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bgr" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/helmet/skull, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bgs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bgt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bgu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgv" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bgw" = ( -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bgx" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgy" = ( -/obj/structure/closet, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom/jury"; - dir = 4; - name = "Jury Room APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom/jury) -"bgz" = ( -/obj/structure/chair, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/lightreplacer, -/obj/item/lightreplacer, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/storage/primary) -"bgC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bgD" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/item/target, -/obj/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bgE" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Port Central Maintenance"; - req_one_access_txt = "12" - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bgG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/central) -"bgH" = ( -/obj/machinery/pipedispenser, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgI" = ( -/obj/machinery/pipedispenser/disposal, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgJ" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bgK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bgL" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bgN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Port Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bgO" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/wrench, -/obj/item/pipe_dispenser, -/mob/living/simple_animal/sloth/paperwork, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgP" = ( -/obj/item/analyzer, -/obj/item/caution, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgQ" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"bgR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/closed/wall/mineral/wood, -/area/crew_quarters/fitness/cogpool) -"bgS" = ( -/obj/machinery/computer/bounty, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bgT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bgU" = ( -/obj/machinery/computer/cargo, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bgV" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/storage) -"bgW" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"bgX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"bgY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"bgZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bha" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bhb" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhc" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bhd" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhe" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"bhg" = ( -/obj/structure/chair/stool, -/obj/machinery/camera{ - c_tag = "Pool - Sauna"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness/cogpool) -"bhh" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/security/courtroom) -"bhi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/cone, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bhk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bhl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/mineral/wood, -/area/crew_quarters/fitness/cogpool) -"bhm" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bhn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bho" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel, -/area/storage/primary) -"bhp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bhq" = ( -/obj/structure/chair/sofa/right, -/obj/item/instrument/recorder, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bhr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bhs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bht" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bhu" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bhv" = ( -/obj/structure/chair/sofa/left, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bhw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/cc64k_ad{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhx" = ( -/obj/machinery/vending/coffee, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bhy" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/conveyor/auto{ - id = "sec" - }, -/obj/machinery/door/poddoor{ - name = "Security Router" - }, -/turf/open/floor/plating, -/area/router/sec) -"bhz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bhA" = ( -/obj/item/stack/cable_coil/red, -/obj/item/multitool, -/obj/item/wrench, -/obj/item/stack/sheet/metal/five{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/paper/fluff/cogstation/letter_arrd, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhB" = ( -/obj/structure/table/wood, -/obj/item/stack/packageWrap, -/obj/item/paper/fluff/cogstation/bsrb, -/obj/item/paper/fluff/cogstation/survey{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"bhC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Air Hookup"; - req_one_access_txt = "12;22" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bhE" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bhF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bhG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bhI" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bhJ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bhK" = ( -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bhL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Waste Disposal"; - req_one_access_txt = "12;50" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bhM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhN" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants/dead, -/turf/open/floor/plasteel, -/area/security/main) -"bhO" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bhP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhQ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21"; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bhS" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bhT" = ( -/obj/structure/sign/departments/engineering, -/turf/closed/wall, -/area/hallway/primary/aft) -"bhU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/janitor) -"bhV" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/pen/blue{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bhW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"bhX" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bhY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bhZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bia" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bib" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bic" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bid" = ( -/obj/structure/chair/sofa/left, -/mob/living/simple_animal/pet/cat/Proc, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bie" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bif" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"big" = ( -/turf/closed/wall, -/area/science/circuit) -"bih" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 1; - id = "mail" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bii" = ( -/obj/structure/table/glass, -/obj/item/storage/box/matches, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bij" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bik" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"bil" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 6; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bim" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/massdriver{ - id = "router_in"; - name = "mass driver button (Router)"; - pixel_x = 24; - pixel_y = -8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bin" = ( -/obj/machinery/computer/mecha{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bio" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bip" = ( -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"biq" = ( -/obj/structure/closet/secure_closet/hop, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/item/clothing/under/rank/civilian/head_of_personnel/suit, -/obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt{ - name = "head of personnel's suitskirt" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bir" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bis" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bit" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"biu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"biv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biw" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/button/door{ - id = "QMLoadDoor"; - layer = 4; - name = "Cargo Loading Doors"; - pixel_x = 24; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "QMUnloadDoor"; - layer = 4; - name = "Cargo Unloading Doors"; - pixel_x = 24; - pixel_y = -6 - }, -/obj/machinery/camera{ - c_tag = "Supply - Cargo Bay"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bix" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"biy" = ( -/obj/machinery/vending/clothing, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biz" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biA" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"biB" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/telescreen/rd, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"biC" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"biE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"biF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"biG" = ( -/obj/structure/displaycase/labcage, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office - Starboard"; - network = list("ss13","rd") - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"biH" = ( -/obj/machinery/light/small, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"biI" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/item/kirbyplants{ - icon_state = "plant-20"; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"biJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biK" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/science/mixing) -"biL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/closed/wall, -/area/crew_quarters/heads/chief) -"biM" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/foam_force_ad{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"biN" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"biO" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"biP" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/gateway) -"biQ" = ( -/turf/closed/wall, -/area/crew_quarters/heads/chief) -"biR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "CEPrivacy"; - name = "CE Privacy Shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"biS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biT" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel, -/area/science/mixing) -"biU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"biV" = ( -/turf/closed/wall, -/area/storage/primary) -"biW" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"biY" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"biZ" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/office) -"bja" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bjb" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/wrench, -/obj/item/t_scanner, -/turf/open/floor/plasteel, -/area/storage/primary) -"bjc" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stack/sheet/plasteel/twenty, -/turf/open/floor/plasteel, -/area/storage/primary) -"bjd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bje" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjf" = ( -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bjg" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "E.V.A. Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bji" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bjl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/quartermaster/office) -"bjm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bjn" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/supply) -"bjo" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bjp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bjq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bjr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bjs" = ( -/obj/machinery/computer/robotics{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bjt" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bju" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - frequency = 1359; - name = "Station Intercom (Security)"; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bjv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/security/courtroom/jury) -"bjw" = ( -/obj/item/storage/secure/safe{ - pixel_x = 4; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bjx" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/bot, -/obj/item/defibrillator/loaded, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bjy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bjz" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bjA" = ( -/obj/machinery/camera{ - c_tag = "EVA Maintenace - Fore"; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bjB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/brig) -"bjC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Jury Room" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/courtroom/jury) -"bjD" = ( -/turf/closed/wall/r_wall, -/area/security/courtroom/jury) -"bjE" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_y = 29 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Control Room" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/paper/guides/cogstation/letter_atmos, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bjF" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft"; - dir = 8; - name = "Head of Personnel APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bjG" = ( -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bjI" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bjJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bjK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel, -/area/storage/primary) -"bjL" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/tank/internals/air, -/obj/item/flashlight, -/obj/item/reagent_containers/spray/cleaner, -/obj/machinery/camera{ - c_tag = "Pool Maintenance"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bjM" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Atmospherics Storage"; - req_one_access_txt = "24;31" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bjN" = ( -/obj/machinery/vending/autodrobe, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjO" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/item/instrument/piano_synth, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bjP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjQ" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant/override, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjR" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjS" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/cohiba_robusto_ad{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bjT" = ( -/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/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bjU" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjV" = ( -/obj/structure/closet{ - name = "Evidence Closet 5" - }, -/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 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bjW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bjX" = ( -/obj/structure/rack, -/obj/machinery/button/door{ - id = "marketdoor"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjY" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bjZ" = ( -/obj/structure/window/reinforced, -/obj/machinery/shower{ - name = "emergency shower"; - pixel_y = 12 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/westright{ - name = "Emergency Shower" - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/storage/primary) -"bka" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bkb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 9; - id = "mail" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bkc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/conveyor_switch/oneway{ - id = "DeliveryConveyer" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkd" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "mail" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bke" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=sec1"; - location = "bridge2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bkf" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bkg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 2 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bkh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bki" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bkj" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor_switch/oneway{ - id = "mail" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkk" = ( -/obj/machinery/autolathe, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkl" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/tank/internals/air, -/obj/item/flashlight, -/obj/item/storage/belt/utility, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkm" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Supply - Delivery Office Fore"; - network = list("ss13","rd") - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkn" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bko" = ( -/turf/open/floor/plasteel, -/area/science/circuit) -"bkp" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/conveyor/inverted{ - dir = 9; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/machinery/door/poddoor{ - id = "QMLoadDoor"; - name = "Cargo Loading Door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bks" = ( -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bkt" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/machinery/door/poddoor{ - id = "QMLoadDoor"; - name = "Cargo Loading Door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bku" = ( -/obj/structure/closet, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bkv" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bkw" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/spawner/lootdrop/gambling, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bkx" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bky" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"bkz" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bkA" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Bridge - Starboard Quarter"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bkB" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bkC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"bkD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "CEPrivacy"; - name = "CE Privacy Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bkE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bkF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/security) -"bkG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/crate/engineering, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/item/rcl/pre_loaded, -/obj/item/stock_parts/cell/high/plus, -/obj/item/clothing/glasses/meson, -/obj/item/cartridge/atmos, -/obj/item/cartridge/engineering, -/obj/item/cartridge/engineering, -/obj/item/cartridge/engineering, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bkH" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"bkI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/primary) -"bkJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bkK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/obj/item/cigbutt, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bkL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bkM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bkN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bkO" = ( -/obj/machinery/vending/kink, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bkQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bkR" = ( -/obj/machinery/camera{ - c_tag = "EVA Maintenance - Aft"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bkS" = ( -/obj/machinery/vending/sustenance, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkT" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"bkU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bkV" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bkW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "Pool Exterior Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bkX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bkY" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/closet/crate/engineering, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bkZ" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos) -"bla" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blb" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blc" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bld" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ble" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/airlock/external{ - name = "Cargo Freighter Dock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"blg" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Freighter Dock"; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bli" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blj" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/space/nearstation) -"blk" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bll" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bln" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blp" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit) -"blq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/storage/primary) -"blr" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bls" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/sign/poster/official/ion_rifle{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"blt" = ( -/obj/machinery/computer/card/minor/ce{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"blu" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"blv" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"blw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"blx" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/storage/backpack/duffelbag/med/surgery, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bly" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"blz" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"blA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"blB" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/cogpool) -"blE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blF" = ( -/obj/structure/table/reinforced, -/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/tile/neutral{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blG" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"blH" = ( -/obj/structure/chair, -/obj/machinery/button/massdriver{ - id = "toxinsdriver"; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"blI" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"blJ" = ( -/obj/structure/table/reinforced, -/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/tile/neutral{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blK" = ( -/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/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "marketdoor" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blL" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos) -"blM" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"blN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"blO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/maintenance/department/chapel) -"blQ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - name = "Delivery Office"; - req_one_access_txt = "31;48" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blR" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blS" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/chair, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"blU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/closet/cardboard, -/turf/open/floor/plating, -/area/maintenance/aft) -"blV" = ( -/obj/machinery/computer/cargo{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blW" = ( -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/crowbar, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"blX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"blY" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"blZ" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "QMUnload" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bma" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/landmark/start/assistant/override, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmb" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"bmc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_one_access_txt = "58" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"bmd" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"bme" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bmf" = ( -/obj/structure/sign/departments/evac, -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit) -"bmg" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmj" = ( -/obj/machinery/vending/wardrobe/cap_wardrobe, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bmk" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/dice/d6, -/obj/machinery/camera{ - c_tag = "Jazz Lounge"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bml" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bmm" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bmn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmo" = ( -/turf/closed/wall/rust, -/area/maintenance/department/chapel) -"bmp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bmq" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=court"; - location = "bridge1" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmr" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bms" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/barthpot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bmt" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bmu" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bmv" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bmw" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bmx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bmy" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmz" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"bmA" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 10; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/hallway/secondary/civilian) -"bmB" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bmC" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmD" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/gateway) -"bmF" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/closed/wall, -/area/crew_quarters/fitness/cogpool) -"bmG" = ( -/turf/open/floor/engine, -/area/gateway) -"bmH" = ( -/obj/machinery/computer/upload/borg{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bmI" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - dir = 4; - name = "Chapel Office APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bmJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bmK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/cogpool) -"bmL" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmM" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bmN" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Waste Disposal Maintenance"; - req_one_access_txt = "12;50" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bmO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/lounge/jazz) -"bmP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/engineering{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bmQ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Foyer - Starboard"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bmR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_one_access_txt = "17;19" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bmS" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bmT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"bmU" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/item/instrument/saxophone, -/obj/item/reagent_containers/food/drinks/bottle/vermouth, -/obj/item/clothing/glasses/sunglasses, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bmV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bmW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bmX" = ( -/obj/structure/table, -/obj/item/folder/yellow{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_y = 4 - }, -/obj/item/clothing/gloves/color/latex{ - pixel_y = 4 - }, -/obj/item/clothing/mask/surgical{ - pixel_y = 4 - }, -/obj/item/healthanalyzer, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/item/paper/guides/cogstation/cdn_chap, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bmY" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/disposal) -"bmZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bna" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnb" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bnc" = ( -/obj/structure/sign/directions/command{ - dir = 1; - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = -32; - pixel_y = 40 - }, -/obj/structure/sign/directions/science{ - pixel_x = -32; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnd" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/obj/item/storage/box/matches, -/obj/item/storage/fancy/cigarettes/cigpack_robust, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bne" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bng" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/poddoor{ - id = "DeliveryDoor"; - name = "Delivery Door" - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bni" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/clipboard, -/obj/item/stamp, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/item/pen/blue{ - pixel_x = -5; - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnj" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall, -/area/science/test_area) -"bnk" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bnl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bnm" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bnn" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/door/window/southleft{ - name = "Cargo Desk"; - req_access_txt = "31" - }, -/obj/item/folder, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bno" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bnp" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bnq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bnr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bns" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/maintenance/department/eva) -"bnt" = ( -/obj/machinery/camera{ - c_tag = "Electrical Substation"; - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"bnu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"bnv" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bnx" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bny" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/pen, -/obj/item/wirecutters, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnz" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnA" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bnC" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Freighter Dock"; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnD" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/crowbar, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bnF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bnG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/bridge) -"bnH" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/fore) -"bnI" = ( -/obj/structure/bed, -/obj/effect/landmark/start/head_of_personnel, -/obj/item/bedsheet/hop, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bnJ" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bnK" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bnL" = ( -/obj/item/beacon, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bnM" = ( -/obj/effect/turf_decal/delivery, -/obj/item/grown/bananapeel, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bnN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bnO" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit) -"bnP" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnQ" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bnR" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnS" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bnT" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/cogpool) -"bnU" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/tank/internals/air, -/obj/item/wrench, -/obj/item/flashlight, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bnV" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"bnW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bnX" = ( -/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/red{ - dir = 1 - }, -/obj/structure/closet/secure_closet/security/cargo, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bnY" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bnZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/pen/blue, -/obj/machinery/camera{ - c_tag = "Customs - Fore"; - dir = 4 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPFore"; - name = "HoP Fore Desk Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"boa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/turf/closed/wall, -/area/crew_quarters/heads/chief) -"bob" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/heads/chief) -"boc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 10 - }, -/turf/closed/wall, -/area/crew_quarters/heads/chief) -"bod" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - name = "Primary Tool Storage Desk"; - req_access_txt = "11" - }, -/obj/item/folder/yellow, -/turf/open/floor/plasteel, -/area/storage/primary) -"boe" = ( -/obj/machinery/door/airlock/vault{ - name = "Vault Door"; - req_access_txt = "53" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/nuke_storage) -"bof" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Pool Exterior Access"; - req_access_txt = "13" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/cogpool) -"bog" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"boh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"boi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/cogpool) -"boj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bok" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/obj/item/toy/sword, -/obj/item/toy/figure/assistant, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bol" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"bom" = ( -/obj/structure/flora/ausbushes/leafybush, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bon" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"boo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/central) -"bop" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/window/eastleft{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"boq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bor" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bos" = ( -/obj/structure/table, -/obj/item/stack/sheet/cardboard/fifty, -/obj/item/stack/wrapping_paper, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/glass, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bot" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bou" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bov" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bow" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMUnload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"box" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"boy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"boz" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"boA" = ( -/turf/closed/wall, -/area/security/detectives_office) -"boB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMUnload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"boC" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/sign/departments/cargo{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"boD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMUnload" - }, -/obj/machinery/door/poddoor{ - id = "QMUnloadDoor"; - name = "Cargo Unloading Door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"boE" = ( -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMUnload" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"boF" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "QMUnload" - }, -/obj/machinery/door/poddoor{ - id = "QMUnloadDoor"; - name = "Cargo Unloading Door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"boG" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/weldingtool, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/sign/departments/engineering{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"boH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"boI" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/miningoffice) -"boJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/machinery/computer/security/telescreen/toxins{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"boK" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"boL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"boM" = ( -/obj/machinery/mineral/ore_redemption{ - input_dir = 4; - output_dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boN" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boO" = ( -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/item/storage/box/drinkingglasses{ - pixel_y = 4 - }, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/crew_quarters/bar) -"boP" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boQ" = ( -/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/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"boR" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/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/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"boS" = ( -/obj/structure/sign/mining, -/turf/closed/wall/r_wall, -/area/quartermaster/miningoffice) -"boT" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boU" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"boW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boX" = ( -/obj/item/beacon, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"boY" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"boZ" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bpa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/window/westleft{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bpb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bpc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bpd" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/window/eastright{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bpf" = ( -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bph" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bpi" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bpj" = ( -/obj/structure/flora/junglebush, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bpk" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpl" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/autolathe/secure{ - name = "public autolathe" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/extinguisher, -/obj/item/crowbar, -/turf/open/floor/plating, -/area/maintenance/aft) -"bpn" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpo" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/red, -/area/security/brig) -"bpp" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpq" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/engine/air, -/area/engine/atmos) -"bpr" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bps" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/lounge/jazz"; - name = "Jazz Lounge APC"; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bpt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bpu" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpv" = ( -/turf/closed/wall/r_wall, -/area/engine/break_room) -"bpw" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpy" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/landmark/observer_start, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpz" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bpA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bpB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/hallway/primary/aft) -"bpC" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpD" = ( -/turf/open/floor/plating, -/area/maintenance/aft) -"bpE" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bpF" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpG" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpH" = ( -/obj/machinery/jukebox, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bpI" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bpJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/lounge/jazz) -"bpK" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"bpL" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bpM" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/science/mixing) -"bpN" = ( -/obj/structure/grille, -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bpO" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bpP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bpQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bpR" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"bpS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_y = -32 - }, -/turf/open/floor/carpet/red, -/area/security/brig) -"bpT" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bpU" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bpV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos{ - name = "Aft Air Hookup"; - req_access_txt = "12;24" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bpW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/security/brig) -"bpX" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/sign/poster/official/obey{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"bpY" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bpZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"bqa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bqb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/civilian) -"bqc" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/medical/medbay/lobby) -"bqd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqe" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/medbay/lobby) -"bqf" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bqg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bqh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bqi" = ( -/obj/machinery/button/door{ - id = "HoPFore"; - name = "Fore Shutters"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bqj" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bql" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/hallway/secondary/civilian) -"bqm" = ( -/turf/closed/wall, -/area/medical/medbay/lobby) -"bqn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqp" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bqq" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Medbay - Chemistry Lab"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bqr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqs" = ( -/obj/structure/closet/emcloset, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bqt" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/healthanalyzer, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bqu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Waste Disposal Maintenance"; - req_one_access_txt = "12;50" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bqv" = ( -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bqw" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "EngiLockdown"; - name = "Engineering Emergency Lockdown" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/camera{ - c_tag = "Engineering - Entrance"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bqx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/camera{ - c_tag = "Supply - Mining Office"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bqz" = ( -/turf/closed/wall, -/area/medical/chemistry) -"bqA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqB" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/library) -"bqC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "E.V.A. Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bqG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bqH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bqI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"bqJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/obj/machinery/airlock_sensor/incinerator_toxmix{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/engine, -/area/science/mixing) -"bqK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqL" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bqM" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/storage/box/dice, -/obj/item/toy/cards/deck, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bqN" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqO" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bqP" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bqQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/secondary/entry) -"bqR" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bqS" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bqT" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bqU" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bqV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bqW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bqX" = ( -/turf/closed/wall/mineral/titanium/nosmooth, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bqY" = ( -/obj/structure/sign/directions/medical{ - pixel_x = -32; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/structure/sign/directions/supply{ - pixel_x = -32; - pixel_y = -40 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqZ" = ( -/obj/machinery/mineral/equipment_vendor, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bra" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"brb" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/dark, -/area/science/server{ - name = "Computer Core" - }) -"brc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"brd" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bre" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/central) -"brf" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"brg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"brh" = ( -/obj/structure/sign/departments/custodian{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"bri" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/hallway/secondary/civilian) -"brj" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Central Starboard Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/civilian) -"brk" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"brl" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/paper_bin, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/reagent_containers/dropper, -/obj/item/stamp/denied{ - pixel_x = -8; - pixel_y = -2 - }, -/obj/item/stamp{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"brm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"brn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bro" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"brp" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/machinery/smartfridge/disks, -/turf/open/floor/plasteel, -/area/hydroponics) -"brq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"brr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning{ - name = "\improper WARNING: MOVING MACHINERY"; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"brs" = ( -/turf/open/floor/plating/airless, -/area/space/nearstation) -"brt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/chapel/office) -"bru" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"brv" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"brw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/gateway) -"brx" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/tools) -"bry" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"brz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - name = "Research Sector APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"brA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/poster/official/pda_ad600{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/lounge/jazz) -"brB" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"brC" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/storage/tools) -"brD" = ( -/obj/structure/table, -/obj/machinery/door/window/eastright{ - name = "Auxiliary Tool Storage Desk"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/folder, -/turf/open/floor/plasteel, -/area/storage/tools) -"brE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"brF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chem1"; - name = "chem lab shutters" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/medical/chemistry) -"brG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"brH" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/medical/chemistry) -"brI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Hall - Aft"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"brJ" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"brK" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/chem_dispenser, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"brL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"brM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Merchant Plaza" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"brN" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"brO" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"brP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"brQ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"brR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Construction Area"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"brS" = ( -/obj/machinery/suit_storage_unit/open, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"brT" = ( -/obj/machinery/suit_storage_unit/open, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"brU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/lobby) -"brV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"brW" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Chapel Maintenance"; - req_one_access_txt = "12;22;26;27;50" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"brX" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"brY" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "Waste Disposal - Aft" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"brZ" = ( -/obj/item/kirbyplants{ - icon_state = "plant-02" - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bsa" = ( -/obj/structure/table/glass, -/obj/item/scalpel, -/obj/item/storage/box/cups, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bsb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/central) -"bsc" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/bottle/ammonia, -/obj/item/toy/figure/botanist{ - pixel_x = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsd" = ( -/obj/structure/closet/crate/hydroponics, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/clothing/accessory/armband/hydro{ - pixel_y = 4 - }, -/obj/item/clothing/accessory/armband/hydro{ - pixel_y = 4 - }, -/obj/item/clothing/accessory/armband/hydro{ - pixel_y = 4 - }, -/obj/item/clothing/suit/hooded/wintercoat/hydro{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bse" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bsf" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/bed/dogbed/ian, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/sign/poster/official/love_ian{ - pixel_y = 32 - }, -/mob/living/simple_animal/pet/dog/corgi/Ian, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bsg" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsh" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "Recycler Exterior Access"; - req_one_access_txt = "13;50" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bsi" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bsj" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsk" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsl" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"bsm" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsn" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bso" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/storage/tools) -"bsp" = ( -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bsq" = ( -/obj/structure/table, -/obj/machinery/door/window/southleft{ - name = "Auxiliary Tool Storage Desk"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/book/manual/wiki/engineering_hacking, -/turf/open/floor/plasteel, -/area/storage/tools) -"bsr" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = -6; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"bss" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/storage/firstaid/regular, -/obj/item/book/manual/wiki/medicine{ - pixel_x = -6 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bst" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bsu" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bsv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/warning/vacuum/external, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bsw" = ( -/turf/open/floor/plasteel/stairs/left, -/area/hydroponics) -"bsx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Recycler Exterior Access"; - req_one_access_txt = "13;50" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bsy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bsz" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bsA" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hydroponics) -"bsB" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsC" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics - Aft" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bsD" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bsE" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/grass, -/area/hydroponics) -"bsF" = ( -/obj/machinery/vending/hydronutrients, -/turf/open/floor/grass, -/area/hydroponics) -"bsG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/contraband/borg_fancy_2{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"bsH" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes{ - pixel_y = 4 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bsI" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bsJ" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 12; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/grass, -/area/hydroponics) -"bsK" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light, -/turf/open/floor/grass, -/area/hydroponics) -"bsL" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/reagentgrinder{ - pixel_y = 8 - }, -/obj/item/storage/box/syringes, -/obj/item/storage/box/beakers{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bsM" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"bsN" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/cable_coil/random, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/item/screwdriver{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bsO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/hallway/secondary/civilian) -"bsP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bsQ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bsR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bsS" = ( -/obj/machinery/door/window/northleft{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bsT" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bsU" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bsV" = ( -/turf/closed/wall, -/area/maintenance/aft) -"bsW" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/chaplain, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"bsX" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bsY" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/maintenance/aft) -"bsZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/aft) -"bta" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) -"btb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/computer/secure_data, -/obj/machinery/requests_console{ - department = "Detective"; - departmentType = 5; - name = "Detective's Office RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"btc" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Custodial Closet APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/janitor) -"btd" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bte" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall/r_wall, -/area/quartermaster/miningoffice) -"btf" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"btg" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bth" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/medical/medbay/lobby) -"bti" = ( -/obj/machinery/door/window/eastleft{ - name = "Waiting Room" - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"btj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"btk" = ( -/obj/structure/sign/poster/official/nanomichi_ad{ - pixel_x = 32 - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"btl" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"btm" = ( -/obj/machinery/disposal/bin{ - name = "Chapel Mailbox" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/delivery/white, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - name = "Chapel RC"; - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"btn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bto" = ( -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"btp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"btq" = ( -/obj/machinery/vending/cigarette, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"btr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bts" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/light_construct/small{ - icon_state = "bulb-construct-stage1"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"btt" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Civilian Wing Hallway - Aft"; - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/civilian) -"btu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/hallway/secondary/civilian) -"btv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"btw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/department/eva) -"btx" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/aft) -"bty" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"btz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btC" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"btF" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"btG" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"btH" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"btI" = ( -/obj/structure/closet/secure_closet/brig{ - name = "Detainee Locker" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"btJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/hallway/secondary/civilian) -"btK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Aft Maintenance"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"btL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"btM" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"btN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/stack/cable_coil/random, -/obj/item/weldingtool, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"btO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"btP" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"btQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plating, -/area/storage/tech) -"btR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"btS" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"btT" = ( -/turf/closed/wall/r_wall, -/area/router) -"btU" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"btV" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/storage/tech) -"btW" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btX" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"btY" = ( -/obj/machinery/door/window/eastright{ - name = "Waiting Room" - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"btZ" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/router) -"bua" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"bub" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"buc" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/sunglasses/blindfold, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bud" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bue" = ( -/turf/closed/wall/r_wall, -/area/router/eva) -"buf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/plasticflaps, -/obj/machinery/door/window/northleft{ - name = "Showers"; - req_one_access_txt = "29;47" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bug" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/chapel/office) -"buh" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bui" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"buj" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/aft) -"buk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Routing Depot"; - req_one_access_txt = "10;31" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bul" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/aft) -"bum" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"bun" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"buo" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bup" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"buq" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/router) -"bur" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bus" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/mass_driver{ - dir = 1; - id = "public_in"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router) -"but" = ( -/turf/closed/wall/mineral/titanium/nosmooth, -/area/hallway/primary/central) -"buu" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"buv" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"buw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bux" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"buy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"buz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/cargo_technician, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"buA" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/medical/medbay/lobby) -"buB" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Ferry Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"buC" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_circuit_printer, -/obj/item/integrated_electronics/wirer, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"buD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"buE" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/conveyor/auto{ - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"buF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"buG" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"buH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"buI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"buJ" = ( -/obj/item/beacon, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"buK" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"buL" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"buM" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/button/door{ - id = "capblast"; - name = "Window Blast Door Control"; - pixel_x = -6; - pixel_y = -3; - req_access_txt = "19" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"buN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/rust, -/area/chapel/main) -"buO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"buP" = ( -/obj/item/trash/plate, -/obj/item/lighter/greyscale, -/obj/item/clothing/mask/cigarette/cigar/cohiba, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Chapel Morgue"; - req_access_txt = "27" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"buR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"buS" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"buT" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/sign/poster/official/soft_cap_pop_art{ - pixel_x = -32 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"buU" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"buV" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"buW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/janitor) -"buX" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"buY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"buZ" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/soulstone/anybody/chaplain, -/obj/item/organ/heart, -/obj/item/book/granter/spell/smoke/lesser, -/obj/item/nullrod, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"bva" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/janitor) -"bvb" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Electrical Substation"; - req_access_txt = "10" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"bvc" = ( -/obj/machinery/computer/cargo/request, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bvd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bve" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Construction Area"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/construction) -"bvf" = ( -/obj/item/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"bvg" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/destTagger, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console{ - department = "EVA Router"; - name = "EVA Router RC"; - pixel_y = 28 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/router/eva) -"bvh" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bvi" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bvj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bvk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvl" = ( -/obj/item/trash/plate, -/obj/item/kitchen/fork, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvm" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bvn" = ( -/obj/machinery/rnd/production/protolathe/department/science, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bvo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bvp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bvq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bvr" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bvs" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/department/chapel) -"bvt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bvu" = ( -/turf/closed/wall/r_wall, -/area/chapel/office) -"bvv" = ( -/turf/closed/wall/r_wall/rust, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"bvw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bvx" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvy" = ( -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bvz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/router/eva) -"bvA" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bvB" = ( -/turf/closed/wall/r_wall/rust, -/area/router) -"bvC" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bvD" = ( -/obj/machinery/camera{ - c_tag = "Bar - Starboard"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvE" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/chapel/main) -"bvF" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bvG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bvH" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/crew_quarters/bar) -"bvI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/department/chapel) -"bvJ" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/head_of_personnel, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bvK" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bvL" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bvM" = ( -/obj/machinery/door/airlock/external/glass{ - name = "External Construction Access"; - req_one_access_txt = "10;31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bvN" = ( -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/department/chapel) -"bvO" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvP" = ( -/obj/machinery/space_heater, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvQ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bvR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bvS" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvT" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bvU" = ( -/obj/item/caution, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bvV" = ( -/obj/structure/table, -/obj/machinery/light/small, -/obj/item/storage/pill_bottle/epinephrine, -/obj/item/wrench{ - pixel_x = -8 - }, -/obj/item/extinguisher{ - pixel_x = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bvW" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bvX" = ( -/obj/machinery/door/airlock/external{ - name = "External Construction Access"; - req_one_access_txt = "10;31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bvY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bvZ" = ( -/obj/item/folder, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bwa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bwb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Chapel Air Hookup"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwc" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwd" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bwe" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bwg" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bwh" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console{ - department = "Routing Depot"; - name = "Routing Depot RC"; - pixel_y = 28 - }, -/obj/machinery/button/massdriver{ - id = "eva_in"; - name = "mass driver button (EVA)"; - pixel_x = -24 - }, -/obj/machinery/button/massdriver{ - id = "public_in"; - name = "mass driver button (Public)"; - pixel_x = -24; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/router) -"bwi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bwj" = ( -/obj/machinery/space_heater, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwk" = ( -/obj/machinery/chem_master, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/disposal) -"bwl" = ( -/obj/structure/closet/secure_closet/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/sign/poster/official/safety_report{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bwm" = ( -/obj/structure/sign/departments/science, -/turf/closed/wall/r_wall, -/area/gateway) -"bwn" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bwp" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bwq" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/conveyor{ - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bwr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bws" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/autolathe/secure{ - name = "public autolathe" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bwt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bwu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/trash/can, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bwv" = ( -/obj/machinery/disposal/bin{ - name = "Mass Driver" - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bww" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bwx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/janitor) -"bwy" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor) -"bwz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bwA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bwB" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/bot_assembly/medbot, -/obj/item/clothing/head/hardhat{ - pixel_x = -2; - pixel_y = 6; - pressure_resistance = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bwC" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/off{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/storage/box/mousetraps, -/obj/item/light/tube, -/obj/item/radio/off{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/machinery/camera{ - c_tag = "Routing Depot" - }, -/turf/open/floor/plasteel, -/area/router) -"bwD" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/wrench, -/obj/item/screwdriver, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bwE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwF" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bwG" = ( -/obj/item/cigbutt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bwH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/storage/box/mre/menu2/safe, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bwI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bwJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"bwK" = ( -/obj/machinery/camera{ - c_tag = "Research - Gateway Chamber"; - network = list("ss13","rd") - }, -/turf/open/floor/engine, -/area/gateway) -"bwL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bwM" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Central Starboard Maintenance"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/mob/living/simple_animal/hostile/retaliate/bat, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bwN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab - Port"; - network = list("ss13","rd") - }, -/obj/machinery/meter, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bwO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bwP" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bwQ" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bwR" = ( -/turf/open/floor/plasteel, -/area/engine/break_room) -"bwS" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bwT" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bwU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bwW" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"bwX" = ( -/obj/machinery/conveyor{ - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bwY" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bwZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clothing/under/misc/mailman, -/obj/item/clothing/head/mailman, -/obj/item/wirecutters, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel, -/area/router) -"bxa" = ( -/obj/structure/frame/computer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router) -"bxb" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Waste Disposal - Port"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bxc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bxd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bxe" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bxf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "EVA Router"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bxg" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/stack/tile/plasteel{ - pixel_x = 8; - pixel_y = 14 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bxh" = ( -/obj/machinery/disposal/bin{ - name = "Corpse Disposal" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bxi" = ( -/obj/structure/closet/l3closet/janitor, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/item/clothing/gloves/color/purple, -/obj/item/clothing/gloves/color/purple, -/obj/item/clothing/under/costume/maid, -/obj/item/clothing/under/costume/maid, -/obj/structure/sign/poster/official/bless_this_spess{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bxj" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"bxk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bxl" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bxm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"bxn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxo" = ( -/obj/machinery/door/airlock/external{ - name = "Telecommunications External Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bxp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bxq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bxr" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/obj/item/radio/off{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/turf/open/floor/plasteel, -/area/janitor) -"bxs" = ( -/obj/item/storage/toolbox/mechanical/old, -/obj/item/reagent_containers/food/snacks/chips{ - pixel_x = 3; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bxt" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Telecommunications External Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bxu" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxw" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) -"bxx" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxy" = ( -/obj/item/trash/candle, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal) -"bxz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/computer/station_alert, -/obj/structure/sign/poster/official/safety_eye_protection{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/paper/guides/cogstation/letter_eng, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bxA" = ( -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"bxB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxC" = ( -/obj/structure/closet/emcloset/anchored, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bxD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications Chamber"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 29 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bxG" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bxH" = ( -/turf/closed/wall, -/area/storage/tech) -"bxI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxJ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxK" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bxM" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hallway/primary/aft) -"bxN" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/techstorage/command, -/turf/open/floor/plating, -/area/storage/tech) -"bxO" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bxP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Central Starboard Exterior Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bxQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxR" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/conveyor_switch{ - id = "MiningConveyer" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bxS" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bxT" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bxU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bxV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bxW" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxY" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bxZ" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bya" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 1; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"byb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) -"byc" = ( -/obj/machinery/igniter/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"byd" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fourcolor, -/obj/item/pen/fountain{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/stamp/hop, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bye" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"byf" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecommunications Mainframe"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"byg" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"byh" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"byi" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"byj" = ( -/turf/open/floor/plasteel, -/area/tcommsat/server) -"byk" = ( -/obj/machinery/telecomms/message_server, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byl" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecommunications Mainframe"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/server) -"bym" = ( -/obj/machinery/announcement_system, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byn" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"byo" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/pen, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/machinery/camera{ - c_tag = "Chapel Game Room"; - dir = 1 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"byp" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byq" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byr" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/flashlight/lamp/green, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bys" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"byt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"byu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"byv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Starboard Exterior Access" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"byw" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"byx" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byy" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byz" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byA" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byB" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"byC" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"byD" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Lobby"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"byE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/button/massdriver{ - id = "eva_out"; - pixel_x = 24; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"byF" = ( -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "EVA" - }, -/turf/open/floor/plating, -/area/router/eva) -"byG" = ( -/obj/machinery/telecomms/server/presets/service, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byH" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byI" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byJ" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byK" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byL" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"byM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Chapel Maintenance"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"byN" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/medical/morgue) -"byO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/tile/plasteel{ - pixel_x = 3; - pixel_y = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"byP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"byQ" = ( -/turf/closed/wall, -/area/medical/morgue) -"byR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"byS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"byT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"byU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"byV" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byW" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"byX" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"byY" = ( -/obj/vehicle/ridden/janicart, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/key/janitor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"byZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/mass_driver{ - dir = 4; - id = "eva_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/eva) -"bza" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bzb" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "Ferry Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzc" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plating, -/area/storage/tech) -"bzd" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bze" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/aft) -"bzf" = ( -/obj/structure/janitorialcart, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bzg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/janitor) -"bzh" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzi" = ( -/obj/item/cardboard_cutout, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzj" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/assembly/flash, -/obj/item/assembly/flash, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plating, -/area/storage/tech) -"bzk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bzl" = ( -/obj/structure/closet/secure_closet, -/obj/effect/spawner/lootdrop/organ_spawner, -/obj/effect/spawner/lootdrop/organ_spawner, -/obj/effect/spawner/lootdrop/organ_spawner, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzm" = ( -/obj/machinery/conveyor{ - dir = 5; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzn" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzo" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/tank/internals/air, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bzp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bzq" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/pods{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bzr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/closed/wall, -/area/hallway/primary/aft) -"bzs" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bzt" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bzu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "MiningConveyer" - }, -/turf/open/floor/plating/airless, -/area/quartermaster/miningoffice) -"bzv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "MiningConveyer" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating/airless, -/area/quartermaster/miningoffice) -"bzw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bzx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Interrogation Room"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bzy" = ( -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bzz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"bzA" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bzB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzC" = ( -/obj/structure/closet/toolcloset, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bzD" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "evablock"; - name = "EVA Router" - }, -/turf/open/floor/plating, -/area/router/eva) -"bzE" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - dir = 4; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bzF" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/conveyor{ - dir = 4; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bzG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bzH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bzJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bzK" = ( -/obj/machinery/disposal/bin{ - name = "Chapel Corpse Delivery" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/full, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bzL" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzM" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bzN" = ( -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bzO" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "recycler"; - name = "Recycler Conveyor Control" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/router) -"bzQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bzR" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bzS" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bzT" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/central"; - dir = 4; - name = "Central Port Maintenance APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/port/central) -"bzU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/closed/wall, -/area/hallway/primary/aft) -"bzV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bzW" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) -"bzX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Toxins Launch Room"; - req_access_txt = "7;8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bzY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bzZ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/quartermaster/miningoffice) -"bAa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bAb" = ( -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"bAc" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"bAd" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Central Starboard Exterior Access"; - req_access_txt = "13" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bAe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router) -"bAf" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"bAg" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bAh" = ( -/obj/item/reagent_containers/food/condiment/pack/mustard{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/condiment/pack/ketchup{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bAi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router) -"bAj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/janitor) -"bAk" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Recycler"; - req_one_access_txt = "12;50" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bAl" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bAm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/cigbutt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router) -"bAn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bAo" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bAp" = ( -/obj/structure/bed, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/bedsheet/purple, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bAq" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bAr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bAs" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bAt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Fore Maintenance - Starboard"; - pixel_x = 22 - }, -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bAu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bAv" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/bed, -/obj/item/bedsheet/qm, -/obj/effect/landmark/start/quartermaster, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAw" = ( -/obj/item/paper/fluff/bee_objectives, -/obj/item/toy/plush/beeplushie, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"bAx" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bAy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bAz" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bAA" = ( -/obj/structure/lattice, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bAB" = ( -/obj/item/beacon, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bAC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bAD" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/window/eastleft{ - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bAE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "chem1"; - name = "Shutters Control Button"; - pixel_x = -8; - pixel_y = 24; - req_access_txt = "29" - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bAF" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/engine, -/area/gateway) -"bAG" = ( -/obj/machinery/atmospherics/components/binary/valve{ - 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/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bAH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bAI" = ( -/obj/machinery/photocopier, -/obj/machinery/requests_console{ - department = "Law Office"; - name = "Law Office RC"; - pixel_y = 32 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bAJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/clothing/neck/stethoscope, -/obj/item/clothing/glasses/hud/health, -/obj/item/stamp/cmo, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 1; - name = "Chief Medical Officer's Office APC"; - pixel_y = 24 - }, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"bAK" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bAL" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: WASTE EJECTION"; - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space) -"bAM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bAN" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/fragile, -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/tank/internals/air, -/obj/item/flashlight, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bAO" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bAP" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bAQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bAR" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Thermo-Electric Generator Room"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bAS" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/disposal) -"bAT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bAU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bAV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bAW" = ( -/obj/structure/sign/poster/official/get_your_legs, -/turf/closed/wall, -/area/hallway/secondary/exit) -"bAX" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/item/paper/fluff/cogstation/letter_cap{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bAY" = ( -/obj/machinery/status_display, -/turf/closed/wall, -/area/hallway/secondary/exit) -"bAZ" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/chapel/main) -"bBa" = ( -/obj/structure/sign/poster/official/help_others, -/turf/closed/wall, -/area/hallway/secondary/exit) -"bBb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/grille/broken, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/department/chapel) -"bBc" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"bBd" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bBe" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bBf" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bBg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bBh" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "recycler" - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bBj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 4; - name = "Captain's Quarters APC"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bBk" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bBl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bBm" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"bBn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bBo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/door/airlock/engineering/glass{ - name = "Thermo-Electric Generator"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"bBp" = ( -/obj/machinery/conveyor/inverted{ - dir = 9; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBq" = ( -/obj/machinery/recycler, -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBr" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bBt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bBu" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bBv" = ( -/turf/closed/wall, -/area/router) -"bBw" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"bBx" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/obj/item/clothing/gloves/color/yellow, -/obj/item/multitool, -/obj/item/t_scanner, -/turf/open/floor/plating, -/area/storage/tech) -"bBy" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bBz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bBA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/ore_box, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bBB" = ( -/obj/machinery/conveyor/auto{ - id = "router" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 4 - }, -/turf/open/floor/plating, -/area/router) -"bBC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bBD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBE" = ( -/obj/structure/grille, -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bBF" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bBG" = ( -/obj/machinery/conveyor/inverted{ - dir = 10; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bBH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bBI" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bBJ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bBK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "recycleraccess"; - name = "Recycler Access Control"; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bBL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bBM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bBN" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bBO" = ( -/turf/closed/wall/r_wall, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bBP" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/window/eastright{ - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bBQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"bBR" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "Computer Core APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bBS" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bBT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bBU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/sign/departments/cargo{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bBV" = ( -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bBW" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBX" = ( -/obj/machinery/door/airlock/external{ - name = "Routing Depot"; - req_one_access_txt = "10;31" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bBY" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "EVA Router"; - req_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bBZ" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"bCa" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bCb" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"bCc" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bCd" = ( -/obj/effect/landmark/start/captain, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bCe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bCf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bCg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bCh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bCi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bCk" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bCl" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bCm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bCn" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bCo" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bCp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCq" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/obj/machinery/door/poddoor{ - id = "recycleraccess"; - name = "Recycler Access" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bCr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bCs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCt" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/storage/box/engineer{ - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"bCu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bCv" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bCw" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "eva" - }, -/turf/open/floor/plating, -/area/router/eva) -"bCx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bCy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "eva" - }, -/turf/open/floor/plating, -/area/router/eva) -"bCz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/clothing/under/misc/overalls, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/storage/primary) -"bCA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bCB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bCC" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bCD" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 29 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCE" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "eva" - }, -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "evablock"; - name = "EVA Router" - }, -/turf/open/floor/plating, -/area/router/eva) -"bCF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bCG" = ( -/obj/item/cigbutt, -/obj/item/radio/intercom{ - frequency = 1359; - name = "Station Intercom (Security)"; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCH" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bCI" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCJ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bCK" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCL" = ( -/turf/closed/wall/rust, -/area/security/detectives_office) -"bCM" = ( -/turf/closed/wall/r_wall/rust, -/area/security/detectives_office) -"bCN" = ( -/obj/structure/filingcabinet, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCO" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bCP" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/item/taperecorder, -/obj/item/radio{ - pixel_x = -6 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCQ" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 8; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bCR" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/mass_driver{ - dir = 8; - id = "airbridge_in"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router) -"bCS" = ( -/obj/structure/closet, -/obj/machinery/camera{ - c_tag = "Central Plaza - Legal Desk"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bCT" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/sorting/mail/flip, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bCU" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal) -"bCV" = ( -/turf/open/floor/plating/airless, -/area/maintenance/disposal) -"bCW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/door/airlock/engineering/glass{ - name = "Thermo-Electric Generator"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"bCX" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/item/reagent_containers/glass/beaker/sulphuric, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bCY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bCZ" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bDa" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bDb" = ( -/mob/living/simple_animal/mouse/white{ - desc = "Wubba lubba dub dub."; - name = "Rick" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bDc" = ( -/obj/machinery/vending/security, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bDd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Aft Maintenance - Port"; - pixel_x = 22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDe" = ( -/obj/machinery/disposal/bin{ - name = "Corpse Delivery" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"bDf" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plating, -/area/storage/tech) -"bDg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plating, -/area/storage/tech) -"bDh" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plating, -/area/storage/tech) -"bDi" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Service Hallway"; - req_one_access_txt = "25;26;28;35" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bDj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"bDk" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 15 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bDl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bDm" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/primary/aft"; - dir = 1; - name = "Aft Primary Hallway APC"; - pixel_x = 1; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDn" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bDo" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bDp" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bDq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bDr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bDs" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bDt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bDu" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/rag, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bDv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bDw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AIChamberShutter"; - name = "AI Chamber Shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bDx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bDz" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Service Hallway - Aft"; - pixel_x = 22 - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDA" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/service) -"bDB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bDC" = ( -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/router) -"bDE" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/food/snacks/store/cheesewheel, -/obj/item/reagent_containers/food/snacks/grown/pineapple, -/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, -/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/item/reagent_containers/food/snacks/grown/tomato, -/obj/item/reagent_containers/food/snacks/grown/bluecherries, -/obj/item/reagent_containers/food/snacks/grown/citrus/lime, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDG" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDH" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDI" = ( -/obj/structure/closet/crate/freezer, -/obj/effect/spawner/lootdrop/three_course_meal, -/obj/item/reagent_containers/food/snacks/chocolatebar, -/obj/item/reagent_containers/food/snacks/chocolatebar, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bDK" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"bDL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bDM" = ( -/obj/structure/table/reinforced, -/obj/item/transfer_valve{ - pixel_x = 6 - }, -/obj/item/transfer_valve{ - pixel_x = 6 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = -6 - }, -/obj/item/transfer_valve{ - pixel_x = -6 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab - Starboard"; - dir = 8; - pixel_y = -22 - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bDN" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bDP" = ( -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/bridge) -"bDQ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bDR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bDS" = ( -/turf/open/floor/plasteel/stairs, -/area/crew_quarters/bar) -"bDT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/science/robotics/lab) -"bDU" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AIChamberShutter"; - name = "AI Chamber Shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bDV" = ( -/turf/open/floor/plasteel/stairs/left, -/area/crew_quarters/bar) -"bDW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "AI Chamber"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bDX" = ( -/turf/open/floor/plasteel/stairs/right, -/area/crew_quarters/bar) -"bDY" = ( -/obj/structure/sign/barsign, -/turf/closed/wall, -/area/crew_quarters/bar) -"bDZ" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bEa" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"bEb" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"bEc" = ( -/obj/structure/table, -/obj/item/radio/off{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/radio/off{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/radio/off{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/circuit, -/area/bridge) -"bEd" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bEe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bEf" = ( -/obj/structure/reagent_dispensers, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEg" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bEh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bEi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bEj" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/closet/crate, -/obj/machinery/camera{ - c_tag = "Waste Disposal - Starboard" - }, -/obj/item/stack/tile/noslip/thirty, -/obj/structure/sign/poster/official/ue_no{ - pixel_y = 32 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/disposal) -"bEk" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bEl" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bEm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Office"; - req_access_txt = "57" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"bEn" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint) -"bEo" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bEp" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"bEq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bEr" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bEs" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; - dir = 4; - name = "EVA APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"bEt" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bEu" = ( -/obj/structure/sign/warning{ - name = "\improper CONSTRUCTION AREA"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEv" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bEw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Starboard Bow Solar Maintenance"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bEx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bEy" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bEz" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"bEA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Maintenance"; - req_access_txt = "10" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bEB" = ( -/obj/structure/rack, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/item/radio/off{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/flashlight, -/obj/item/crowbar/red, -/obj/item/crowbar/red{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = -8 - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/machinery/camera{ - c_tag = "Starboard Bow Maintenance - Port"; - pixel_x = 22 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bEC" = ( -/obj/structure/table/glass, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bED" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bEE" = ( -/obj/structure/table, -/obj/item/clothing/under/shorts/red, -/obj/item/clothing/under/shorts/red, -/obj/item/clothing/gloves/boxing{ - pixel_y = 8 - }, -/obj/item/clothing/gloves/boxing{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bEF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bEG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bEH" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen/backroom) -"bEI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bEJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bEK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/space_heater, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bEL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bEM" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bEN" = ( -/obj/machinery/computer/communications{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/camera{ - c_tag = "Bridge - Captain's Quarters"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = 30 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bEO" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bEP" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/sign/poster/official/high_class_martini{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bEQ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Waste Disposal APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bER" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"bES" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"bET" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bEU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bEV" = ( -/obj/item/radio/intercom{ - frequency = 1359; - name = "Station Intercom (Security)"; - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bEW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bEX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"bEY" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bEZ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AIChamberShutter"; - name = "AI Chamber Shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"bFa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/router) -"bFb" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/router) -"bFc" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFd" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bFe" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bFf" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/aiModule/supplied/oxygen{ - pixel_x = 2; - pixel_y = 10 - }, -/obj/item/aiModule/supplied/quarantine{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/aiModule/zeroth/oneHuman{ - pixel_y = 4 - }, -/obj/effect/spawner/lootdrop/aimodule_harmful{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/aiModule/supplied/protectStation{ - pixel_x = -2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bFg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/suit_storage_unit/engine, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"bFh" = ( -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bFi" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bFj" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bFk" = ( -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bFl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"bFm" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line, -/obj/item/paper_bin, -/obj/item/pen/fourcolor, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bFn" = ( -/turf/open/floor/plating/asteroid, -/area/chapel/main) -"bFo" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bFp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bFq" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line, -/obj/item/slime_scanner, -/obj/item/slime_scanner, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bFr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bFs" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bFt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bFu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bFv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bFw" = ( -/obj/machinery/monkey_recycler, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/science/xenobiology"; - name = "Xenobiology Lab APC"; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bFx" = ( -/obj/machinery/mecha_part_fabricator, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bFy" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bFz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/item/paper/guides/cogstation/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bFA" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bFB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/science/lab) -"bFC" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/snack/random, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFD" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bFE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFF" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFG" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bFH" = ( -/obj/machinery/power/apc{ - name = "Customs APC"; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bFI" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bFJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bFK" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFM" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFN" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bFO" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFP" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFQ" = ( -/obj/structure/table, -/obj/item/clothing/under/shorts/blue, -/obj/item/clothing/under/shorts/blue, -/obj/item/clothing/gloves/boxing/blue{ - pixel_y = 8 - }, -/obj/item/clothing/gloves/boxing/blue{ - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bFR" = ( -/obj/item/kirbyplants{ - icon_state = "plant-08" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bFS" = ( -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bFT" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFU" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFV" = ( -/obj/structure/window/reinforced, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bFX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bFY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bFZ" = ( -/obj/machinery/chem_heater, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bGa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bGb" = ( -/obj/machinery/conveyor/auto{ - id = "router" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bGc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGe" = ( -/mob/living/simple_animal/crab/Coffee, -/turf/open/floor/plating/asteroid, -/area/chapel/main) -"bGf" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/security/main) -"bGg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bGh" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bGi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/router) -"bGl" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/poster/contraband/punch_shit{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGm" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bGo" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bGp" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bGq" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"bGr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bGs" = ( -/obj/machinery/vending/assist, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bGt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bGu" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bGv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Arcade" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"bGw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness Room" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"bGx" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"bGy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/massdriver{ - id = "eng_in"; - name = "mass driver button (Engineering)"; - pixel_x = 24; - pixel_y = -8 - }, -/obj/machinery/button/massdriver{ - id = "router_out"; - name = "mass driver button (Other)"; - pixel_x = 24; - pixel_y = 12 - }, -/turf/open/floor/plasteel, -/area/router) -"bGz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bGA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bGB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bGC" = ( -/obj/structure/closet/emcloset, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/camera{ - c_tag = "Starboard Quarter Maintenance - Starboard"; - network = list("ss13","rd") - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bGD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bGE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bGF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bGG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bGH" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bGI" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"bGJ" = ( -/obj/structure/rack, -/obj/item/storage/box/bodybags, -/obj/item/clothing/gloves/color/grey, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bGK" = ( -/obj/machinery/conveyor{ - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"bGL" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bGM" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/kirbyplants{ - icon_state = "plant-20"; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGN" = ( -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGO" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - name = "Bathroom Stall" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"bGP" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "secserv"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"bGQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"bGR" = ( -/obj/structure/closet/wardrobe/grey, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/under/misc/staffassistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bGS" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/machinery/door/window/eastright{ - name = "Bathroom Stall" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"bGT" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"bGU" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"bGV" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"bGW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"bGX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bGY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bGZ" = ( -/obj/structure/closet/crate/internals, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bHa" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/router/eva"; - dir = 4; - name = "EVA Router APC"; - pixel_x = 24 - }, -/obj/machinery/button/door{ - id = "evablock"; - name = "Router Access Control"; - pixel_x = 24; - pixel_y = 10; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/router/eva) -"bHb" = ( -/obj/structure/closet/wardrobe/black, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHc" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bHd" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bHe" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"bHf" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHg" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bHh" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"bHi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bHj" = ( -/obj/structure/table, -/obj/structure/bedsheetbin/towel, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHk" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"bHl" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"bHm" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"bHn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bHq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHr" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHs" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHt" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bHu" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHv" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/under/misc/staffassistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHw" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/clothing/under/misc/staffassistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHx" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/kirbyplants{ - icon_state = "plant-14" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bHz" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bHA" = ( -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bHB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"bHC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bHD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"bHE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bHF" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/timer{ - pixel_x = -5 - }, -/obj/item/assembly/timer{ - pixel_y = -7 - }, -/obj/item/assembly/timer{ - pixel_y = 6 - }, -/obj/item/assembly/timer{ - pixel_x = 8 - }, -/obj/machinery/airalarm/unlocked{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bHG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"bHH" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/space_cube{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/gateway) -"bHI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bHJ" = ( -/obj/item/kirbyplants{ - icon_state = "plant-03" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bHK" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/medical/morgue) -"bHL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bHM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bHN" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/aft) -"bHO" = ( -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bHP" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bHQ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bHR" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bHS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bHT" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bHU" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bHV" = ( -/obj/machinery/processor/slime, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bHW" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bHX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Port Bow Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bHY" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bHZ" = ( -/turf/closed/indestructible{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - icon_state = "riveted"; - name = "hyper-reinforced wall" - }, -/area/science/test_area) -"bIa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bIb" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bIc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 14 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bId" = ( -/obj/structure/table, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/storage/box/bodybags, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bIe" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 1 - }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 1 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 31; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bIf" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/door/airlock/maintenance{ - name = "Chemistry Maintenance"; - req_access_txt = "5; 33" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/medical/chemistry) -"bIg" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/reagent_containers/food/snacks/chips, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIh" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery/white, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bIi" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"bIj" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/item/tank/internals/anesthetic, -/obj/item/clothing/mask/breath, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bIk" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"bIl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bIm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bIn" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/directions/evac{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bIp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bIq" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bIs" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bIu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "5;6" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bIv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bIw" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bIx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bIy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "External Solar Access"; - req_access_txt = "10;13" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bIz" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bIA" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bIB" = ( -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bIC" = ( -/obj/machinery/conveyor/auto{ - id = "disposal" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bID" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bIE" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bIF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bIG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bIH" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bII" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bIJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bIK" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/extinguisher{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bIL" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bIM" = ( -/obj/machinery/shower{ - desc = "The HS-451. Standard Nanotrasen Hygiene Division design, although it looks like this one was installed more recently."; - dir = 8; - name = "emergency shower"; - pixel_y = -4 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bIN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bIQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIR" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIS" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bIT" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"bIU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bIW" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/reagent_containers/food/drinks/bottle/absinthe, -/obj/item/stack/spacecash/c20, -/obj/item/coin/gold, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bIX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bIY" = ( -/obj/machinery/atmospherics/pipe/simple/violet/hidden, -/turf/open/space/basic, -/area/space) -"bIZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJa" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJb" = ( -/obj/machinery/bloodbankgen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJc" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bJe" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJf" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chemistry Maintenance"; - req_access_txt = "5; 33" - }, -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"bJg" = ( -/obj/structure/table, -/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/item/storage/box/rxglasses{ - pixel_x = 2 - }, -/obj/item/pen, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bJh" = ( -/obj/structure/sign/warning/biohazard, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/morgue) -"bJi" = ( -/obj/structure/bodycontainer/morgue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bJj" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bJk" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bJl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bJm" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 1; - name = "Information Office APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bJn" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/mask/muzzle, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bJo" = ( -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bJp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJq" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bJr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bJs" = ( -/obj/structure/rack, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bJt" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bJu" = ( -/obj/effect/turf_decal/loading_area, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 8; - name = "Research and Development APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bJv" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bJw" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJx" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bJy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bJA" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Circuitry Lab"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bJB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJC" = ( -/obj/machinery/camera{ - c_tag = "Library"; - network = list("ss13","rd") - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bJD" = ( -/obj/machinery/disposal/bin{ - name = "Corpse Disposal Unit" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/red/full, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bJE" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bJF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bJG" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bJH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bJI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bJJ" = ( -/obj/machinery/computer/med_data, -/obj/structure/window/reinforced/spawner/east, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bJK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/medical/medbay/lobby) -"bJL" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bJM" = ( -/obj/machinery/camera/preset/toxins{ - dir = 4 - }, -/obj/item/target, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bJN" = ( -/obj/machinery/clonepod, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bJO" = ( -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/item/storage/firstaid/radbgone, -/obj/item/reagent_containers/glass/beaker/synthflesh, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bJP" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bJQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bJR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bJS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bJT" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bJV" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 1; - name = "euthanization chamber freezer" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bJW" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bJX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bJY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJZ" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Main Access"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bKa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bKb" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKc" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -6 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 4 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKd" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bKe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bKf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bKg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bKh" = ( -/obj/machinery/door/window/westleft{ - name = "Operating Theatre"; - req_access_txt = "45" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bKi" = ( -/obj/machinery/disposal/bin{ - name = "Morgue Delivery Bin" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/red/full, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bKj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bKk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Morgue Maintenance"; - req_access_txt = "6" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bKl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/turf/open/floor/plating, -/area/router) -"bKm" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/storage/box/bodybags, -/obj/structure/table, -/obj/structure/table, -/obj/item/bodybag, -/obj/item/pen/blue, -/obj/item/pen/red{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bKn" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/full, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bKo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"bKp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bKq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bKr" = ( -/obj/item/stack/packageWrap, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router) -"bKs" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bKt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bKu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bKv" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bKw" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/sign/poster/official/nanotrasen_logo{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/library) -"bKx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bKy" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/genetics) -"bKA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/medical/genetics) -"bKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKC" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/medical/genetics) -"bKD" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Mining Dock Ferry"; - req_access_txt = "48" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bKE" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bKF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bKG" = ( -/obj/machinery/computer/cargo/request{ - dir = 1 - }, -/obj/machinery/keycard_auth{ - pixel_x = 24; - pixel_y = -8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/heads/hop) -"bKH" = ( -/obj/item/beacon, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bKI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/engine, -/area/science/mixing) -"bKJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bKK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bKL" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router) -"bKM" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"bKN" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bKO" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bKP" = ( -/obj/machinery/door/window/southright, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bKQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bKR" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bKS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bKT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bKU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/gene_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bKV" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/clipboard{ - pixel_y = 3 - }, -/obj/item/paper_bin, -/obj/item/hand_labeler, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bKW" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/folder/white, -/obj/item/storage/pill_bottle/mannitol{ - pixel_x = 4 - }, -/obj/item/storage/pill_bottle/mutadone, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bKX" = ( -/obj/structure/table_frame, -/obj/item/t_scanner{ - pixel_x = -4 - }, -/obj/machinery/camera{ - c_tag = "Supply - Warehouse Fore"; - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bKY" = ( -/turf/closed/wall, -/area/medical/genetics) -"bKZ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bLa" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bLb" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/stack/ore/glass, -/obj/item/stack/ore/iron, -/obj/item/stack/ore/silver, -/obj/item/stack/ore/silver, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bLc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLd" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bLf" = ( -/obj/machinery/door/window/eastleft{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLg" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLh" = ( -/obj/structure/bed, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -28 - }, -/obj/item/bedsheet/captain, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bLi" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bLj" = ( -/obj/machinery/door/window/westright{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bLk" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bLl" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bLn" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/caution, -/obj/item/shovel, -/obj/item/stack/tile/plasteel{ - pixel_x = 10; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bLo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bLp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"bLq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bLr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bLs" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/geneticist, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bLt" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bLu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bLv" = ( -/obj/machinery/light, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bLw" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bLx" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLy" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bLA" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/glass, -/obj/item/flashlight, -/obj/item/assembly/health, -/obj/item/assembly/voice, -/obj/item/assembly/timer, -/obj/item/assembly/infra, -/obj/item/assembly/igniter, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bLB" = ( -/obj/machinery/light, -/obj/item/target, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bLC" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bLD" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/button/ignition/incinerator/toxmix{ - pixel_x = -24; - pixel_y = 8 - }, -/obj/machinery/button/door/incinerator_vent_toxmix{ - pixel_x = -24; - pixel_y = -2 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bLF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bLG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Aft"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bLH" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLI" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"bLJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bLL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bLM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"bLN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bLO" = ( -/obj/item/pipe{ - pixel_x = -3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/mob/living/simple_animal/bot/cleanbot{ - auto_patrol = 1; - icon_state = "cleanbot1"; - name = "Mopficcer Sweepsky" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bLQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bLR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bLS" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bLT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bLU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bLV" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLW" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"bLX" = ( -/obj/item/kirbyplants{ - icon_state = "plant-02" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLY" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bLZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMa" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMb" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMc" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMe" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMf" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMg" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bMh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bMi" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bMj" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"bMk" = ( -/turf/closed/wall, -/area/medical/virology) -"bMl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"bMm" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/clothing/under/misc/assistantformal{ - pixel_y = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"bMn" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Monkey Pen"; - req_one_access_txt = "9;39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMo" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bMq" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Starboard Quarter Maintenance - Port"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMr" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMs" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMt" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bMu" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8 - }, -/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/white, -/area/medical/virology) -"bMv" = ( -/turf/open/floor/grass, -/area/medical/virology) -"bMw" = ( -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"bMx" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bMz" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/router"; - dir = 4; - name = "Router APC"; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 19 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/router) -"bMA" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/router) -"bMC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMD" = ( -/obj/structure/flora/tree/palm, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/grass, -/area/medical/virology) -"bME" = ( -/obj/structure/flora/tree/palm, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/grass, -/area/medical/virology) -"bMF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/window/southright{ - name = "Cloning Access"; - req_one_access_txt = "9;45" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bMH" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/crowbar, -/obj/machinery/requests_console{ - department = "Mining"; - name = "Mining RC"; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bMI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 15 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bMJ" = ( -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMK" = ( -/obj/structure/lattice, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bML" = ( -/obj/structure/flora/tree/palm, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"bMM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"bMN" = ( -/obj/structure/closet/l3closet/virology, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMO" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMP" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bMR" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/rust, -/area/router) -"bMT" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMU" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bMV" = ( -/obj/machinery/light, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"bMW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bMX" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bMY" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bMZ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNa" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNb" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNc" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/virologist, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNd" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bNe" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/door/window/northleft{ - name = "AI Upload Chamber"; - req_one_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bNf" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/router) -"bNg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNi" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/grass, -/area/medical/virology) -"bNj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNk" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bNl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"bNm" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/mass_driver{ - dir = 4; - id = "router_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router) -"bNo" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"bNp" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bNq" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNr" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/bedsheetbin, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"bNs" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNu" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/grass, -/area/medical/virology) -"bNv" = ( -/obj/structure/sink{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"bNw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNx" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNy" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNA" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNC" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/machinery/light, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bND" = ( -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNE" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bNF" = ( -/turf/open/floor/plasteel/stairs, -/area/medical/medbay/central) -"bNG" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bNH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bNI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/departments/evac, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bNJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"bNK" = ( -/obj/machinery/power/solar{ - id = "aftstarboard"; - name = "Aft-Starboard Solar Array" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"bNL" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bNM" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"bNN" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/router/eva) -"bNO" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bNP" = ( -/obj/machinery/power/smes, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"bNQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bNR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bNS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bNT" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"bNU" = ( -/obj/machinery/power/solar{ - id = "aftstarboard"; - name = "Aft-Starboard Solar Array" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"bNV" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNW" = ( -/turf/open/floor/plasteel/stairs/left, -/area/hallway/secondary/exit) -"bNX" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/stairs/right, -/area/hallway/secondary/exit) -"bNY" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/left, -/area/hallway/secondary/exit) -"bNZ" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hallway/secondary/exit) -"bOa" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bOc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bOd" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bOe" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external/glass{ - name = "Departures Shuttle Dock" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bOg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bOl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bOn" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Bathroom Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/toilet/restrooms) -"bOo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/docking, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bOp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOq" = ( -/obj/machinery/power/tracker, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/solar/starboard/aft) -"bOr" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bOs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bOt" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/gateway) -"bOu" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/prox_sensor{ - pixel_x = 8 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8 - }, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bOv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bOw" = ( -/obj/structure/lattice, -/obj/item/reagent_containers/food/drinks/bottle/grappa, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bOx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/science/research{ - name = "Research Sector" - }) -"bOy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bOz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bOA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bOB" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/router/eva) -"bOC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/router/eva) -"bOD" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/obj/machinery/sparker/toxmix{ - pixel_x = 25 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bOE" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/hand_labeler, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bOF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOI" = ( -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/mob/living/simple_animal/pet/cat/space, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bOK" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northright{ - name = "Secure Xenobiological Containment"; - req_one_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOL" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/machinery/keycard_auth{ - pixel_x = 8; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"bOM" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bON" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOO" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"bOP" = ( -/obj/machinery/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/science/xenobiology) -"bOQ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bOR" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/card/id/captains_spare, -/obj/item/hand_tele, -/obj/item/disk/nuclear, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bOS" = ( -/obj/structure/table/wood, -/obj/machinery/light, -/obj/item/storage/photo_album/Captain, -/obj/item/camera{ - pixel_y = -6 - }, -/obj/item/stamp/captain, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bOT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bOU" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bOV" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"bOW" = ( -/obj/structure/bookcase/random/nonfiction, -/turf/open/floor/engine, -/area/science/xenobiology) -"bOX" = ( -/obj/structure/table/reinforced, -/obj/item/electropack, -/obj/item/assembly/signaler, -/turf/open/floor/engine, -/area/science/xenobiology) -"bOY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/machinery/camera{ - c_tag = "Customs - Aft"; - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPAft"; - name = "HoP Aft Desk Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"bOZ" = ( -/obj/structure/bed, -/obj/item/bedsheet/purple, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPa" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPb" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPc" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPd" = ( -/obj/structure/table/reinforced, -/obj/item/book/random/triple, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPe" = ( -/obj/structure/table/reinforced, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPf" = ( -/obj/machinery/light, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPg" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPh" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"bPi" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPj" = ( -/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, -/obj/machinery/light, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPk" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/under/misc/staffassistant, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/suit/apron/surgical, -/turf/open/floor/engine, -/area/science/xenobiology) -"bPl" = ( -/obj/structure/chair/sofa/right, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/item/book/manual/wiki/research_and_development, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bPm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPo" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bPp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bPq" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/mineral/stacking_machine{ - input_dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bPr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bPs" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPt" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/bridge) -"bPu" = ( -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bPv" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/yellow, -/obj/item/multitool, -/obj/item/multitool{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/t_scanner{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/t_scanner{ - pixel_x = -4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bPw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bPy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bPz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bPA" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bPB" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPC" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Waste In" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPD" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Escape Hall - Fore"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPE" = ( -/obj/structure/table/glass, -/obj/item/clipboard, -/obj/item/storage/crayons, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPF" = ( -/obj/structure/table/glass, -/obj/item/storage/fancy/cigarettes, -/obj/item/lighter{ - pixel_x = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPG" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bPJ" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPK" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bPL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPM" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bPN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPO" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"bPP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bPQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bPR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bPS" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bPT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"bPU" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bPV" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"bPW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/vehicle/ridden/atv, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bPX" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bPY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bPZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bQa" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bQb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/camera/motion{ - c_tag = "AI Foyer"; - network = list("minisat"); - pixel_x = 22 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = 24; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"bQc" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bQd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bQe" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space/nearstation) -"bQf" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bQg" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=sci"; - location = "market" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bQi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bQj" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bQk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bQl" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQm" = ( -/obj/structure/bed/roller, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQn" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQo" = ( -/obj/structure/disposalpipe/junction/yjunction, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"bQp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"bQq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/table/wood, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/paper/guides/cogstation/letter_atmos, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQr" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bQs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bQt" = ( -/obj/machinery/conveyor/auto{ - dir = 5; - id = "router" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bQu" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bQv" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bQw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQA" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bQB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/weldingtool, -/obj/item/wrench/medical, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQC" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQD" = ( -/obj/machinery/power/apc{ - name = "Tech Storage APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bQE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bQF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQJ" = ( -/obj/machinery/disposal/bin, -/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/red{ - dir = 1 - }, -/obj/machinery/power/apc{ - name = "Medbay Treatment Center APC"; - pixel_y = -24 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bQK" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQL" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bQM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bQN" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bQO" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bQP" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bQQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/science/robotics/lab) -"bQR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/directions/evac{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bQS" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bQT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/radio/intercom{ - frequency = 1447; - name = "Station Intercom (AI Private)"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bQU" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"bQV" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bQW" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"bQX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bQY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bQZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bRa" = ( -/obj/item/cigbutt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"bRb" = ( -/obj/machinery/door/window/southleft{ - name = "Captain's Equipment"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"bRc" = ( -/obj/machinery/suit_storage_unit/captain, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"bRd" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/storage"; - dir = 4; - name = "Canister Storage APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"bRe" = ( -/obj/machinery/computer/security/wooden_tv, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bRf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRh" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bRi" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRj" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRk" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/router) -"bRm" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRn" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bRo" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"bRp" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bRq" = ( -/obj/machinery/portable_atmospherics/scrubber/huge/movable, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bRr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bRs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRt" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningoffice"; - dir = 8; - name = "Mining Office APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bRu" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bRv" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space/basic, -/area/space/nearstation) -"bRw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bRx" = ( -/obj/structure/table, -/obj/item/circuitboard/machine/cyborgrecharger, -/obj/item/disk/design_disk, -/obj/machinery/camera/motion{ - c_tag = "Computer Core"; - dir = 1; - network = list("minisat") - }, -/turf/open/floor/circuit/green, -/area/science/server{ - name = "Computer Core" - }) -"bRy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRz" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bRA" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bRB" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 29 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRC" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRD" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bRE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bRF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"bRG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bRH" = ( -/obj/structure/chair/sofa/right, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 29 - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bRI" = ( -/turf/closed/wall/r_wall, -/area/medical/medbay/central) -"bRJ" = ( -/obj/structure/chair/sofa/left, -/obj/effect/landmark/start/assistant, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Waiting Room"; - network = list("ss13","rd") - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"bRK" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bRL" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bRM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/left, -/area/science/research{ - name = "Research Sector" - }) -"bRN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/science/research{ - name = "Research Sector" - }) -"bRO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bRP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bRQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bRR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bRS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bRT" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin{ - name = "Lab Delivery" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bRU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bRV" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/side{ - dir = 9 - }, -/area/science/robotics/lab) -"bRW" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bRX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bRY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bRZ" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bSa" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/storage/belt/medolier, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bSb" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bSc" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bSd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/science/robotics/lab) -"bSe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/science/robotics/lab) -"bSf" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/item/plant_analyzer, -/obj/item/aicard, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 29 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bSg" = ( -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bSh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bSi" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bSj" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/camera{ - c_tag = "Xenobiology - Kill Chamber"; - dir = 4 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bSk" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/public/glass{ - name = "AI Access" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bSm" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSo" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSp" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bSv" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSw" = ( -/obj/machinery/power/port_gen/pacman, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plating, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bSx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bSy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 11 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bSA" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/central) -"bSB" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bSC" = ( -/turf/closed/wall, -/area/science/lab) -"bSD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/router) -"bSE" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"bSF" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "router" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router) -"bSG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/lab) -"bSH" = ( -/obj/structure/sign/departments/science, -/turf/closed/wall/r_wall, -/area/science/lab) -"bSI" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/router) -"bSJ" = ( -/obj/structure/closet/crate/science, -/obj/item/target, -/obj/item/target, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/circuit"; - dir = 1; - name = "Circuitry Lab APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bSK" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSL" = ( -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSM" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/item/folder/white, -/obj/item/disk/design_disk, -/obj/item/disk/design_disk, -/obj/item/disk/tech_disk, -/obj/item/disk/tech_disk, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSO" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/public/glass{ - name = "AI Access" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSP" = ( -/obj/machinery/computer/rdconsole/core, -/turf/open/floor/plasteel, -/area/science/lab) -"bSQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSR" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bST" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"bSW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bSX" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_x = 28; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bSY" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser{ - pixel_x = 4 - }, -/obj/item/stock_parts/micro_laser{ - pixel_x = 4 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = -6 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = -6 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bSZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTb" = ( -/turf/open/floor/plasteel, -/area/science/lab) -"bTc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/lab) -"bTd" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTe" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTg" = ( -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/science/robotics/mechbay"; - dir = 1; - name = "Mech Bay APC"; - pixel_y = 28 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"bTh" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bTi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark/side{ - dir = 5 - }, -/area/science/robotics/lab) -"bTj" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -6 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 4 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTk" = ( -/obj/item/rack_parts, -/obj/structure/table_frame, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/warehouse"; - dir = 1; - name = "Warehouse APC"; - pixel_y = 24 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bTl" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTm" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTn" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTo" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_electronics/debugger, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTp" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bTq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/circuit) -"bTr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bTs" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/circuit) -"bTt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"bTu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bTv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTw" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bTx" = ( -/obj/item/stack/tile/plasteel{ - pixel_x = 8; - pixel_y = 14 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bTy" = ( -/obj/item/kirbyplants, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bTz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bTA" = ( -/obj/structure/filingcabinet/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bTB" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/medical/medbay/lobby) -"bTC" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bTD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bTE" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bTF" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bTG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bTH" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bTI" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bTJ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bTK" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos) -"bTL" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"bTM" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Research - Development Lab"; - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bTN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/science/circuit) -"bTO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTP" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTQ" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTR" = ( -/turf/closed/wall/r_wall, -/area/science/circuit) -"bTS" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/radio/off{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bTT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"bTU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "recycler" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bTV" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bTW" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bTX" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bTY" = ( -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"bTZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bUa" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics - Entrance" - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bUc" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bUd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bUe" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plating/airless, -/area/router/aux) -"bUf" = ( -/obj/structure/plasticflaps, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bUg" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "router" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"bUh" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bUi" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bUj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bUk" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bUl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bUm" = ( -/obj/structure/closet/crate/internals, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bUn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bUo" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bUp" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor/auto{ - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"bUq" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"bUr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"bUs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUt" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/hallway/primary/central) -"bUu" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/gateway) -"bUv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"bUw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bUy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUz" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bUA" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"bUB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 1; - name = "Power Monitoring APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bUC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bUD" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUE" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/aft) -"bUF" = ( -/obj/machinery/doppler_array/research/science{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bUG" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bUH" = ( -/obj/machinery/shieldgen, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bUI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUJ" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bUK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster's Office"; - req_access_txt = "31;41" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bUL" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bUM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bUN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "Primary Tool Storage"; - req_access_txt = "11" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bUO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - dir = 1; - name = "Primary Tool Storage APC"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bUP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/quartermaster/sorting) -"bUQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "DeliveryDoor"; - name = "Cargo Delivery Door Control"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bUR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/mob/living/simple_animal/bot/firebot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bUS" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/item/clothing/suit/space/eva, -/obj/item/clothing/head/helmet/space/eva, -/obj/item/paper/fluff/cogstation/letter_qm, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bUT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet/filingcabinet, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bUU" = ( -/obj/item/beacon, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bUV" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bUW" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 1; - name = "Starboard Quarter Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bUX" = ( -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bUY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/item/grown/bananapeel, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/router) -"bUZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/item/wirecutters, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bVa" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/router) -"bVb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"bVc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVd" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bVe" = ( -/obj/machinery/photocopier, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bVf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Power Monitoring"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"bVg" = ( -/obj/machinery/power/emitter, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bVh" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bVj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor/auto{ - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bVk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bVm" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bVn" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bVo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bVp" = ( -/obj/machinery/computer/card/minor/rd{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"bVq" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/cargo_technician, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVt" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bVu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_x = 26 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/router) -"bVv" = ( -/obj/structure/sign/departments/xenobio{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bVw" = ( -/obj/machinery/conveyor/auto{ - dir = 1; - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bVx" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bVy" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bVz" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/extinguisher{ - pixel_x = -4 - }, -/obj/item/crowbar/red{ - pixel_x = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bVA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/router) -"bVB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVC" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "AI SMES Access"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVE" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVF" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bVH" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/janitor) -"bVI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVK" = ( -/obj/item/restraints/legcuffs/beartrap, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"bVL" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/noticeboard/rd{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bVM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bVN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"bVO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bVP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bVQ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bVR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bVS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bVT" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bVU" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"bVV" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bVW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"bVX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVY" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southright{ - name = "Primary Tool Storage Desk"; - req_access_txt = "11" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"bVZ" = ( -/obj/machinery/power/apc{ - name = "Cargo Bay APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bWa" = ( -/turf/closed/wall/r_wall, -/area/science/research{ - name = "Research Sector" - }) -"bWb" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWc" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWd" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/sign/poster/official/wtf_is_co2{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"bWe" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Bridge" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bWf" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWg" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Law Office"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bWh" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bWi" = ( -/obj/structure/table/wood, -/obj/item/cartridge/lawyer{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/item/stamp/law, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bWj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bWk" = ( -/obj/structure/table/wood, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"bWl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Toxins Storage"; - req_access_txt = "7;8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/science/mixing) -"bWm" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "AI SMES Access"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bWn" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWo" = ( -/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/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWp" = ( -/obj/machinery/atmospherics/miner/n2o, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bWq" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "Routing Depot - Aft Exterior"; - pixel_x = 22 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bWr" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Research Entrance"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWs" = ( -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bWu" = ( -/obj/machinery/vending/assist, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bWv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bWw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/lawoffice) -"bWx" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWy" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWz" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWA" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWB" = ( -/obj/structure/rack, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWC" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWD" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Medbay" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bWE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/central) -"bWI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bWJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"bWK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"bWL" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWM" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Central Hall - AI Access"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bWN" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"bWO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWP" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Computer Core"; - req_access_txt = "30" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bWQ" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bWR" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/research{ - name = "Research Sector" - }) -"bWS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bWT" = ( -/obj/structure/chair/sofa/left, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWU" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWV" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWX" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bWY" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"bWZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/hallway/primary/aft) -"bXa" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/multitool{ - pixel_y = 4 - }, -/obj/item/book/manual/wiki/robotics_cyborgs, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bXb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"bXd" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"bXe" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/miner/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bXf" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "EngiLockdown"; - name = "Engineering Emergency Lockdown"; - pixel_x = 24; - pixel_y = -6; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - name = "Privacy Shutters"; - pixel_x = 24; - pixel_y = 6 - }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"bXg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bXh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXj" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXk" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bXl" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXm" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bXn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bXo" = ( -/obj/structure/closet/l3closet/scientist, -/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/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/router) -"bXq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bXr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Research Fore"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bXt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXu" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bXx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light, -/obj/item/kirbyplants{ - icon_state = "plant-16" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXz" = ( -/obj/machinery/power/apc{ - name = "Medbay Lobby APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXB" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bXD" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bXE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bXF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/supply) -"bXG" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bXH" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hydroponics) -"bXI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"bXJ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/storage/belt/utility, -/turf/open/floor/plasteel, -/area/maintenance/aft) -"bXM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "router_off" - }, -/turf/open/floor/plating, -/area/router) -"bXN" = ( -/obj/machinery/smartfridge/organ/preloaded, -/turf/closed/wall, -/area/medical/morgue) -"bXO" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Fore"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bXP" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bXQ" = ( -/obj/structure/closet/l3closet/scientist, -/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, -/area/science/research{ - name = "Research Sector" - }) -"bXR" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/miner/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"bXS" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/camera{ - c_tag = "Toxins Lab - Access"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bXT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bXU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/research{ - name = "Research Sector" - }) -"bXV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bXW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bXY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bXZ" = ( -/obj/structure/table, -/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/item/paper_bin, -/obj/item/radio/headset/headset_sci, -/obj/item/radio/headset/headset_sci, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYa" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bYc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/research{ - name = "Research Sector" - }) -"bYd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"bYe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYf" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "router" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/router) -"bYg" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "toxins launcher bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/science/mixing) -"bYh" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYi" = ( -/obj/structure/table, -/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/machinery/recharger, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bYk" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYl" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bYm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYn" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bYp" = ( -/turf/open/floor/plasteel/recharge_floor, -/area/science/robotics/mechbay) -"bYq" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bYr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYs" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Toxins Lab Access"; - req_access_txt = "7;8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bYt" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYv" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"bYw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bYy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bYz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bYA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bYC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bYD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYE" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bYF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/recharge_station, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bYG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"bYH" = ( -/obj/structure/sign/poster/contraband/kss13{ - pixel_y = -32 - }, -/obj/structure/cable, -/obj/machinery/recharge_station, -/turf/open/floor/circuit/green, -/area/science/robotics/mechbay) -"bYI" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bYJ" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/storage/belt/medical, -/obj/item/clothing/neck/stethoscope, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bYK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"bYL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bYM" = ( -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bYN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bYO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bYQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bYR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/solar/starboard/aft) -"bYS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"bYT" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bYU" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bYV" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bYW" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYX" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bYY" = ( -/turf/open/floor/circuit/green, -/area/science/server{ - name = "Computer Core" - }) -"bYZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit/green, -/area/science/server{ - name = "Computer Core" - }) -"bZa" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/storage/box/disks, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"bZb" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "RDServer"; - layer = 3.6; - name = "RD Server Lockup Control"; - pixel_x = -24 - }, -/obj/item/circuitboard/machine/rdserver, -/obj/item/disk/tech_disk, -/turf/open/floor/circuit/green, -/area/science/server{ - name = "Computer Core" - }) -"bZc" = ( -/obj/machinery/computer/robotics{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment, -/turf/open/floor/circuit/green, -/area/science/server{ - name = "Computer Core" - }) -"bZd" = ( -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bZe" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"bZf" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bZg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bZh" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"bZi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"bZj" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 4; - node1_concentration = 0.8; - node2_concentration = 0.2; - on = 1; - target_pressure = 4500 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bZk" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bZl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=upload"; - location = "med" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bZn" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/door/window/eastright, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bZo" = ( -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bZp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bZq" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/door/window/eastright, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"bZr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bZs" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"bZt" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"bZu" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/extinguisher, -/obj/item/crowbar, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZv" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/clothing/head/hardhat/red{ - pixel_y = 6 - }, -/obj/item/clothing/mask/gas, -/obj/item/tank/internals/air, -/obj/item/extinguisher, -/obj/item/crowbar, -/obj/machinery/camera{ - c_tag = "Fire Suppression Storage"; - pixel_x = 22 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZw" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bZx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Fire Suppression Storage"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZy" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bZz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Kill Room"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bZA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/library) -"bZB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bZC" = ( -/obj/machinery/computer/libraryconsole, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/library) -"bZD" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bZE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bZF" = ( -/turf/open/floor/wood, -/area/library) -"bZG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/warning/fire{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"bZH" = ( -/turf/closed/wall, -/area/library) -"bZI" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bZJ" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/photocopier, -/turf/open/floor/carpet, -/area/library) -"bZK" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"bZL" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bZM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"bZN" = ( -/obj/structure/closet/crate/freezer, -/obj/item/rack_parts, -/obj/item/rack_parts, -/obj/item/wrench, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"bZO" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"bZP" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"bZQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bZR" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bZS" = ( -/turf/closed/wall/r_wall, -/area/library) -"bZT" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/robotics_cyborgs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/book/manual/ripley_build_and_repair{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/mmi/posibrain, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bZU" = ( -/obj/structure/table/wood, -/obj/machinery/door/window/northright{ - name = "Library Desk Window"; - req_access_txt = "37" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"bZV" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"bZW" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bZX" = ( -/obj/structure/table/wood, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/libraryconsole/bookmanagement, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"bZY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bZZ" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"caa" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cab" = ( -/obj/structure/bookcase/random/adult{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"cac" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cad" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cae" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"caf" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cag" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_electronics/analyzer, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cah" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cai" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cak" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cal" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/engine/atmos) -"cam" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"can" = ( -/obj/machinery/power/turbine{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cao" = ( -/obj/machinery/power/compressor{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cap" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/air_sensor/atmos/incinerator_tank{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/machinery/igniter/incinerator_atmos, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"caq" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"car" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cas" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"cat" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"cau" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cav" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"caw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/explab) -"cax" = ( -/turf/closed/wall, -/area/science/explab) -"cay" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"caz" = ( -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"caA" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/science/explab) -"caB" = ( -/obj/structure/closet/bombcloset, -/turf/open/floor/plasteel, -/area/science/explab) -"caC" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/extinguisher{ - pixel_x = -7; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plasteel, -/area/science/explab) -"caD" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/disposal) -"caE" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"caF" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"caG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"caH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"caI" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_electronics/analyzer, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"caJ" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"caK" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/miner/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"caL" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/miner/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"caM" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"caN" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"caO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/science/robotics/lab) -"caP" = ( -/obj/structure/chair/office/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/explab) -"caQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Medbay Lobby" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white/side, -/area/medical/medbay/lobby) -"caR" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/kirbyplants{ - icon_state = "plant-06" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"caS" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/air, -/area/engine/atmos) -"caT" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/science/explab) -"caU" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/closed/wall/r_wall, -/area/science/explab) -"caV" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 1"; - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"caW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"caX" = ( -/turf/open/floor/engine, -/area/science/explab) -"caY" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"caZ" = ( -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 2"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cba" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/science/explab) -"cbb" = ( -/turf/closed/wall/r_wall, -/area/science/storage) -"cbc" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stack/sheet/metal/ten, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/item/screwdriver, -/obj/item/screwdriver, -/obj/item/multitool, -/obj/item/multitool, -/obj/machinery/camera{ - c_tag = "Research - Circuitry Lab"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cbd" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/item/clothing/ears/earmuffs, -/obj/item/radio, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cbe" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/mask/gas, -/turf/open/floor/engine, -/area/science/explab) -"cbf" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cbg" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/engine, -/area/science/storage) -"cbh" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/science/explab) -"cbi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"cbj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cbk" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 8; - name = "Quartermaster's Office APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"cbl" = ( -/obj/structure/table/reinforced, -/obj/item/healthanalyzer, -/turf/open/floor/engine, -/area/science/explab) -"cbm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cbn" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/science/storage) -"cbo" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cbp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "capblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"cbq" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/pen, -/turf/open/floor/engine, -/area/science/explab) -"cbr" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cbs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cbt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/engine, -/area/science/explab) -"cbu" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/science/storage) -"cbv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cbw" = ( -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cbx" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/syringes, -/obj/item/pen/blue, -/turf/open/floor/engine, -/area/science/explab) -"cby" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cbz" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/latex, -/obj/item/reagent_containers/dropper, -/obj/item/pen/red, -/turf/open/floor/engine, -/area/science/explab) -"cbA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"cbB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cbC" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/storage) -"cbD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cbE" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cbF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cbG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cbH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"cbI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cbJ" = ( -/obj/structure/table/reinforced, -/obj/item/analyzer, -/obj/item/t_scanner, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/supermatter"; - dir = 4; - name = "Thermo-Electric Generator APC"; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"cbK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sign/departments/chemistry{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cbL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbM" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/structure/cable{ - icon_state = "1-10" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cbN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbO" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cbP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cbQ" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/reagent_containers/food/snacks/meat/slab/spider, -/obj/item/reagent_containers/food/snacks/meat/slab/xeno, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"cbR" = ( -/obj/structure/cable{ - icon_state = "1-10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cbS" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cbT" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -2; - pixel_y = -27 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbU" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" - }, -/obj/machinery/power/apc/highcap/ten_k{ - areastring = "/area/engine/atmos"; - name = "Atmospherics APC"; - pixel_y = -28 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/server{ - name = "Computer Core" - }) -"cbW" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cbX" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/disk/tech_disk, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/circuit, -/area/bridge) -"cbY" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/science/server{ - name = "Computer Core" - }) -"cbZ" = ( -/obj/machinery/computer/slot_machine, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cca" = ( -/obj/machinery/computer/slot_machine, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"ccb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/medium, -/area/crew_quarters/bar) -"ccc" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/science/robotics/lab) -"cce" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/science/circuit) -"ccf" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cch" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"cci" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/mass_driver{ - id = "workshop_in"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router) -"ccj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Routing Depot"; - req_one_access_txt = "10;31" - }, -/turf/open/floor/plating, -/area/router) -"cck" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ccl" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/maintenance/department/chapel) -"ccm" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"ccn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "router" - }, -/turf/open/floor/plating, -/area/router) -"cco" = ( -/obj/machinery/conveyor/auto{ - id = "router" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"ccp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccq" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/poster/official/nanomichi_ad{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"ccr" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 1; - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cct" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/science/robotics/mechbay) -"ccu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ccv" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/door/airlock/mining{ - name = "Mining Office"; - req_one_access_txt = "10;24;48" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ccw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ccy" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "router" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/router) -"ccz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"ccA" = ( -/obj/machinery/disposal/deliveryChute, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"ccB" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/folder/white, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"ccC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ccD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ccE" = ( -/obj/machinery/mass_driver{ - id = "eng_in"; - name = "Router Driver" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/router) -"ccF" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/item/flashlight, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ccG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/camera{ - c_tag = "Atmospherics East"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccH" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "disposal_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ccJ" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "starboard_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ccL" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/rnd/bepis, -/turf/open/floor/engine, -/area/science/explab) -"ccM" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ccN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ccO" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccP" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/router/aux) -"ccQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ccR" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ccS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ccT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ccU" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ccV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Quarter Maintenance"; - req_one_access_txt = "12;48" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"ccW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ccX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ccY" = ( -/obj/structure/cable, -/obj/effect/landmark/start/librarian, -/obj/machinery/power/apc{ - areastring = "/area/library"; - dir = 4; - name = "Library APC"; - pixel_x = 24 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"ccZ" = ( -/obj/structure/closet/cardboard, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cda" = ( -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cdb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/turf/open/floor/plating/airless, -/area/router/aux) -"cdc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"cdd" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cde" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"cdf" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cdg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdh" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cdi" = ( -/obj/machinery/disposal/deliveryChute, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cdj" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/microwave, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/photocopier, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/item/paper/guides/cogstation/disposals, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdn" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cdo" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cdp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/obj/machinery/atmospherics/pipe/simple/violet/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cdq" = ( -/obj/machinery/mass_driver{ - id = "sq_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cdr" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cds" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdt" = ( -/turf/closed/wall/r_wall, -/area/router/eng) -"cdu" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdw" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdx" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cdy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall, -/area/engine/break_room) -"cdz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/sign/warning/enginesafety, -/turf/closed/wall, -/area/engine/break_room) -"cdC" = ( -/turf/closed/wall, -/area/engine/break_room) -"cdD" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cdE" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/item/tape, -/obj/item/taperecorder{ - pixel_x = -4 - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"cdF" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cdG" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "engblock"; - name = "Engineering Router" - }, -/turf/open/floor/plating, -/area/router/eng) -"cdH" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall, -/area/engine/break_room) -"cdI" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"cdJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdK" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer's Office"; - req_access_txt = "56" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cdO" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "EngiLockdown"; - name = "Engineering Emergency Lockdown" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Hall - Primary Tool Storage"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdQ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "EngiLockdown"; - name = "Engineering Emergency Lockdown" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/poster/contraband/hacking_guide{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cdS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/engine/break_room) -"cdT" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Asteroid Mining Access"; - req_access_txt = "10;24" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cdU" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - id = "eng" - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "engblock"; - name = "Engineering Router" - }, -/turf/open/floor/plating, -/area/router/eng) -"cdV" = ( -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"cdW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"cdX" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cdY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cdZ" = ( -/turf/closed/wall/r_wall, -/area/medical/medbay/lobby) -"cea" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/photocopier, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - name = "Cargo RC"; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Supply - Delivery Office Aft"; - network = list("ss13","rd") - }, -/obj/item/paper/guides/cogstation/disposals, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ceb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics3"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"cec" = ( -/obj/structure/table/glass, -/obj/item/paicard, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"ced" = ( -/obj/machinery/computer/med_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cee" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cef" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"ceg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"ceh" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"cei" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cej" = ( -/obj/machinery/vending/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cek" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"cel" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cem" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/window/eastright{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/item/folder/white, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cen" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/bridge) -"ceo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/bridge) -"cep" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior - Starboard Bow"; - dir = 1; - network = list("tcomms"); - pixel_x = 22 - }, -/turf/open/space/basic, -/area/space) -"ceq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall/rust, -/area/engine/teg_hot) -"cer" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/mass_driver{ - dir = 1; - id = "eng_out"; - name = "Router Driver" - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plating, -/area/router/eng) -"ces" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/conveyor/auto{ - id = "eng" - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/router/eng) -"cet" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"ceu" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"cev" = ( -/obj/machinery/vending/games, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"cew" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "service" - }, -/obj/structure/window/reinforced/spawner/west, -/turf/open/floor/plating, -/area/router/eng) -"cex" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"cey" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Arcade" - }, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"cez" = ( -/obj/structure/table, -/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/red{ - dir = 1 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/brute, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"ceA" = ( -/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/storage/firstaid/toxin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"ceB" = ( -/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/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"ceC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/solars/port) -"ceD" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/space/basic, -/area/space) -"ceE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Ferry Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ceF" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/external{ - name = "Ferry Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ceG" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "trash"; - name = "Disposal Driver" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ceH" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - id = "trash"; - name = "Disposal Bay Door" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ceI" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ceJ" = ( -/obj/machinery/power/solar_control{ - dir = 4; - name = "Starboard Quarter Solar Control" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"ceK" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/router/eng) -"ceL" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/table, -/obj/item/destTagger, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/massdriver{ - id = "eng_out"; - pixel_x = -24; - pixel_y = 24 - }, -/obj/machinery/button/door{ - id = "engblock"; - name = "Router Access Control"; - pixel_x = -24; - pixel_y = 32; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceO" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = 29 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceP" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/router/eng) -"ceQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "2-5" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ceR" = ( -/obj/machinery/door/poddoor{ - id = "TEGMixVent"; - name = "Mixing Chamber Vent" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"ceS" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ceT" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/computer/cargo/request{ - dir = 4 - }, -/obj/machinery/light/small, -/obj/machinery/requests_console{ - department = "Engineering Router"; - name = "Engineering Router RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceU" = ( -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 9 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceV" = ( -/turf/open/floor/plasteel, -/area/router/eng) -"ceW" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/router/eng) -"ceX" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/power/apc{ - name = "Engineering Router APC"; - pixel_y = -24 - }, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/router/eng) -"ceY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"ceZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Asteroid Mining Access"; - req_access_txt = "10;24" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cfa" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfb" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/open/floor/carpet/blue, -/area/medical/medbay/central) -"cfc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cfd" = ( -/obj/structure/closet/crate/wooden, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cfe" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Bow Hall - Starboard"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cff" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfg" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/landmark/start/research_director, -/obj/machinery/camera{ - c_tag = "Research Director's Office - Port"; - network = list("ss13","rd") - }, -/obj/machinery/keycard_auth{ - pixel_x = -8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"cfh" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfi" = ( -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfj" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfk" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfl" = ( -/turf/closed/wall, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfm" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cfn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cfo" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfp" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfq" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cfr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/door/airlock/external/glass{ - name = "Mixing Chamber Access"; - req_one_access_txt = "10;24" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cfs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cft" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Engineering - Mixing Chamber"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cfu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"cfv" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cfw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Construction Area"; - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cfx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cfy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"cfz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cfA" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfB" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfD" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) -"cfE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"cfF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cfG" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"cfH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/sparker{ - id = "TEGMixIgniter"; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/ash, -/obj/effect/decal/remains/human, -/turf/open/floor/engine/vacuum, -/area/engine/teg_hot) -"cfJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"cfK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cfL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics Access"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cfM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cfO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cfP" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfQ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/library) -"cfR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cfS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cfT" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfV" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/window/plasma/reinforced/spawner/north, -/obj/structure/window/plasma/reinforced/spawner, -/obj/structure/lattice, -/turf/open/space/basic, -/area/engine/teg_hot) -"cfX" = ( -/obj/item/pipe, -/obj/structure/cable{ - icon_state = "2-5" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cfY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/obj/item/stack/sheet/metal, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cfZ" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/stairs/right, -/area/science/research{ - name = "Research Sector" - }) -"cga" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cgb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external/glass{ - name = "Mixing Chamber Access"; - req_one_access_txt = "10;24" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cgc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cgd" = ( -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cge" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cgg" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgh" = ( -/obj/machinery/pipedispenser, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cgi" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"cgj" = ( -/obj/machinery/conveyor/auto{ - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cgk" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/conveyor/auto{ - id = "cargo" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cgl" = ( -/obj/machinery/button/door{ - id = "TEGMixVent"; - name = "Mixing Chamber Vent"; - pixel_y = 24; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "atmos mix to burn" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cgn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cgo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/obj/machinery/button/ignition{ - id = "TEGMixIgniter"; - name = "Mix Igniter"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cgr" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cgs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cgt" = ( -/obj/structure/rack, -/obj/item/caution, -/obj/item/caution, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cgu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgx" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgy" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/rust, -/area/maintenance/solars/starboard/aft) -"cgz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgA" = ( -/obj/machinery/pipedispenser/disposal, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cgB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgC" = ( -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/hallway/primary/central) -"cgD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/teg_hot) -"cgE" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cgF" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"cgG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"cgH" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgL" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/dark, -/area/science/server{ - name = "Computer Core" - }) -"cgM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cgN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/science/server{ - name = "Computer Core" - }) -"cgQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"cgR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgS" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 4; - node1_concentration = 0.8; - node2_concentration = 0.2; - on = 1; - target_pressure = 4500 - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cgU" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "manual mix to burn" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cgV" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cgW" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/delta; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"cgX" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cgY" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cgZ" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cha" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"chb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"chc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"chd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/start/cargo_technician, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"che" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"chf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"chg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"chh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plating, -/area/tcommsat/computer) -"chi" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"chj" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"chk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"chl" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"chm" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall/r_wall/rust, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"chn" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - dir = 8; - name = "Incinerator APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cho" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/department/eva) -"chp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chq" = ( -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"chr" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"chs" = ( -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cht" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"chu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"chv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"chw" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"chx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chy" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"chz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"chA" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"chB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"chC" = ( -/turf/closed/wall/r_wall/rust, -/area/space/nearstation) -"chD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"chE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_cold) -"chF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/structure/table, -/obj/item/analyzer, -/obj/item/pipe_dispenser, -/obj/item/wrench, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"chG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"chH" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall/rust, -/area/maintenance/fore) -"chI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"chJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"chK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/teg_cold) -"chL" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chM" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"chO" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/item/clothing/head/welding{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"chP" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"chQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"chR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 1; - name = "Toxins Lab APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/science/storage) -"chS" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"chT" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/science/storage) -"chU" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"chV" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"chW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"chX" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"chY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/storage/hypospraykit/fire, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"chZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cia" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cib" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cic" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cid" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/item/analyzer, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cie" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_cold) -"cif" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cig" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cih" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cii" = ( -/obj/machinery/disposal/deliveryChute, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cij" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/westleft{ - name = "Science Desk"; - req_one_access_txt = "29;47" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cik" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/mass_driver{ - dir = 8; - id = "router_in"; - name = "Router Driver" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cil" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cim" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 11 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cin" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cio" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/closed/wall, -/area/science/robotics/mechbay) -"cip" = ( -/obj/machinery/mass_driver{ - id = "cargo_in"; - name = "Router Driver" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciq" = ( -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cir" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"cis" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cit" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ciu" = ( -/obj/structure/barricade/wooden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/poster/ripped{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"civ" = ( -/obj/structure/girder/displaced, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ciw" = ( -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cix" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ciy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ciz" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/item/reagent_containers/food/drinks/trophy, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ciA" = ( -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ciB" = ( -/obj/structure/frame/computer, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/airless, -/area/maintenance/port/fore) -"ciC" = ( -/obj/structure/table, -/obj/item/paper/pamphlet/gateway, -/turf/open/floor/plasteel/white, -/area/gateway) -"ciD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"ciE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ciF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciG" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "disposal_off" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 6 - }, -/obj/machinery/meter, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"ciI" = ( -/turf/closed/wall/r_wall/rust, -/area/quartermaster/warehouse) -"ciJ" = ( -/turf/closed/wall/rust, -/area/quartermaster/warehouse) -"ciK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"ciL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"ciM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor/auto{ - dir = 4; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciN" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/donkpockets{ - pixel_y = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "kitchenlock"; - name = "Kitchen Lockup" - }, -/obj/machinery/door/window/northleft{ - name = "Kitchen Slider"; - req_access_txt = "28" - }, -/obj/machinery/door/window/southleft{ - name = "Bar Slider"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/kitchen) -"ciO" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "disposal_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciP" = ( -/obj/effect/turf_decal/delivery, -/obj/item/weldingtool, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ciQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ciR" = ( -/obj/machinery/door/firedoor, -/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/red{ - dir = 1 - }, -/obj/machinery/door/airlock/security{ - name = "Cargo Security Checkpoint"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"ciS" = ( -/obj/machinery/conveyor/auto{ - dir = 9; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/closet/radiation, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28; - pixel_y = -4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ciU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"ciV" = ( -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciW" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 11 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ciX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ciY" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/teg_hot"; - dir = 8; - name = "Hot Loop APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"ciZ" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cja" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cjb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cjc" = ( -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/obj/machinery/door/poddoor{ - name = "Disposal Router" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cjd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cje" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cjf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Cargo Detainment Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cjg" = ( -/obj/machinery/conveyor/auto{ - dir = 1; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cjh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cji" = ( -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 1; - id = "disposal" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cjj" = ( -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"cjk" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/checker, -/area/crew_quarters/theatre/mime) -"cjl" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/item/toy/figure/mime, -/turf/open/floor/plasteel/checker, -/area/crew_quarters/theatre/mime) -"cjm" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"cjn" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/kitchen/backroom) -"cjo" = ( -/obj/structure/table, -/obj/item/flashlight/seclite, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cjp" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/theatre/mime) -"cjq" = ( -/turf/closed/wall/rust, -/area/maintenance/port/central) -"cjr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/server{ - name = "Computer Core" - }) -"cjs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cjt" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - dir = 1; - name = "Cargo Office APC"; - pixel_y = 24 - }, -/obj/structure/sign/poster/contraband/scum{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cju" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/item/clothing/ears/earmuffs, -/obj/item/extinguisher{ - pixel_x = -12; - pixel_y = -2 - }, -/obj/machinery/camera{ - c_tag = "Engineering - Hot Loop"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cjv" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"cjw" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/wood, -/area/library) -"cjx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"cjy" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/maintenance/port/central) -"cjz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/kirbyplants/photosynthetic, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjA" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cjB" = ( -/obj/item/stack/cable_coil/cut/red, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cjC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/clothing/mask/cigarette, -/obj/structure/sign/poster/official/twelve_gauge{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cjD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/maintenance/department/eva) -"cjE" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = 32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cjF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = 32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cjG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cjH" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cjI" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"cjJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "E.V.A. Storage"; - req_access_txt = "18" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cjK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_cold) -"cjL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"cjM" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/toolbox/mechanical, -/obj/item/radio/off, -/obj/item/multitool{ - pixel_x = -6 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"cjN" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Visitation Area"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cjO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"cjP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cjQ" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"cjR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Head of Security's Office"; - req_one_access_txt = "58" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hos) -"cjS" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cjT" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cjU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"cjV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Sector" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cjW" = ( -/obj/structure/bed, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/item/bedsheet/hos, -/obj/effect/landmark/start/head_of_security, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "hos"; - name = "HoS Office Shutters"; - pixel_y = -32; - pixel_x = -5 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"cjX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/engine/teg_cold) -"cjY" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/keycard_auth{ - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cjZ" = ( -/obj/item/beacon, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"cka" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ckb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/science/robotics/lab) -"ckc" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft/secondary"; - dir = 8; - name = "Aft Air Hookup APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"ckd" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cke" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/wood, -/area/library) -"ckf" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"ckg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/storage/eva) -"ckh" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cki" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ckj" = ( -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"ckk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Research Maintenance"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"ckl" = ( -/turf/open/space/basic, -/area/space/station_ruins) -"ckm" = ( -/turf/closed/wall/r_wall, -/area/engine/teg_cold) -"ckn" = ( -/obj/machinery/door/airlock/external/glass{ - name = "External Solar Access"; - req_access_txt = "10;13" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cko" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering"; - dir = 4; - name = "Engine Room APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"ckp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/chemist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ckq" = ( -/obj/structure/closet/crate/hydroponics, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"ckr" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cks" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"ckt" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cku" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"ckv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Warehouse"; - req_one_access_txt = "10;31" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ckw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"ckx" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cky" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"ckz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/table, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"ckA" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"ckB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/closet/crate/engineering, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/item/rcl/pre_loaded, -/obj/item/rcl/pre_loaded, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/red, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/camera{ - c_tag = "Engineering - Cold Loop"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"ckC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "gas to cold loop" - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"ckD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sign/warning/fire{ - pixel_x = 32; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ckE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"ckF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/teg_cold"; - dir = 4; - name = "Cold Loop APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"ckG" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ckH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"ckI" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"ckJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/teg_hot) -"ckK" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/item/clothing/under/rank/cargo/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ckL" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/item/clothing/under/rank/cargo/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ckM" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/item/clothing/under/rank/cargo/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ckN" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ckO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ckP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/lab) -"ckS" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ckT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckU" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ckX" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ckY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/checker, -/area/ai_monitored/storage/eva) -"ckZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"cla" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"clb" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"clc" = ( -/obj/machinery/vending/wardrobe/chem_wardrobe, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cld" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cle" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab"; - dir = 1; - name = "Research Observatory APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"clf" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 3"; - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"clg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"clh" = ( -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cli" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"clj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"clk" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cll" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"clm" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cln" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clo" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clp" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"clq" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"clr" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"cls" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"clt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"clu" = ( -/obj/machinery/door/window/northleft{ - name = "Library Desk Door"; - req_access_txt = "37" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"clv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"clw" = ( -/obj/effect/landmark/start/librarian, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"clx" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cly" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"clz" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"clA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"clB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"clC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"clD" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clE" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clF" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clG" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"clI" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clJ" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clK" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clL" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clM" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clN" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"clO" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"clP" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clQ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clR" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clS" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clT" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clU" = ( -/obj/structure/table, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"clV" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Supply - Security Post"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"clW" = ( -/turf/closed/wall/rust, -/area/storage/tech) -"clX" = ( -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) -"clY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/firecloset, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"clZ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Escape Hall - Port"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cma" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Escape Hall - Starboard"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cmb" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Supply - Mining Dock"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cmc" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Starboard Quarter Solar Maintenance"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cmd" = ( -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cme" = ( -/obj/structure/bed, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cmf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cmg" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cmh" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"cmi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmj" = ( -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cml" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cmm" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cmn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cmo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cmp" = ( -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmr" = ( -/obj/machinery/gravity_generator/main/station, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cms" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmt" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/r_wall, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cmu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cmv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cmw" = ( -/obj/machinery/camera{ - c_tag = "Engineering - Gravity Generator"; - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cmx" = ( -/obj/machinery/light, -/turf/open/floor/engine, -/area/engine/gravity_generator) -"cmy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Quarter Maintenance"; - req_one_access_txt = "12;48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cmz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Quarter Maintenance"; - req_one_access_txt = "12;48" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"cmA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"cmB" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northright{ - name = "Emergency Shower" - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cmC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"cmD" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/deliveryChute, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cmE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cmF" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"cmG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cmH" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "cargoblock"; - name = "Cargo Router" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cmI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/radio/off{ - pixel_x = -3; - pixel_y = 1 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cmJ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Mining Dock"; - req_one_access_txt = "10;24;48" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cmK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cmL" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/aft) -"cmM" = ( -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - frequency = 1359; - name = "Station Intercom (Security)"; - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"cmO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Engineering" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cmP" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"cmQ" = ( -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 4"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cmR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cmS" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cmT" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/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/red{ - dir = 1 - }, -/obj/item/folder/red, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/door/window/northright{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cmU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cmV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cmW" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Cargo"; - name = "Cargo RC"; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Supply - Quartermaster's Office"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"cmX" = ( -/obj/machinery/light/small, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"cmY" = ( -/obj/machinery/door/airlock/engineering{ - name = "Hot Loop"; - req_one_access_txt = "10;24" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cmZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/atmospherics/components/unary/cryo_cell{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cna" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/atmospherics/components/unary/cryo_cell{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cnb" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/stripes/line, -/obj/item/storage/box/beakers{ - pixel_x = -4 - }, -/obj/item/storage/box/syringes{ - pixel_x = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cnc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cnd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cne" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cnf" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cng" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"cnh" = ( -/obj/machinery/door/airlock/engineering{ - name = "Cold Loop"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cni" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnj" = ( -/obj/machinery/camera{ - c_tag = "Research - Observatory"; - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cnk" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cnl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1; - pixel_x = 5 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cnm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/gateway) -"cnn" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cno" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cnp" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/bridge) -"cnq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/mob/living/simple_animal/cockroach, -/turf/open/floor/plating, -/area/maintenance/port/central) -"cnr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cns" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cnt" = ( -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - dir = 8; - id = "disposal" - }, -/obj/machinery/door/poddoor{ - name = "Disposal Router" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cnu" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/gateway) -"cnv" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/frame/computer, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cnw" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cnx" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cny" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cnz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/obj/structure/sign/departments/chemistry{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cnA" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cnB" = ( -/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/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cnC" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/engine, -/area/science/explab) -"cnD" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/xenobiology) -"cnE" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 9; - height = 22; - id = "emergency_home"; - name = "CogStation Escape Dock"; - width = 29 - }, -/turf/open/space/basic, -/area/space) -"cnF" = ( -/obj/structure/disposalpipe/segment, -/obj/item/reagent_containers/food/drinks/bottle/kahlua/empty, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/port/fore) -"cnG" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Shuttle Maintenance Access" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cnH" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Departures Shuttle Dock" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cnI" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/space/nearstation) -"cnJ" = ( -/obj/structure/girder, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cnK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cnL" = ( -/obj/structure/closet/crate/science, -/obj/item/stack/sheet/metal/ten, -/obj/item/stack/sheet/glass/five, -/obj/item/stack/rods/twentyfive, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target, -/obj/item/target/clown, -/turf/open/floor/plasteel, -/area/science/mixing) -"cnM" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "pb_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cnN" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/library) -"cnO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/storage) -"cnP" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/item/kirbyplants{ - icon_state = "plant-21"; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/library) -"cnS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = /area/maintenance/solars/starboard/aft; - dir = 1; - name = "Starboard Quarter Solars APC"; - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cnT" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"cnU" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"cnV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/turf/open/floor/engine, -/area/science/storage) -"cnW" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/library) -"cnX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/vehicle/ridden/wheelchair, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cnY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/vehicle/ridden/wheelchair, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cnZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/holopad, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"coa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cob" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"coc" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Reception"; - dir = 4 - }, -/turf/open/floor/plasteel/stairs, -/area/medical/medbay/central) -"cod" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/medical/medbay/lobby) -"coe" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/camera{ - c_tag = "Medbay Morgue"; - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"cof" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cog" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"coh" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/storage_shared{ - name = "Electrical Substation" - }) -"coi" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coj" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cok" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"col" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"com" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"con" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/storage/primary) -"coo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/storage/primary) -"cop" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "CEPrivacy"; - name = "CE Privacy Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"coq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Departures" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cor" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Departures" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cos" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Workshop"; - req_access_txt = "11" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cot" = ( -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cou" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cov" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/closed/wall, -/area/medical/medbay/central) -"cow" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Asteroid Mining Access"; - req_one_access_txt = "10;48" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cox" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"coy" = ( -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"coz" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coA" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Aft Maintenance - Starboard Quarter"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"coB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Aft Hallway - MedSci Port"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coC" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/camera{ - c_tag = "Aft Maintenance - Starboard Bow"; - pixel_x = 22 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"coD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coE" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Aft Hall - MedSci Starboard"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coF" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/landmark/start/assistant, -/obj/machinery/camera{ - c_tag = "Aft Hall - Workshop"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coG" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research - Experimentation Lab"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/engine, -/area/science/explab) -"coH" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"coI" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/gateway) -"coJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Virology Access"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"coK" = ( -/obj/machinery/camera{ - c_tag = "Medbay - Monkey Pen"; - dir = 4 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/virology) -"coL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=cargo"; - location = "eng2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"coN" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"coO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Central Hall"; - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/central) -"coP" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/machinery/camera{ - c_tag = "Central Plaza - Port"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"coQ" = ( -/obj/machinery/camera{ - c_tag = "Central Docking Bay" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"coR" = ( -/obj/machinery/camera{ - c_tag = "Ferry Docking Bay"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"coS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Ferry Docking Bay - Starboard"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"coT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"coU" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Front Desk"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"coV" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera{ - c_tag = "Medbay Entrance"; - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"coW" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/camera{ - c_tag = "Technical Storage"; - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"coX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Operating Theatre"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"coY" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/machinery/camera{ - c_tag = "Medbay - Cryogenics"; - dir = 1 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"coZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cpa" = ( -/obj/structure/closet/crate/radiation, -/obj/item/storage/firstaid/radbgone, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpb" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/biohazard{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"cpc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cpd" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"cpe" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/engine, -/area/science/explab) -"cpf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cpg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cph" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"cpi" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"cpj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cpk" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpl" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cpm" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"cpn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cpo" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpp" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor/auto{ - id = "cargo" - }, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/preopen{ - id = "cargoblock"; - name = "Cargo Router" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cpq" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/blue, -/area/crew_quarters/abandoned_gambling_den{ - name = "Arcade" - }) -"cpr" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cps" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"cpt" = ( -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"cpu" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/library) -"cpv" = ( -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cpw" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/sign/poster/official/space_cops{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"cpx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"cpy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cpz" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"cpA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpB" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"cpC" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space/station_ruins) -"cpD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/engine, -/area/science/storage) -"cpE" = ( -/obj/structure/fans/tiny, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cpF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/eva) -"cpH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/directions/engineering{ - dir = 4; - pixel_y = -24 - }, -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = -32 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -40 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cpI" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cpJ" = ( -/turf/closed/wall/r_wall/rust, -/area/quartermaster/office) -"cpK" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cpL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cpM" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1; - light_color = "#e8eaff" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cpN" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/item/cartridge/atmos, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cpO" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/item/cartridge/atmos, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cpP" = ( -/obj/machinery/camera{ - c_tag = "Research - Gateway Atrium"; - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"cpQ" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/stripes/line{ - dir = 6; - layer = 2.03 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cpR" = ( -/obj/structure/closet/crate/engineering/electrical, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/electronics/airalarm, -/obj/item/electronics/airalarm, -/obj/item/electronics/firelock, -/obj/item/electronics/firelock, -/obj/item/electronics/firealarm, -/obj/item/electronics/firealarm, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpS" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpT" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpV" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cpW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cpX" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cpY" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_hot) -"cpZ" = ( -/obj/structure/table, -/obj/item/tank/internals/air, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel/dark, -/area/engine/teg_hot) -"cqa" = ( -/obj/machinery/autolathe, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqb" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cqc" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqd" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/mob/living/simple_animal/hostile/retaliate/goose{ - check_friendly_fire = 1; - desc = "It may not be as wise as an owl, but the Head of Security's pet is far more dangerous."; - faction = list("neutral","silicon","turret","station"); - name = "Officer Snooty" - }, -/turf/open/floor/plasteel, -/area/security/main) -"cqe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=eng1"; - location = "sci" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cqg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqh" = ( -/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/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cqi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"cqj" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cqk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=med"; - location = "cargo" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cql" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=eng2"; - location = "evac" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cqm" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/item/storage/box/disks_nanite, -/obj/item/book/manual/wiki/research_and_development{ - pixel_x = 4; - pixel_y = -8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cqn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Warehouse"; - req_one_access_txt = "10;24" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqr" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/central"; - name = "Central Starboard Maintenance APC"; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"cqs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/paper/guides/jobs/engi/solars, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Engineering Foyer - Port"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqt" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/noticeboard/qm{ - dir = 4; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cqu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cqA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqB" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/absinthe, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"cqC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqD" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqE" = ( -/obj/machinery/conveyor_switch{ - id = "EngiCargoConveyer" - }, -/obj/machinery/button/door{ - id = "EngiDeliverDoor"; - name = "Engineering Delivery Door Control"; - pixel_x = 24 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqF" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cqG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqH" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cqI" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqK" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sign/plaques/atmos{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cqL" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqN" = ( -/turf/closed/wall/rust, -/area/maintenance/department/security) -"cqO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cqP" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cqQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqS" = ( -/obj/machinery/computer/rdconsole/experiment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science RC"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cqT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cqU" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cqV" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cqW" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cqX" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Shuttle"; - width = 12 - }, -/turf/open/space/basic, -/area/space) -"cqY" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cqZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cra" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Auxiliary Tool Storage" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/tools) -"crb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/turf/open/floor/plating, -/area/engine/teg_cold) -"crc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"crd" = ( -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_y = 32 - }, -/obj/machinery/button/massdriver{ - id = "cargo_out"; - pixel_x = -8; - pixel_y = -4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cre" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Asteroid Mining Access"; - req_one_access_txt = "10;48" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"crf" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"crg" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"crh" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "cargo_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cri" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"crj" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"crk" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"crl" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"crm" = ( -/obj/machinery/door/firedoor, -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "EngiCargoConveyer" - }, -/obj/machinery/door/poddoor{ - id = "EngiDeliverDoor"; - name = "Engineering Delivery Door" - }, -/turf/open/floor/plating, -/area/engine/teg_cold) -"crn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chem1"; - name = "chem lab shutters" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/medical/chemistry) -"cro" = ( -/turf/closed/wall/r_wall/rust, -/area/maintenance/starboard/aft) -"crp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"crq" = ( -/obj/structure/closet/crate/freezer, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 4; - name = "Morgue APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"crr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Hall - Fore"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"crs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/turf/open/floor/engine, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"crt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cru" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"crv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"crw" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"crx" = ( -/obj/machinery/camera{ - c_tag = "Engine Room - Port Quarter"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cry" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10; - pixel_x = -5 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil/random{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Robotics - Surgery"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"crz" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite"; - dir = 1; - network = list("tcomms") - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"crA" = ( -/obj/machinery/aug_manipulator, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"crB" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior - Port"; - dir = 8; - network = list("tcomms") - }, -/turf/open/space/basic, -/area/space/nearstation) -"crC" = ( -/obj/structure/lattice, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior Starboard"; - dir = 4; - network = list("tcomms") - }, -/turf/open/space/basic, -/area/space/nearstation) -"crD" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Server Room"; - dir = 1; - network = list("tcomms") - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"crE" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior - Port Quarter"; - network = list("tcomms") - }, -/turf/open/space/basic, -/area/space) -"crF" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Satellite Exterior - Starboard Quarter"; - network = list("tcomms"); - pixel_x = 22 - }, -/turf/open/space/basic, -/area/space) -"crG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"crH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"crI" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"crJ" = ( -/obj/structure/window/reinforced, -/obj/machinery/mass_driver{ - dir = 8; - id = "toxinsdriver" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/mixing) -"crK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"crL" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/airless, -/area/science/test_area) -"crM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"crN" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"crO" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"crP" = ( -/obj/structure/lattice, -/turf/closed/wall, -/area/hallway/secondary/entry) -"crQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"crR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"crS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"crT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"crU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/crowbar, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"crV" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"crW" = ( -/obj/machinery/computer/rdconsole/robotics{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"crX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"crY" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"crZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/left, -/area/hallway/primary/aft) -"csa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/warning/pods{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"csb" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"csc" = ( -/obj/structure/fans/tiny/invisible, -/obj/docking_port/stationary{ - dir = 2; - dwidth = 1; - height = 4; - name = "escape pod loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/space/basic, -/area/space) -"csd" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cse" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/obj/item/pen/fountain, -/obj/item/stamp/ce, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 5; - name = "Chief Engineer's RC"; - pixel_y = -32 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"csf" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's RC"; - pixel_y = -32; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"csg" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"csh" = ( -/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/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"csi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chem1"; - name = "chem lab shutters" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"csj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"csk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"csl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"csm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"csn" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cso" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"csp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_x = 28 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"csq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Cold Loop"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"csr" = ( -/obj/structure/table, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/bridge) -"css" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"cst" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/teg_cold) -"csu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/gateway) -"csv" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/item/storage/toolbox/mechanical, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/paper/guides/cogstation/letter_supp, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"csw" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"csx" = ( -/obj/structure/closet/secure_closet/RD, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/paper/fluff/cogstation/letter_rd, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"csy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/xmastree, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "chapel" - }, -/area/chapel/main) -"csz" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"csA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Visitation" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"csB" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"csC" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating/asteroid, -/area/hydroponics/garden{ - name = "Nature Preserve" - }) -"csD" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/bridge) -"csE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"csF" = ( -/obj/structure/bed, -/obj/effect/landmark/start/research_director, -/obj/item/bedsheet/rd, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"csG" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/lawoffice) -"csH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/library) -"csI" = ( -/obj/structure/table/wood, -/obj/machinery/light_switch{ - pixel_x = 4; - pixel_y = -24 - }, -/obj/item/flashlight/lamp/green, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -6; - pixel_y = -32 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"csJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/window/northright{ - name = "Medbay Desk"; - req_access_txt = "5" - }, -/obj/item/clipboard, -/obj/item/clothing/glasses/hud/health, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/item/pen, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"csL" = ( -/obj/effect/landmark/xmastree/rdrod, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"csM" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"csN" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"csO" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"csP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"csQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"csR" = ( -/turf/open/floor/engine, -/area/science/storage) -"csS" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"csT" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/circuit) -"csU" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/storage/tech) -"csV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/button/door{ - id = "robotics"; - name = "Shutters Control Button"; - pixel_y = 8; - req_access_txt = "29"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/science/robotics/lab) -"csW" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"csX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"csY" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"csZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cta" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/science/xenobiology) -"ctb" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/science/explab) -"ctc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ctd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cte" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctf" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cth" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cti" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctj" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/mixing) -"ctk" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ctl" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plasteel, -/area/engine/workshop) -"ctm" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctn" = ( -/obj/structure/closet/secure_closet/engineering_chief, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/obj/item/paper/guides/cogstation/letter_chief, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cto" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/full, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctq" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/quartermaster/office) -"cts" = ( -/obj/structure/rack, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"ctt" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ctu" = ( -/obj/structure/table, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Supply - Cargo Office"; - dir = 1 - }, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/item/storage/box/disks, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ctv" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ctw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"ctx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cty" = ( -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"ctz" = ( -/obj/structure/table, -/obj/item/stamp/qm, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/coin/silver{ - pixel_x = -12 - }, -/obj/item/key{ - pixel_x = 8; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"ctA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_one_access_txt = "31;48" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ctB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ctC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ctD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"ctE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/modular_computer/console/preset/engineering, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced/spawner/north, -/turf/open/floor/plasteel, -/area/engine/workshop) -"ctF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"ctG" = ( -/turf/closed/wall, -/area/engine/workshop) -"ctH" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ctI" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/engine, -/area/science/explab) -"ctJ" = ( -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/engine/workshop) -"ctK" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"ctL" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 5"; - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"ctM" = ( -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Pen 6"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"ctN" = ( -/obj/machinery/light/small{ - dir = 4; - light_color = "#d8b1b1" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ctO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ctP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ctQ" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"ctR" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ctS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"ctT" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#c1caff" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Aft"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ctU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ctV" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/hallway/secondary/exit"; - name = "Escape Shuttle Hallway APC"; - pixel_y = -28 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"ctW" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ctX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/engine/workshop) -"ctY" = ( -/obj/structure/sign/departments/xenobio{ - pixel_x = -32; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"ctZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cua" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cub" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cuc" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cud" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology - Aft Access"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cue" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "8;55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cuf" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cug" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cuh" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cui" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cuj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cuk" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cul" = ( -/obj/structure/chair/comfy/black, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cum" = ( -/obj/structure/rack, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/healthanalyzer{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/healthanalyzer{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cun" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/meat/steak, -/obj/machinery/camera{ - c_tag = "Xenobiology - Test Chamber"; - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cuo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cup" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cuq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cur" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cus" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cut" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 7; - height = 9; - id = "whiteship_home"; - name = "SS13: Merchant Dock"; - width = 13 - }, -/turf/open/space/basic, -/area/space) -"cuu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuv" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cuw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cux" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cuy" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cuz" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cuA" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cuB" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cuC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cuD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cuE" = ( -/obj/structure/lattice, -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cuF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuG" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cuH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/screwdriver, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/workshop"; - dir = 1; - name = "Engineering Workshop APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall, -/area/engine/workshop) -"cuO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/primary) -"cuP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cuQ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"cuR" = ( -/turf/closed/wall, -/area/router/air) -"cuS" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/mass_driver{ - dir = 1; - id = "workshop_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cuT" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/machinery/conveyor{ - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cuU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/poster/official/build{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuV" = ( -/turf/open/floor/plasteel, -/area/engine/workshop) -"cuW" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cuX" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cuY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cuZ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/science/robotics/lab) -"cva" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cvb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cvc" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cvd" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cve" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cvf" = ( -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cvg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cvh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/computer/rdconsole/production{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cvi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/workshop) -"cvj" = ( -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/obj/machinery/conveyor{ - id = "DeliveryConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cvk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 1; - id = "DeliveryConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cvl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/router/air) -"cvm" = ( -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central"; - dir = 1; - name = "Airbridge Router APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cvn" = ( -/obj/structure/table, -/obj/item/destTagger, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/router/air) -"cvo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cvp" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/cargo/request, -/obj/machinery/camera{ - c_tag = "Airbridge Router"; - pixel_x = 22 - }, -/obj/machinery/requests_console{ - department = "Airbridge Router"; - name = "Airbridge Router RC"; - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cvq" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor{ - dir = 1; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cvr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/workshop) -"cvs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/medical/virology) -"cvt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 10 - }, -/area/science/robotics/lab) -"cvu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cvv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Genetics"; - name = "Genetics RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cvw" = ( -/obj/structure/closet, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/item/wrench/medical, -/obj/item/screwdriver, -/obj/item/stock_parts/cell/high/plus, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cvx" = ( -/obj/structure/table, -/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/red{ - dir = 1 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/hypospray/mkii/tricord, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cvy" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cvz" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 4; - node1_concentration = 0.8; - node2_concentration = 0.2; - on = 1; - target_pressure = 4500 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cvA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cvB" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/machinery/porta_turret/ai{ - dir = 1; - req_access = list(16) - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cvC" = ( -/obj/machinery/computer/nanite_cloud_controller, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/dark, -/area/science/server{ - name = "Computer Core" - }) -"cvD" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/rnd/server, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cvE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - id = "RDServer"; - name = "RD Server Lockup" - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cvF" = ( -/obj/item/caution, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cvG" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Lab Access"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Toxins Mixing Lab"; - req_access_txt = "7;8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cvI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/computer/telecomms/server{ - dir = 1; - network = "tcommsat" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cvJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cvK" = ( -/obj/structure/chair/sofa/right, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"cvL" = ( -/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/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cvM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/gateway) -"cvN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cvO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cvP" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet"; - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cvQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side, -/area/science/robotics/lab) -"cvR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 23 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cvS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cvT" = ( -/obj/structure/extinguisher_cabinet, -/turf/closed/wall, -/area/medical/medbay/central) -"cvU" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cvV" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cvW" = ( -/obj/structure/chair/comfy/black, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cvX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "8;55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Lab Access"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cvZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/clipboard, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/stamp, -/obj/machinery/door/window/southright{ - name = "Customs Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPAft"; - name = "HoP Aft Desk Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"cwa" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/flashlight/lamp, -/obj/structure/window/reinforced/spawner, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "HoPAft"; - name = "HoP Aft Desk Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"cwb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cwc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "cargoblock"; - name = "Router Access Control"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cwd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cwe" = ( -/obj/structure/closet/secure_closet/exile, -/turf/open/floor/plasteel/white, -/area/gateway) -"cwf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cwg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cwh" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwi" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"cwk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/lounge) -"cwl" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/book/manual/wiki/infections, -/obj/item/folder/white, -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology RC"; - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwm" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwo" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/microwave, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"cwq" = ( -/obj/machinery/door/airlock/engineering{ - name = "Hot Loop"; - req_one_access_txt = "10;24" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cwr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cws" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cwt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"cwu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cwv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/warning/vacuum/external, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cww" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cwx" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/full, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cwy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plating, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cwz" = ( -/obj/structure/transit_tube/curved{ - dir = 8 - }, -/turf/open/space/basic, -/area/space) -"cwA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"cwB" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"cwC" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cwD" = ( -/obj/structure/transit_tube/diagonal/topleft, -/turf/open/space/basic, -/area/space) -"cwE" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cwF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cwG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cwH" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"cwI" = ( -/obj/structure/transit_tube/horizontal, -/turf/open/space/basic, -/area/space) -"cwJ" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/horizontal, -/turf/open/space/basic, -/area/space/nearstation) -"cwK" = ( -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/space/basic, -/area/space) -"cwL" = ( -/obj/structure/transit_tube/horizontal, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"cwM" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/transit_tube/station/reverse/flipped, -/obj/structure/transit_tube_pod{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cwN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"cwO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cwP" = ( -/obj/structure/bed, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/item/bedsheet/ce, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "Chief Engineer's Office APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cwQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"cwR" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cwS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Warehouse"; - req_access_txt = "11" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cwT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"cwU" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/mineral/titanium/blue, -/area/hallway/primary/central) -"cwV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cwW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public/glass, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cwX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cwY" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/air_sensor/atmos/toxins_mixing_tank, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"cwZ" = ( -/obj/structure/table, -/obj/item/storage/box/beanbag, -/obj/item/gun/ballistic/revolver/doublebarrel, -/obj/item/storage/hypospraykit/toxin, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/bar) -"cxa" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cxb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cxc" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cxd" = ( -/obj/machinery/computer/monitor, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cxe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cxg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cxh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cxi" = ( -/obj/structure/rack, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Engineering - Primary Tool Storage"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cxj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/reagent_dispensers/foamtank, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cxk" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cxl" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/storage/primary) -"cxm" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cxn" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/item/t_scanner{ - pixel_x = -4 - }, -/obj/item/pipe, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/quartermaster/warehouse) -"cxo" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light/small, -/obj/machinery/camera{ - c_tag = "Supply - Warehouse Aft"; - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/mob/living/simple_animal/bot/floorbot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxs" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cxt" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cxu" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cxv" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Warehouse"; - req_one_access_txt = "10;31" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"cxy" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/quartermaster/storage) -"cxz" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - name = "Mining Office"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Cargo Office" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxE" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxI" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxJ" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxK" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxM" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxO" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxQ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxR" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxT" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/paper/guides/cogstation/letter_supp, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxU" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cxV" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cxW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Starboard Quarter Maintenance"; - req_one_access_txt = "12;48" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/quartermaster/office) -"cxX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cxY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cxZ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/button/door{ - id = "MiningConveyorBlastDoor"; - name = "Mining Conveyor Access"; - pixel_x = 8; - pixel_y = -24; - req_one_access_txt = "10;24;48" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cya" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cyb" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cyc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/door/airlock/external/glass{ - name = "Mining Dock"; - req_one_access_txt = "10;24;48" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cye" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cyf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cyg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cyh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Mining Office Maintenance"; - req_one_access_txt = "10;24;48" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/miningoffice) -"cyi" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cyj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cyk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyl" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cym" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyn" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyo" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Aft Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cyp" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cyq" = ( -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Restrooms APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"cyr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cys" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 8; - name = "Robotics Lab APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cyu" = ( -/obj/structure/closet/wardrobe/chemistry_white{ - anchored = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cyv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cyw" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"cyx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cyy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Medbay Lobby" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white/side, -/area/medical/medbay/lobby) -"cyz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cyA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cyB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/sign/poster/official/medical_green_cross{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Departures" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cyE" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cyF" = ( -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cyG" = ( -/obj/machinery/chem_master, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"cyH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyI" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"cyK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cyL" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyM" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cyN" = ( -/obj/machinery/chem_dispenser/apothecary, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"cyO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyR" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyS" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyU" = ( -/obj/machinery/camera{ - c_tag = "Aft Maintenance - Central Starboard"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cyV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"cyW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cyX" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cyY" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"cyZ" = ( -/obj/machinery/computer/arcade, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"cza" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"czb" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/paicard, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"czc" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"czd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cze" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/gateway) -"czg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/mob/living/simple_animal/hostile/retaliate/bat, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"czh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"czi" = ( -/obj/structure/bed, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/landmark/start/chief_medical_officer, -/obj/item/bedsheet/cmo, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"czj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"czk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"czl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Aft Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"czm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czq" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/drinks/coffee, -/obj/item/pen/blue, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czr" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/emergency, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"czu" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"czv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"czw" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"czz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Gateway Chamber"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/gateway) -"czA" = ( -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/obj/item/reagent_containers/food/drinks/coffee, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"czB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"czC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"czE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"czF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"czG" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czH" = ( -/obj/machinery/button/door{ - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"czI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czJ" = ( -/obj/item/beacon, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"czK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"czL" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"czM" = ( -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - name = "Chemistry RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"czN" = ( -/obj/structure/closet/crate/trashcart, -/obj/structure/sign/departments/custodian{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/chapel) -"czO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Waste Disposal"; - req_one_access_txt = "12;50" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"czP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"czQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"czR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/sorting/mail, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/chapel) -"czS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"czT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"czU" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/janitor) -"czV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"czW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"czX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/rust, -/area/maintenance/disposal) -"czY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/janitor) -"czZ" = ( -/obj/effect/landmark/start/janitor, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAa" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/structure/chair/sofa/right, -/obj/item/reagent_containers/food/drinks/bottle/vermouth/empty, -/obj/item/reagent_containers/food/snacks/grown/cannabis{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAb" = ( -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/structure/chair/sofa/left, -/obj/item/storage/box/hug/medical, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAc" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cAd" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAg" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAh" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Custodial Closet"; - req_access_txt = "12;26" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/reagent_containers/pill/floorpill, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/stack/tile/plasteel{ - pixel_x = 10; - pixel_y = 4 - }, -/obj/item/camera, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cAn" = ( -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cAp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cAq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal) -"cAs" = ( -/obj/structure/mopbucket, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/janitor) -"cAt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - name = "Cloning Access"; - req_one_access_txt = "9;45" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cAu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cAv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/medical/medbay/central) -"cAw" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/soap, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 4; - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/machinery/requests_console{ - department = "Custodial Closet"; - name = "Custodial RC"; - pixel_x = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAx" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/landmark/start/janitor, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cAy" = ( -/obj/item/cigbutt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cAA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/closed/wall, -/area/storage/primary) -"cAB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cAD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation Room A"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAE" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/item/caution, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cAG" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAH" = ( -/obj/structure/table, -/obj/item/storage/box/beakers, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cAJ" = ( -/obj/structure/table/wood, -/obj/item/storage/book/bible/booze, -/obj/item/beacon{ - pixel_y = -8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"cAK" = ( -/obj/machinery/computer/med_data, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cAL" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/detectives_office) -"cAM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cAN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cAO" = ( -/obj/effect/landmark/start/detective, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cAP" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes, -/obj/item/lighter{ - pixel_x = -4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -30 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 1 - }, -/obj/item/reagent_containers/food/drinks/bottle/hcider{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cAQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cAR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"cAS" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/gateway) -"cAT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/hallway/primary/aft) -"cAU" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cAV" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cAW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cAX" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cAY" = ( -/obj/machinery/door/airlock{ - name = "Catering"; - req_one_access_txt = "25;28" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"cAZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBa" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cBb" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"cBc" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cBe" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBg" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBi" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cBl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Monitoring"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes{ - name = "Power Monitoring" - }) -"cBm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/rnd/production/techfab/department/engineering, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cBn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBp" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBq" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBr" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"cBs" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"cBt" = ( -/obj/structure/closet/l3closet/scientist, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"cBu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBv" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Central Maintenance"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"cBx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBz" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"cBA" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Aft Hall - Fore"; - pixel_x = 22 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cBB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cBC" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/maintenance/aft/secondary{ - name = "Aft Air Hookup" - }) -"cBD" = ( -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cBE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/central) -"cBG" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cBH" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBJ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/power/apc{ - name = "Engineering Foyer APC"; - pixel_y = -24 - }, -/obj/item/storage/firstaid/regular, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cBK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cBM" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBN" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBO" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBP" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBQ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBR" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBS" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cBT" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cBU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/crew_quarters/bar) -"cBV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cBW" = ( -/obj/structure/sign/plaques/golden{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cBX" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cBY" = ( -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/carpet/green, -/area/crew_quarters/bar) -"cBZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cCa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCb" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/departments/security{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cCc" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical{ - name = "Medical Booth" - }) -"cCe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cCf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Central Maintenance - Fore"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/central) -"cCg" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cCi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Monkey Pen"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cCl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/medical/virology) -"cCm" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCn" = ( -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/port/fore) -"cCo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cCp" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/port/fore) -"cCq" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/hallway/primary/central) -"cCr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cCs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"cCt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Chapel Confessions"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 23 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cCu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"cCv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cCw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"cCx" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCy" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/caution, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation Room B"; - req_access_txt = "39" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cCA" = ( -/obj/machinery/computer/security/wooden_tv, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"cCB" = ( -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/office) -"cCC" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"cCD" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cCE" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/janitor) -"cCF" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "recycler"; - name = "Recycler Conveyor Control" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"cCG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cCH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cCI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cCJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"cCK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Library Access" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/library) -"cCL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cCM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=bridge1"; - location = "router" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cCN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs/left, -/area/hallway/primary/central) -"cCO" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/hand_labeler, -/obj/item/reagent_containers/glass/bottle/formaldehyde, -/obj/item/paper/guides/jobs/medical/morgue, -/obj/item/paper/guides/cogstation/cdn_med{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"cCP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/engineering, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"cCQ" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cCR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cCS" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cCT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/aft) -"cCU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cCV" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plating, -/area/maintenance/department/security) -"cCW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"cCX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/crew_quarters/heads/hos) -"cCY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cCZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDa" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDb" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/glasses/science, -/obj/item/pen, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cDc" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/structure/bedsheetbin, -/obj/item/clothing/glasses/hud/health, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cDd" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cDe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cDf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"cDg" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - id = "DeliveryConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cDh" = ( -/obj/machinery/computer/card/minor/cmo{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/obj/item/paper/guides/cogstation/letter_cmo, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cDi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/closet/crate/solarpanel_small, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"cDj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cDk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/primary/port/fore) -"cDl" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cDm" = ( -/obj/structure/plasticflaps, -/obj/structure/disposalpipe/segment, -/obj/machinery/conveyor{ - dir = 1; - id = "DeliveryConveyer" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cDn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/router/air) -"cDo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/router/air) -"cDp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"cDq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"cDr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/courtroom) -"cDs" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/item/kirbyplants{ - icon_state = "applebush" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"cDt" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/captain) -"cDu" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"cDv" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"cDw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"cDx" = ( -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 24 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 6; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet/blue, -/area/crew_quarters/heads/captain) -"cDy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"cDz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"cDA" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 30 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cDB" = ( -/obj/item/storage/secure/safe{ - pixel_x = -24 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/dresser, -/obj/item/storage/lockbox/medal, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"cDC" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/captain) -"cDD" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 4; - name = "Cargo Security Checkpoint APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cDE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cDF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cDG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cDH" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"cDI" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/gateway) -"cDJ" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cDK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Gateway Chamber"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/engine, -/area/gateway) -"cDL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Apothecary"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cDM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/table/glass, -/obj/item/book/manual/wiki/chemistry, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cDN" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/engine, -/area/gateway) -"cDO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDR" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cDS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cDT" = ( -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/red{ - pixel_x = 3 - }, -/turf/open/floor/plasteel, -/area/gateway) -"cDU" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cDV" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Gateway Atrium"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"cDW" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cDX" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cDY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/crew_quarters/heads/hor) -"cDZ" = ( -/obj/structure/table, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cEa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cEb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hor) -"cEc" = ( -/obj/effect/turf_decal/bot, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Bridge" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEe" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEk" = ( -/obj/machinery/door/firedoor, -/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/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Research Sector"; - req_one_access_txt = "29;47" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEl" = ( -/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/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEm" = ( -/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/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEn" = ( -/obj/machinery/door/firedoor, -/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/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research/glass{ - name = "Research Sector"; - req_one_access_txt = "29;47" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEq" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEr" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEs" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEt" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - name = "Research Sector"; - req_one_access_txt = "29;47" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cEx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEy" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cEz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEA" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cEC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cED" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cEE" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/aft"; - dir = 8; - name = "Aft Maintenance APC"; - pixel_x = -26 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cEF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEG" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cEJ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"cEL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"cEM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cEO" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cEP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/science/robotics/lab) -"cEQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cER" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Locker Room"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cES" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cET" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Locker Room"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cEZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFd" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFe" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFg" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cFh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFi" = ( -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFl" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFm" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFn" = ( -/obj/structure/closet/l3closet, -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFp" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFs" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/item/storage/backpack/duffelbag/med/surgery, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Medbay - Port"; - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 8; - name = "Medbay APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/window/westright{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFz" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/healthanalyzer, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cFA" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 5 - }, -/obj/item/storage/box/syringes{ - pixel_x = -4 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cFB" = ( -/obj/machinery/vending/snack/teal, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"cFD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFF" = ( -/obj/effect/landmark/start/paramedic, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Break Room"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/carpet/blue, -/area/medical/medbay/central) -"cFL" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFN" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/medical/medbay/central) -"cFO" = ( -/obj/structure/closet/crate/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFP" = ( -/obj/structure/table/wood, -/obj/item/modular_computer/laptop/preset/civilian, -/obj/item/reagent_containers/pill/patch/styptic, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet/blue, -/area/medical/medbay/central) -"cFQ" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/carpet/blue, -/area/medical/medbay/central) -"cFR" = ( -/obj/structure/closet/crate/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cFT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cFV" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cFW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"cFX" = ( -/obj/machinery/chem_heater, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"cFY" = ( -/turf/open/floor/plasteel, -/area/router/air) -"cFZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/machinery/button/massdriver{ - id = "airbridge_out"; - pixel_x = -8; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cGa" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cGb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "MedSci Router"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGd" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay Locker Room"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGe" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light, -/obj/item/reagent_containers/blood/OMinus{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = 6 - }, -/obj/item/storage/box/masks{ - pixel_x = -4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGf" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/conveyor{ - dir = 4; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cGg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/conveyor{ - dir = 4; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cGh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/mass_driver{ - dir = 4; - id = "airbridge_in"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/air) -"cGi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGk" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGm" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGn" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/science/research{ - name = "Research Sector" - }) -"cGp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGr" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/research/glass{ - name = "Xenobiology Lab Access"; - req_access_txt = "55" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGu" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/research{ - name = "Research Sector" - }) -"cGv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Xenobiology Lab"; - req_access_txt = "8;55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cGy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cGA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGC" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cGF" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/engine, -/area/science/storage) -"cGG" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/storage"; - dir = 4; - name = "Toxins Storage APC"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/science/storage) -"cGH" = ( -/obj/machinery/camera{ - c_tag = "Toxins Lab - Storage"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/engine, -/area/science/storage) -"cGI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cGJ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/storage) -"cGK" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine, -/area/science/storage) -"cGL" = ( -/obj/structure/table, -/obj/item/extinguisher, -/obj/item/storage/toolbox/mechanical, -/obj/item/wrench, -/obj/item/clothing/mask/gas, -/obj/item/extinguisher{ - pixel_x = -7; - pixel_y = 3 - }, -/turf/open/floor/engine, -/area/science/storage) -"cGM" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/engine, -/area/science/storage) -"cGN" = ( -/obj/structure/closet/l3closet, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cGP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/storage) -"cGQ" = ( -/obj/machinery/door/airlock/research{ - name = "Plasma Canister Storage"; - req_access_txt = "7;8" - }, -/turf/open/floor/engine, -/area/science/storage) -"cGR" = ( -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGT" = ( -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Common)"; - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "5;6" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"cGV" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine, -/area/science/storage) -"cGW" = ( -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/storage) -"cGX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGY" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cGZ" = ( -/turf/open/floor/plating/airless, -/area/science/storage) -"cHa" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab - Plasma Storage"; - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine, -/area/science/storage) -"cHb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHf" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/item/stack/cable_coil/red, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHg" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHh" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cHj" = ( -/obj/structure/table, -/obj/item/storage/hypospraykit/toxin{ - pixel_x = -5 - }, -/obj/item/storage/hypospraykit/fire{ - pixel_x = 5 - }, -/obj/item/clothing/glasses/sunglasses, -/obj/item/clothing/glasses/sunglasses, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cHk" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cHl" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cHm" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cHn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"cHo" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHq" = ( -/obj/structure/closet/firecloset, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHt" = ( -/obj/structure/disposalpipe/junction, -/obj/machinery/light{ - dir = 4; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHu" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Research - Experimentation Hall"; - dir = 8; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHA" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHC" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/explab"; - dir = 4; - name = "Experimentation Lab APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/explab) -"cHE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHG" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHI" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/explab) -"cHJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/explab) -"cHK" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cHL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cHM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cHN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cHO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cHP" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/landmark/start/geneticist, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cHQ" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cHR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_one_access_txt = "9;45" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"cHS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cHT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/rust, -/area/medical/morgue) -"cHU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cHV" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cHW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/turf/open/floor/plasteel, -/area/medical/chemistry) -"cHX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cHY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cHZ" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - name = "Airbridge Router" - }, -/turf/open/floor/plating, -/area/router/air) -"cIa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cIb" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/storage/firstaid/radbgone, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cId" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cIe" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cIf" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cIg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIh" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cIi" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/conveyor{ - dir = 4; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cIj" = ( -/obj/structure/chair, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIm" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/geneticist, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIn" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cIo" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Genetics Lab Maintenance"; - req_access_txt = "9" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"cIp" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cIq" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner/east, -/obj/machinery/conveyor{ - dir = 1; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cIr" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -28; - pixel_y = -4 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cIs" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cIt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cIu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cIv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Aft Hall"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/kirbyplants/photosynthetic, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cID" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - light_color = "#cee5d2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIH" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cII" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIJ" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIK" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIL" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Engineering Sector" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIQ" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIU" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=evac"; - location = "eng1" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cIZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJb" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cJf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"cJh" = ( -/obj/structure/table, -/obj/structure/bedsheetbin/towel, -/obj/machinery/camera{ - c_tag = "Aft Restrooms"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"cJi" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 1; - locked = 0; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cJj" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cJk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cJl" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Engine Room - Starboard Quarter"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJm" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJn" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJo" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"cJp" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJr" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 5 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJs" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJt" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJv" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Router"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJx" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ - dir = 1 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cJy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cJz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "DeliveryConveyor" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"cJA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJC" = ( -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cJD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cJE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cJF" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/closed/wall/r_wall, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table, -/obj/machinery/light/small, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/gravity_generator"; - dir = 4; - name = "Gravity Generator APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"cJH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cJI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"cJJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJN" = ( -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/engine/supermatter{ - name = "Thermo-Electric Generator" - }) -"cJP" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"cJR" = ( -/obj/machinery/door/airlock/engineering{ - name = "Canister Storage"; - req_one_access_txt = "10;24" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cJS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cJT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cJU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cJV" = ( -/obj/structure/plasticflaps, -/obj/machinery/door/poddoor{ - id = "DeliveryDoor"; - name = "Delivery Door" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/conveyor{ - dir = 8; - id = "DeliveryConveyor" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cJW" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJY" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"cJZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cKa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cKb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cKc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Canister Storage"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/storage{ - name = "Canister Storage" - }) -"cKd" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "DeliveryConveyor" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"cKe" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/public/glass{ - name = "Airbridge Router" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cKf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cKg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/engivend, -/turf/open/floor/plasteel, -/area/storage/primary) -"cKh" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cKi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/door/airlock/medical{ - name = "Apothecary"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/medbay/central) -"cKj" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/paper/guides/cogstation/letter_cmo, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cKk" = ( -/obj/structure/chair/office/light{ - dir = 1; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/medical_doctor, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cKl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/lobby) -"cKm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/stairs, -/area/medical/medbay/central) -"cKn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cKo" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cKp" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cKq" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/medical/morgue) -"cKr" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cKs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cKt" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cKu" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cKv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cKw" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"cKx" = ( -/obj/structure/grille, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/xenobiology) -"cKy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"cKz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKA" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cKC" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/landmark/start/chief_medical_officer, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cKD" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cKE" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"cKF" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cKG" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/wardrobe/yellow, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cKH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cKI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cKJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cKK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"cKL" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cKM" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cKN" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/signaler{ - pixel_x = -4 - }, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"cKO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cKP" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/sign/departments/custodian{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cKQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"cKR" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"cKS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"cKT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cKU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cKV" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cKW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cKX" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cKY" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cKZ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) -"cLa" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space/basic, -/area/space/nearstation) -"cLb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"cLc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"cLd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLe" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"cLf" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"cLg" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/obj/structure/extinguisher_cabinet{ - pixel_y = 29 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLh" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLi" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLj" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/engine/atmos) -"cLk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "CO2 Outlet Pump" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/engine/atmos) -"cLl" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLm" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cLn" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/clothing/under/misc/overalls, -/turf/open/floor/plasteel, -/area/storage/primary) -"cLo" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLq" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/storage/primary) -"cLs" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLt" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cLu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cLv" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cLw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cLx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cLy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cLz" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/engineering_personal, -/obj/item/clothing/under/misc/overalls, -/turf/open/floor/plasteel, -/area/storage/primary) -"cLA" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Virology - Starboard"; - dir = 8; - pixel_y = -22 - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/virology"; - dir = 4; - name = "Virology Lab APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLB" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/router/air) -"cLC" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/camera{ - c_tag = "Virology - Port"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLD" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLE" = ( -/obj/structure/closet/crate/medical, -/turf/open/floor/plasteel, -/area/router/air) -"cLF" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLH" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLI" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLJ" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/wirecutters, -/turf/open/floor/plasteel, -/area/router/air) -"cLK" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/conveyor{ - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cLL" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLN" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLO" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/conveyor{ - dir = 8; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cLP" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/item/storage/box/syringes, -/obj/item/hand_labeler, -/obj/item/radio/headset/headset_med, -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1485; - listening = 0; - name = "Station Intercom (Medical)"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cLQ" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - dir = 8; - id = "airbridge_off" - }, -/obj/machinery/door/poddoor{ - name = "Airbridge Router" - }, -/turf/open/floor/plating, -/area/router/air) -"cLR" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/mass_driver{ - dir = 8; - id = "workshop_in"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cLS" = ( -/obj/machinery/light, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"cLT" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/medical/virology) -"cLU" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1; - frequency = 1441; - id = "inc_in" - }, -/turf/open/floor/plating/airless, -/area/medical/virology) -"cLV" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLW" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#c1caff" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cLX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cLY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cLZ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cMa" = ( -/obj/machinery/light/small{ - dir = 1; - light_color = "#ffc1c1" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cMb" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMd" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "N2 to Airmix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMe" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"cMg" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMi" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cMk" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMl" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMm" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMn" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "N2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cMq" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMr" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMs" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMt" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cMu" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cMv" = ( -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = -24; - pixel_y = 8 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = -40; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMw" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMy" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Nitrogen Outlet" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMz" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "Atmospherics - Starboard Aft"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMA" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMB" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "O2 to Airmix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cMD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"cME" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"cMF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Air to Pure" - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"cMG" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cMH" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"cML" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cMM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cMN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cMO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cMP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"cMQ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cMR" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cMS" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/space/basic, -/area/space/nearstation) -"cMT" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cMU" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 8; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cMV" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "workshop_off" - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cMW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/vending/tool, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cMX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/multitool{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/multitool{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/item/multitool, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cMY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Engineering - Workshop"; - dir = 1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/item/t_scanner, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cMZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/chair, -/obj/effect/landmark/start/station_engineer, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/chair, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/table, -/obj/item/storage/toolbox/electrical, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/red, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/closet/crate/engineering, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - name = "Station Intercom (Common)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/vending/assist, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/public/glass{ - name = "Airbridge Router" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cNi" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cNj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cNk" = ( -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/router/air) -"cNl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/router/air) -"cNm" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cNn" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "airbridge_off" - }, -/turf/open/floor/plating, -/area/router/air) -"cNo" = ( -/turf/closed/wall/rust, -/area/engine/workshop) -"cNp" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - name = "Workshop Desk"; - req_access_txt = "11" - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southright{ - name = "Workshop Desk"; - req_access_txt = "11" - }, -/obj/item/folder/yellow, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/workshop) -"cNs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/workshop) -"cNt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/engine/workshop) -"cNu" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Workshop"; - req_access_txt = "11" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/workshop) -"cNv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/closed/wall, -/area/engine/workshop) -"cNw" = ( -/turf/closed/wall/r_wall, -/area/router/air) -"cNx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cNy" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/miningdock/airless) -"cNz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningdock/airless) -"cNA" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"cNB" = ( -/turf/open/floor/plating, -/area/quartermaster/miningdock/airless) -"cND" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningoffice) -"cNE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNF" = ( -/obj/item/shovel, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNI" = ( -/turf/open/floor/plating/airless, -/area/router/aux) -"cNJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Medbay - Starboard"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cNK" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/teg_hot) -"cNL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/engine/teg_cold) -"cNM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/circuitboard/machine, -/obj/item/circuitboard/machine, -/obj/item/circuitboard/machine, -/obj/item/circuitboard/machine, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNN" = ( -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/frame/computer{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock/airless) -"cNQ" = ( -/obj/structure/sign/warning{ - name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" - }, -/turf/closed/wall/r_wall, -/area/router/aux) -"cNR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNS" = ( -/obj/machinery/power/apc{ - name = "Mining Dock APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNU" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/plasteel/fifty, -/turf/open/floor/plating, -/area/quartermaster/miningdock/airless) -"cNV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cNW" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "Supply - Mining Exterior"; - dir = 4 - }, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cNX" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cNY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external/glass{ - name = "Refinery"; - req_access_txt = "48" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cNZ" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Refinery"; - req_access_txt = "48" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock/airless) -"cOa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOc" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "Supply - Refinery Exterior"; - pixel_x = 22 - }, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOd" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/medical/medbay/lobby) -"cOe" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOh" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOi" = ( -/obj/machinery/conveyor_switch{ - id = "MiningConveyer" - }, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOj" = ( -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOk" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOl" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/miningdock/airless/no_grav) -"cOm" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "MiningConveyer" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/quartermaster/miningdock/airless/no_grav) -"cOn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOo" = ( -/obj/structure/table, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOq" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cOr" = ( -/obj/machinery/light/small, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOs" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOt" = ( -/obj/structure/closet/crate, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOu" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOv" = ( -/obj/item/storage/toolbox/emergency, -/obj/structure/table, -/turf/open/floor/plating/airless, -/area/quartermaster/miningdock/airless/no_grav) -"cOw" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"cOx" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/router/medsci"; - dir = 1; - name = "MedSci Router APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/router/medsci) -"cOy" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/router/medsci) -"cOz" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/router/medsci) -"cOA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOD" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"cOE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOF" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/router/medsci) -"cOH" = ( -/obj/machinery/computer/cargo/request{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOI" = ( -/turf/closed/wall/r_wall, -/area/router/medsci) -"cOJ" = ( -/obj/machinery/conveyor{ - id = "medsci_off" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOK" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/item/destTagger, -/obj/machinery/light, -/obj/machinery/button/massdriver{ - id = "medsci_out"; - pixel_x = -8; - pixel_y = 8 - }, -/obj/machinery/requests_console{ - department = "MedSci Router"; - name = "MedSci Router RC"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOL" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "medsci_off" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOM" = ( -/turf/closed/wall/r_wall, -/area/janitor/aux) -"cON" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Auxiliary Custodial Closet"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plating, -/area/janitor/aux) -"cOO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/janitor/aux) -"cOP" = ( -/obj/machinery/mass_driver{ - id = "medsci_out"; - name = "Router Driver" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOQ" = ( -/obj/structure/reagent_dispensers/watertank, -/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/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/janitor/aux"; - dir = 1; - name = "Auxiliary Custodial Closet APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOS" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/storage/box/lights/mixed, -/obj/item/light/tube, -/obj/item/radio/off, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOT" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - name = "MedSci Router" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOU" = ( -/obj/structure/plasticflaps, -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - name = "MedSci Router" - }, -/obj/machinery/conveyor{ - dir = 1; - id = "medsci_off" - }, -/turf/open/floor/plating, -/area/router/medsci) -"cOV" = ( -/obj/structure/closet/crate, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/storage/box/mousetraps, -/obj/item/reagent_containers/glass/bucket, -/obj/item/mop, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOW" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOX" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/modular_computer/laptop/preset/civilian, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cOY" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/janitor/aux) -"cOZ" = ( -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Custodial Closet - Auxiliary"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cPa" = ( -/obj/structure/mopbucket, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cPb" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor/aux) -"cPc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cPd" = ( -/obj/machinery/conveyor{ - id = "sq_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPe" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "sq_out"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPf" = ( -/obj/machinery/conveyor/auto, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPg" = ( -/obj/machinery/mass_driver{ - dir = 1; - id = "medsci_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPh" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "sq_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPi" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "viro_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPj" = ( -/obj/machinery/conveyor{ - dir = 9; - id = "viro_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPk" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "viro_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPl" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "viro_in"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPm" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "sq_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPn" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "sq_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPo" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "viro_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPp" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "viro_out"; - name = "Router Driver" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPq" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "sq_off" - }, -/turf/open/floor/plating/airless, -/area/router/aux) -"cPr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hydroponics/lobby) -"cPs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/bridge) -"cPt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/customs) -"cPu" = ( -/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"cPw" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/mechbay) -"cPx" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/sign/poster/contraband/lusty_xenomorph{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cPz" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cPA" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/structure/transit_tube/horizontal, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cPB" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/transit_tube/crossing/horizontal, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"cPC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cPD" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cPE" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cPF" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cPG" = ( -/obj/structure/lattice, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Supply - Warehouse Exterior"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/space/basic, -/area/space/nearstation) -"cPH" = ( -/obj/machinery/conveyor_switch{ - id = "EngiCargoConveyer" - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - dir = 8; - name = "Delivery Office APC"; - pixel_x = -26 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"cPI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Foyer"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Engineering Foyer"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Access"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPL" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Access"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPM" = ( -/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/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - name = "Security RC"; - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"cPN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cPO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cPP" = ( -/obj/effect/landmark/start/paramedic, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cPQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 8; - name = "Genetics Lab APC"; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cPR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cPS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "CMO's Office"; - req_access_txt = "40" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"cPT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"cPU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cPV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cPW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cPX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cPY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cPZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQc" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQe" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio2"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQg" = ( -/obj/machinery/door/window/westright{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQh" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQj" = ( -/obj/machinery/door/window/eastleft{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQl" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio1"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQm" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQq" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQr" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/button/door{ - id = "xenobio4"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQs" = ( -/obj/machinery/door/window/westright{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQu" = ( -/obj/machinery/door/window/eastleft{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio4"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQv" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/button/door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - light_color = "#e8eaff" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQx" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/button/door{ - id = "xenobio6"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQy" = ( -/obj/machinery/door/window/westright{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio5"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQB" = ( -/obj/machinery/door/window/eastleft{ - name = "Containment Pen"; - req_one_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQC" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/button/door{ - id = "xenobio5"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"cQH" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQI" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cQJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQM" = ( -/obj/machinery/door/window/southright{ - name = "Secure Xenobiological Containment"; - req_one_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"cQN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"cQQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"cQT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"cQU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"cQV" = ( -/obj/item/kirbyplants{ - icon_state = "plant-02" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQW" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/machinery/camera{ - c_tag = "Bridge - Port Quarter"; - dir = 1 - }, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQX" = ( -/obj/machinery/photocopier, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQY" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cQZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cRa" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "MiningConveyer" - }, -/obj/machinery/door/poddoor{ - id = "MiningConveyorBlastDoor"; - name = "Asteroid Mining Load Door" - }, -/turf/open/floor/plating/airless, -/area/quartermaster/miningoffice) -"cRb" = ( -/obj/machinery/computer/cloning, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/obj/item/paper/guides/jobs/medical/cloning{ - pixel_x = -4 - }, -/obj/item/paper/fluff/cogstation/cloner{ - pixel_x = 6 - }, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"cRc" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/door/airlock/research{ - name = "Aft Observatory"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cRd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/door/airlock/research{ - name = "Aft Observatory"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab{ - name = "Research Observatory" - }) -"cRe" = ( -/obj/machinery/computer/upload/ai{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai) -"cRf" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/flasher{ - id = "ID"; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cRg" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"cRh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/turretid{ - control_area = "/area/science/server"; - icon_state = "control_stun"; - name = "Computer Core turret control"; - pixel_x = -3; - pixel_y = -23; - req_access_txt = "65" - }, -/turf/open/floor/plasteel, -/area/science/server{ - name = "Computer Core" - }) -"cRi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side, -/area/science/robotics/lab) -"cRj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 6 - }, -/area/science/robotics/lab) -"cRk" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_y = 3; - pixel_x = 4 - }, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/machinery/button/door{ - id = "robotics3"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cRl" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cRm" = ( -/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/red{ - dir = 1 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/red/full, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = -32 - }, -/obj/machinery/disposal/bin{ - name = "Corpse Disposal Unit" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/zone2{ - name = "Medbay Treatment Center" - }) -"cRn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cRo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cRp" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"cRq" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cRr" = ( -/obj/machinery/droneDispenser, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/effect/turf_decal/stripes/line{ - dir = 5; - layer = 2.03 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"cVq" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cVO" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dpO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dVR" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dYm" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/storage) -"eCy" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eIh" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "N2O Outlet Pump" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"eKM" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eTZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eUF" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"fgS" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "Plasma Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fkx" = ( -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"frb" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"fti" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fui" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space) -"fuE" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) -"fuR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 30 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"fIw" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"guK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space/basic, -/area/space) -"gDY" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Fuel Pipe to Incinerator" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gGG" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"gVV" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine, -/area/science/storage) -"hcR" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/bridge) -"hiV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"hlo" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hlV" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"hDz" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hFa" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/science/storage) -"hKC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hMZ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Pure to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hXk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering{ - name = "Engine Room" - }) -"ifC" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/manifold/orange/visible, -/turf/open/space/basic, -/area/space/nearstation) -"iAW" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iQY" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jiZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"jml" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jon" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jyu" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"jMO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"jXo" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"kxw" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/turf/open/space/basic, -/area/space) -"kzb" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/bridge) -"kOG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Engine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lcD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Air to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lRy" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mkx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"mqB" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mxW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"mBP" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/science/mixing) -"mEa" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mIm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - light_color = "#cee5d2" - }, -/turf/open/floor/engine, -/area/science/storage) -"mIT" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/turf/open/space/basic, -/area/space/nearstation) -"mKP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"mNN" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ntC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Fuel Pipe" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nvn" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nAF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nBM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"nEX" = ( -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nLV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"ony" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"opd" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) -"oMB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/engine/atmos) -"pgu" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space/basic, -/area/space/nearstation) -"prx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qeq" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"qgO" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qlJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/turf/open/space/basic, -/area/space/nearstation) -"qvB" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qHL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"qWY" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste In" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rdF" = ( -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rTW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) -"rUl" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sdp" = ( -/obj/structure/reagent_dispensers/foamtank, -/turf/open/floor/engine, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"sHB" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sRD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sVC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible, -/turf/open/space/basic, -/area/space/nearstation) -"tjb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/engine/engineering{ - name = "Engine Room" - }) -"tpQ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/turf/open/space/basic, -/area/space/nearstation) -"tuF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"tyI" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"tXV" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tZj" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tZC" = ( -/obj/machinery/atmospherics/pipe/manifold4w/orange/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"urj" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 8; - icon_state = "intact" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uwK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/secure_construction{ - name = "Engineering Construction Area" - }) -"uAY" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uVD" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vcb" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vsO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"vxU" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wbu" = ( -/obj/machinery/atmospherics/pipe/simple/violet/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"wPS" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/violet/visible{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"wWH" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xcO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 0; - name = "Mix Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xjk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xkC" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xoj" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xxP" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"xCy" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xKr" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) +"aaa" = (/turf/open/space/basic,/area/space) +"aab" = (/obj/structure/sign/poster/official/anniversary_vintage_reprint,/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) +"aac" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/closed/wall/r_wall,/area/maintenance/fore) +"aad" = (/turf/open/floor/engine{name = "Holodeck Projector Floor"},/area/holodeck/rec_center) +"aae" = (/obj/docking_port/stationary{dir = 2; dwidth = 4; height = 12; id = "arrivals_stationary"; name = "cog arrivals"; roundstart_template = /datum/map_template/shuttle/arrival/cog; width = 9},/turf/open/space/basic,/area/space) +"aaf" = (/turf/closed/wall,/area/science/test_area) +"aag" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/secondary/entry) +"aah" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "2-4"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) +"aai" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall/rust,/area/maintenance/fore) +"aaj" = (/turf/closed/wall/r_wall,/area/maintenance/port/fore) +"aak" = (/obj/machinery/conveyor/auto{id = "pb"},/turf/open/floor/plating/airless,/area/router/aux) +"aal" = (/turf/closed/wall,/area/maintenance/port/fore) +"aam" = (/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) +"aan" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/ai_monitored/security/armory) +"aao" = (/obj/machinery/power/solar{id = "forestarboard"; name = "Fore-Starboard Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) +"aap" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/fore) +"aaq" = (/obj/structure/rack,/obj/item/storage/toolbox/emergency,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) +"aar" = (/obj/machinery/conveyor/auto{dir = 8; id = "pb"},/turf/open/floor/plating/airless,/area/router/aux) +"aas" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating/airless,/area/space/nearstation) +"aat" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/observatory"; dir = 1; name = "Observatory APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/port/fore) +"aau" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/fore"; dir = 8; name = "Port Bow Maintenance APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/port/fore) +"aav" = (/obj/machinery/conveyor/auto{dir = 8; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) +"aaw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/test_area) +"aax" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/entry) +"aay" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "2-8"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) +"aaz" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/ai_monitored/security/armory) +"aaA" = (/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) +"aaB" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/kitchen/backroom"; dir = 1; name = "Kitchen Coldroom APC"; pixel_y = 24},/turf/open/floor/plating,/area/hallway/secondary/service) +"aaC" = (/obj/structure/closet/secure_closet/lethalshots,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/item/storage/box/firingpins,/obj/item/storage/box/firingpins,/obj/effect/spawner/lootdrop/armory_contraband/metastation,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"aaD" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"aaE" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera{c_tag = "Port Bow Maintenance - Fore"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/port/fore) +"aaF" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"aaG" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/stairs/left,/area/security/brig) +"aaH" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/camera/motion{c_tag = "Armory Motion Sensor"; pixel_x = 22},/obj/structure/rack,/obj/item/gun/energy/e_gun{pixel_y = -6},/obj/item/gun/energy/e_gun{pixel_y = -3},/obj/item/gun/energy/e_gun,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"aaI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) +"aaJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"aaK" = (/obj/machinery/power/solar{id = "foreport"; name = "Fore-Port Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port) +"aaL" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/port) +"aaM" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/port) +"aaN" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/security/brig) +"aaO" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/starboard/fore) +"aaP" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) +"aaQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"aaR" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aaS" = (/turf/open/floor/plasteel,/area/security/brig) +"aaT" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/starboard/fore) +"aaU" = (/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"aaV" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/starboard/fore) +"aaW" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) +"aaX" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aaY" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 21},/turf/open/floor/plating/airless,/area/router/aux) +"aaZ" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aba" = (/obj/machinery/door/airlock/external{name = "Arrival Shuttle Airlock"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abb" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abc" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-4"},/turf/open/space/basic,/area/solar/starboard/fore) +"abd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/fore) +"abe" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/starboard/fore) +"abf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/fore) +"abg" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abh" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/port) +"abi" = (/obj/machinery/power/solar{id = "foreport"; name = "Fore-Port Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port) +"abj" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) +"abk" = (/obj/structure/closet/crate/secure/gear{name = "Grenade Crate"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/storage/box/flashbangs{pixel_x = 3; pixel_y = 2},/obj/item/storage/box/teargas{pixel_x = 3; pixel_y = -3},/obj/item/grenade/barrier,/obj/item/grenade/barrier,/obj/item/grenade/barrier,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abl" = (/obj/machinery/airalarm{pixel_y = 24},/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},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"abm" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"abn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/rack,/obj/item/gun/ballistic/shotgun/riot{pixel_y = 6},/obj/item/gun/ballistic/shotgun/riot,/obj/item/gun/ballistic/shotgun/riot{pixel_y = -6},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abp" = (/turf/closed/wall/r_wall,/area/space/nearstation) +"abq" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 4},/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},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abr" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"abs" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abt" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abu" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abv" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/fore) +"abw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/rack,/obj/item/clothing/suit/armor/bulletproof{pixel_x = -3; pixel_y = 3},/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/suit/armor/bulletproof{pixel_x = 3; pixel_y = -3},/obj/item/clothing/head/helmet/alt{layer = 3.00001; pixel_x = -3; pixel_y = 3},/obj/item/clothing/head/helmet/alt{layer = 3.00001},/obj/item/clothing/head/helmet/alt{layer = 3.00001; pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abx" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port) +"aby" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/space/nearstation) +"abz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/fore) +"abA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"abB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/closed/wall,/area/crew_quarters/theatre/clown) +"abC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/closed/wall,/area/crew_quarters/theatre/clown) +"abD" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) +"abE" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"abF" = (/obj/machinery/mass_driver{dir = 8; id = "sb_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"abG" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/table,/obj/item/storage/box/trackimp{pixel_x = 4},/obj/item/storage/box/chemimp{pixel_x = -4},/obj/item/storage/lockbox/loyalty,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abH" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) +"abI" = (/obj/structure/table,/obj/structure/mirror{icon_state = "mirror_broke"; pixel_x = -24},/obj/item/storage/briefcase,/obj/item/circuitboard/machine/vending/donksofttoyvendor,/obj/item/storage/pill_bottle/happy,/obj/effect/decal/cleanable/dirt,/obj/item/paper/fluff/cogstation/cluwne,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"abJ" = (/obj/machinery/conveyor{dir = 8; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"abK" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abL" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"abM" = (/turf/closed/wall/r_wall,/area/router/aux) +"abN" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) +"abO" = (/obj/structure/chair/comfy/brown,/obj/item/beacon,/turf/open/floor/carpet/royalblue,/area/bridge) +"abP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/rack,/obj/item/gun/energy/ionrifle{pixel_y = 4},/obj/item/gun/energy/temperature/security{pixel_y = -4},/obj/item/clothing/suit/armor/laserproof,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"abQ" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/fore) +"abR" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) +"abS" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) +"abT" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/dorms/purple"; name = "Crew Quarters A APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) +"abU" = (/obj/machinery/space_heater,/obj/machinery/power/apc{areastring = "/area/crew_quarters/dorms/blue"; name = "Crew Quarters B APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/fore) +"abV" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/router/aux) +"abW" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/router/aux) +"abX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/checkpoint) +"abY" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) +"abZ" = (/obj/machinery/conveyor{dir = 1; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"aca" = (/obj/machinery/conveyor{dir = 5; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acb" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall,/area/maintenance/fore) +"acc" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/door/poddoor/preopen{id = "solitarylock"; name = "Brig Lockdown"},/turf/open/floor/plating,/area/security/brig) +"acd" = (/obj/machinery/button/door{id = "armory"; name = "Armory Blast Door Control"; pixel_x = -28; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"ace" = (/obj/machinery/conveyor{dir = 4; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acf" = (/obj/machinery/mass_driver{dir = 4; id = "pb_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"acg" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"ach" = (/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"aci" = (/turf/closed/wall,/area/medical{name = "Medical Booth"}) +"acj" = (/obj/machinery/conveyor{dir = 4; id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) +"ack" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/rack,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/obj/item/shield/riot{pixel_x = -6},/obj/item/shield/riot{pixel_x = -6},/obj/item/shield/riot{pixel_x = -6},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"acl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Armory"; req_one_access_txt = "3"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"acm" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) +"acn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore) +"aco" = (/turf/open/floor/plating,/area/maintenance/port/fore) +"acp" = (/turf/open/floor/plating/airless,/area/science/test_area) +"acq" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acr" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 7},/turf/open/floor/plating/airless,/area/router/aux) +"acs" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"act" = (/turf/closed/wall/r_wall,/area/maintenance/fore) +"acu" = (/obj/structure/table,/obj/machinery/light,/obj/machinery/recharger,/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 6},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 4},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 2},/obj/item/electropack{pixel_x = -10},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"acv" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/solar/starboard/fore) +"acw" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/fore) +"acx" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) +"acy" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/gun/energy/e_gun/advtaser{pixel_y = 6},/obj/item/gun/energy/e_gun/advtaser,/obj/item/gun/energy/e_gun/advtaser{pixel_y = -6},/obj/structure/rack,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) +"acz" = (/obj/machinery/mass_driver{dir = 4; id = "sb_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"acA" = (/obj/machinery/conveyor{dir = 4; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acB" = (/obj/machinery/conveyor{dir = 6; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acC" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor{id = "armory"; name = "Armory"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"acD" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) +"acE" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/fore) +"acF" = (/turf/closed/wall,/area/crew_quarters/lounge) +"acG" = (/obj/machinery/conveyor{dir = 1; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acH" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"acI" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"acJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) +"acK" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical{name = "Medical Booth"}) +"acL" = (/obj/machinery/door/poddoor{id = "executionspaceblast"},/turf/open/floor/plating,/area/maintenance/port/fore) +"acM" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"acN" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"acO" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) +"acP" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/fore) +"acQ" = (/turf/closed/wall,/area/crew_quarters/theatre/clown) +"acR" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) +"acS" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/fore) +"acT" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/civilian,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"acU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera{c_tag = "Armory Access"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) +"acV" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/washing_machine,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"acW" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/deliveryChute,/turf/open/floor/plating/airless,/area/router/aux) +"acX" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore) +"acY" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"acZ" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"ada" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/ai_monitored/security/armory) +"adb" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/brig) +"adc" = (/obj/machinery/conveyor{id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) +"add" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/crew_quarters/observatory) +"ade" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/closed/wall/r_wall,/area/maintenance/fore) +"adf" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/observatory) +"adg" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"adh" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/crew_quarters/observatory) +"adi" = (/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"adj" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/observatory) +"adk" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) +"adl" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"adm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) +"adn" = (/obj/structure/sign/nanotrasen,/turf/closed/wall/r_wall,/area/hallway/secondary/entry) +"ado" = (/obj/machinery/power/solar{id = "forestarboard"; name = "Fore-Starboard Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) +"adp" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/tcommsat/computer) +"adq" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry) +"adr" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"ads" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"adt" = (/turf/open/floor/plating,/area/maintenance/fore) +"adu" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"adv" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/fore) +"adw" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/conveyor/auto{dir = 1; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) +"adx" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) +"ady" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating/airless,/area/solar/starboard/fore) +"adz" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"adA" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"adB" = (/obj/structure/sign/poster/official/enlist{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"adC" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/crew_quarters/observatory) +"adD" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/vending/security,/turf/open/floor/plasteel,/area/security/brig) +"adE" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/machinery/syndicatebomb/training,/turf/open/floor/plasteel,/area/security/brig) +"adF" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"adG" = (/obj/machinery/mass_driver{id = "serv_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"adH" = (/obj/machinery/conveyor/auto{dir = 1; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) +"adI" = (/obj/machinery/disposal/bin{name = "Service Delivery"},/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hydroponics) +"adJ" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/closet,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"adK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/medium,/area/security/brig) +"adL" = (/obj/machinery/mass_driver{id = "starboard_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"adM" = (/turf/closed/wall,/area/crew_quarters/observatory) +"adN" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"adO" = (/obj/structure/noticeboard{dir = 4; pixel_x = -27},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"adP" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"adQ" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"adR" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/storage/box/beakers,/obj/item/hand_labeler,/obj/item/folder/white{pixel_x = -6; pixel_y = 4},/obj/item/stamp/denied{pixel_x = 8; pixel_y = 8},/obj/item/stamp,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"adS" = (/turf/closed/wall,/area/construction) +"adT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/construction) +"adU" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/fore) +"adV" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/fore"; dir = 1; name = "Starboard Bow Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"adW" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/right,/area/security/brig) +"adX" = (/obj/structure/chair/comfy/black{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"adY" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"adZ" = (/turf/open/floor/plating,/area/tcommsat/computer) +"aea" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"aeb" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/brig) +"aec" = (/turf/closed/wall/r_wall,/area/construction) +"aed" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aee" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/port) +"aef" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) +"aeg" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-8"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) +"aeh" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/brig) +"aei" = (/obj/machinery/light,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/hallway/secondary/entry"; dir = 8; name = "Arrival Shuttle Hallway APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aej" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/plating/airless,/area/engine/engineering{name = "Engine Room"}) +"aek" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ael" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"aem" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aen" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/fore) +"aeo" = (/obj/effect/decal/cleanable/dirt,/obj/item/circuitboard/machine/sleeper,/obj/structure/frame/machine,/turf/open/floor/plasteel,/area/construction) +"aep" = (/obj/machinery/firealarm{dir = 4; pixel_x = -24},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aer" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aes" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/chair{dir = 1},/obj/structure/sign/poster/official/random{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aet" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aeu" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aev" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/maintenance/fore) +"aew" = (/turf/closed/wall/r_wall,/area/security/prison) +"aex" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/table,/obj/item/storage/hypospraykit/regular,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aey" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aez" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeA" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeB" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/toilet/fitness"; name = "Fitness Toilets APC"; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/fore) +"aeC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeD" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) +"aeE" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass,/turf/open/floor/plasteel,/area/construction) +"aeF" = (/obj/structure/table,/obj/item/assembly/infra,/obj/item/assembly/voice{pixel_x = 4; pixel_y = 12},/obj/item/assembly/health{pixel_x = -6; pixel_y = 4},/obj/item/assembly/prox_sensor{pixel_x = 4; pixel_y = -2},/turf/open/floor/plating,/area/construction) +"aeG" = (/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 6},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/construction"; dir = 1; name = "Construction Area APC"; pixel_y = 24},/turf/open/floor/plating,/area/construction) +"aeH" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) +"aeI" = (/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"aeJ" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/security/prison) +"aeK" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"aeL" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aeM" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aeN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Router"; req_one_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aeO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) +"aeP" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/solar/starboard/fore) +"aeQ" = (/obj/structure/closet/secure_closet/brig,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aeR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeS" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aeT" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aeU" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aeV" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aeW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "12"},/turf/open/floor/plasteel,/area/construction) +"aeX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/fore) +"aeY" = (/turf/closed/wall,/area/crew_quarters/toilet/fitness) +"aeZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/crew_quarters/kitchen) +"afa" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/kitchen) +"afb" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afc" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afd" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"afe" = (/obj/machinery/door/airlock,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aff" = (/turf/closed/wall,/area/crew_quarters/fitness) +"afg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/fore) +"afh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/starboard/fore; dir = 4; name = "Starboard Bow Solars APC"; pixel_x = 28},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"afi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/fore) +"afj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afk" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afl" = (/obj/effect/landmark/secequipment,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"afm" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) +"afn" = (/obj/machinery/biogenerator,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"afo" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/landmark/start/mime,/obj/machinery/power/apc{areastring = "/area/crew_quarters/theatre/mime"; dir = 4; name = "Mime's Office APC"; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) +"afp" = (/turf/open/floor/plating,/area/construction) +"afq" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"afr" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper_bin,/obj/item/pen,/obj/item/camera{pixel_y = -8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"afs" = (/obj/machinery/flasher{id = "executionflash"; pixel_x = -25},/obj/structure/chair/e_chair,/obj/effect/decal/cleanable/ash{pixel_y = -8},/turf/open/floor/plating,/area/maintenance/port/fore) +"aft" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"afu" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afv" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/fore) +"afx" = (/obj/machinery/computer/holodeck{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afy" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afA" = (/turf/open/floor/plating,/area/maintenance/starboard/fore) +"afB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) +"afD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/maintenance/port/fore) +"afE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/theatre/clown) +"afF" = (/obj/machinery/sparker{id = "executionburn"; pixel_x = 25},/turf/open/floor/plating,/area/maintenance/port/fore) +"afG" = (/obj/structure/sink{pixel_y = 28},/obj/item/paper/guides/jobs/hydroponics,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"afH" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/mask/gas/sechailer,/obj/item/clothing/mask/gas/sechailer,/obj/item/clothing/mask/gas/sechailer,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/warden) +"afI" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afJ" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/plant_analyzer,/obj/item/cultivator,/obj/item/reagent_containers/glass/bucket,/obj/item/reagent_containers/glass/bucket,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"afK" = (/turf/closed/wall,/area/crew_quarters/kitchen) +"afL" = (/obj/machinery/door/airlock,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afM" = (/obj/structure/closet/crate/internals,/obj/machinery/camera{c_tag = "Construction Area"; pixel_x = 22},/obj/item/flashlight,/obj/item/clothing/suit/hazardvest,/obj/item/tank/internals/emergency_oxygen/engi,/turf/open/floor/plating,/area/construction) +"afN" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/washing_machine,/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) +"afP" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"afR" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/table/reinforced,/obj/item/paicard,/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"afS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"afT" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"afU" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/entry) +"afV" = (/obj/structure/closet/crate,/obj/machinery/light{dir = 1},/obj/item/clothing/gloves/color/white,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/structure/sign/poster/contraband/red_rum{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"afW" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/fore) +"afX" = (/obj/item/cigbutt,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/camera{c_tag = "Port Bow Maintenance - Aft"; dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) +"afY" = (/obj/item/seeds/carrot,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"afZ" = (/obj/machinery/disposal/bin{name = "Brig Catering"},/obj/effect/turf_decal/stripes/line{dir = 5; layer = 2.03},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/kitchen) +"aga" = (/obj/structure/table,/obj/item/paper/fluff/holodeck/disclaimer,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agb" = (/obj/structure/table,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"agd" = (/obj/structure/fans/tiny/invisible,/obj/docking_port/stationary{dwidth = 1; height = 4; name = "escape pod loader"; roundstart_template = /datum/map_template/shuttle/escape_pod/default; width = 3},/turf/open/space/basic,/area/space) +"age" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"agf" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore) +"agg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"agh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fore) +"agi" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"agj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Observatory Access"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"agk" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agl" = (/obj/machinery/disposal/bin{name = "Bar Catering"},/obj/effect/turf_decal/stripes/line{dir = 6; layer = 2.03},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/turf/open/floor/plasteel,/area/crew_quarters/kitchen) +"agm" = (/obj/structure/table,/obj/item/sharpener,/obj/item/kitchen/knife,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"agn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/lounge) +"ago" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"agp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agq" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"agr" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ags" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"agt" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"agv" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/security/brig) +"agw" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/displaycase/labcage{desc = "A glass lab container for storing smelly creatures."; name = "stinky panda containment"; start_showpiece_type = /mob/living/simple_animal/pet/redpanda/stinky},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"agx" = (/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plating,/area/construction) +"agy" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"agz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) +"agA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) +"agB" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"agC" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"agD" = (/obj/machinery/seed_extractor,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"agE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"agF" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agG" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) +"agH" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore) +"agI" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/tower,/obj/item/seeds/amanita,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"agJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) +"agK" = (/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agL" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/solar/port) +"agM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agN" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agO" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agP" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"agQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"agR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agS" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/suit_storage_unit/engine,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"agU" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 6},/obj/item/storage/toolbox/mechanical{pixel_y = 3},/obj/item/assembly/timer{pixel_x = 6; pixel_y = 4},/obj/item/t_scanner{pixel_x = -2; pixel_y = 5},/obj/item/t_scanner,/obj/item/assembly/igniter{pixel_x = 6; pixel_y = -4},/obj/structure/sign/poster/contraband/missing_gloves{pixel_y = 32},/turf/open/floor/plasteel,/area/storage/tools) +"agV" = (/obj/machinery/newscaster{pixel_x = 28},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"agW" = (/turf/closed/wall/r_wall,/area/security/processing) +"agX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Starboard Bow Solar Exterior Airlock"; req_access_txt = "10;13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"agY" = (/obj/structure/table,/obj/item/storage/crayons,/obj/item/toy/beach_ball/holoball,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"agZ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aha" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahb" = (/obj/machinery/processor,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahc" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/obj/structure/sign/poster/official/cleanliness{pixel_y = 32},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahd" = (/obj/structure/sink/kitchen{pixel_y = 28},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahe" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"ahf" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external/glass{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plasteel,/area/security/processing) +"ahg" = (/turf/closed/wall/r_wall,/area/security/warden) +"ahh" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/tcommsat/computer) +"ahi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/newscaster{pixel_x = 28},/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ahj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Fore Maintenance - Fore"; dir = 4},/turf/open/floor/plating,/area/maintenance/fore) +"ahk" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/processing) +"ahl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plasteel,/area/security/processing) +"ahm" = (/obj/structure/falsewall/reinforced,/turf/closed/wall,/area/maintenance/port/fore) +"ahn" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/fore) +"aho" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) +"ahp" = (/obj/machinery/gulag_item_reclaimer{pixel_y = 24},/turf/open/floor/plasteel,/area/security/processing) +"ahq" = (/turf/open/floor/plasteel,/area/security/processing) +"ahr" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/ambrosia,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"ahs" = (/obj/machinery/light,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/camera{c_tag = "Kitchen"; dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aht" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/storage/box/disks,/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ahu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hydroponics) +"ahv" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = 32},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"ahw" = (/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ahx" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahy" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/door/poddoor/preopen{id = "solitarylock"; name = "Brig Lockdown"},/turf/open/floor/plating,/area/security/warden) +"ahz" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/fitness) +"ahA" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/fitness) +"ahB" = (/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastleft{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"ahC" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"ahD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/fore"; dir = 1; name = "Fore Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/fore) +"ahE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"ahF" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/mirror{pixel_y = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"ahG" = (/obj/structure/sink{pixel_y = 28},/obj/structure/sign/poster/official/cleanliness{pixel_x = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"ahH" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/crew_quarters/fitness) +"ahI" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/fitness"; name = "Fitness Room APC"; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/fore) +"ahJ" = (/turf/open/floor/wood,/area/crew_quarters/fitness) +"ahK" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ahL" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/observatory) +"ahM" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"ahN" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ahO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"ahP" = (/turf/closed/wall,/area/maintenance/solars/starboard/fore) +"ahQ" = (/obj/structure/closet/lasertag/blue,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"ahR" = (/obj/item/beacon,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"ahS" = (/obj/structure/closet/cabinet,/turf/open/floor/wood,/area/crew_quarters/fitness) +"ahT" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1},/obj/item/storage/bag/plants,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahU" = (/obj/machinery/vending/wardrobe/chef_wardrobe,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahV" = (/obj/structure/closet/lasertag/red,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"ahW" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/crew_quarters/fitness) +"ahX" = (/obj/machinery/deepfryer,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ahY" = (/obj/machinery/vending/autodrobe,/obj/effect/decal/cleanable/cobweb,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"ahZ" = (/obj/structure/table/glass,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/radio/off,/obj/machinery/camera{c_tag = "Arrival Shuttle Hallway"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) +"aia" = (/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aib" = (/obj/structure/table/glass,/obj/machinery/light{dir = 1},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) +"aic" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) +"aid" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/cotton,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"aie" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aif" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aig" = (/obj/machinery/camera{c_tag = "Observatory Holodeck"; dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aih" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aii" = (/obj/structure/closet,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/gps,/turf/open/floor/plasteel,/area/storage/tools) +"aij" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aik" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ail" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aim" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"ain" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) +"aio" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"aip" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/fore) +"aiq" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/port) +"air" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stock_parts/cell/high/plus,/obj/item/stack/cable_coil/red{pixel_x = 3; pixel_y = 2},/obj/item/stack/cable_coil/red,/obj/item/screwdriver,/obj/item/multitool{pixel_x = -6; pixel_y = -2},/turf/open/floor/plasteel,/area/storage/tools) +"ais" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) +"ait" = (/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aiu" = (/obj/effect/landmark/start/mime,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) +"aiv" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aiw" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/crew_quarters/fitness) +"aix" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/kitchen) +"aiy" = (/obj/structure/bed,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/landmark/start/clown,/obj/item/bedsheet/clown,/obj/structure/sign/plaques/kiddie/perfect_man{pixel_y = 32},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"aiz" = (/turf/closed/wall,/area/maintenance/starboard/fore) +"aiA" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) +"aiB" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/kitchen"; name = "Kitchen APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aiC" = (/turf/closed/wall,/area/hallway/secondary/service) +"aiD" = (/obj/structure/closet/crate/wooden/toy,/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Clown's Office"; pixel_x = 22},/obj/item/clothing/under/rank/civilian/clown/yellow,/obj/item/clothing/under/rank/civilian/clown/blue,/obj/item/clothing/under/rank/civilian/clown/green,/obj/item/toy/crayon/spraycan/lubecan,/obj/item/megaphone/clown,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"aiE" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/security/processing) +"aiF" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aiG" = (/obj/structure/closet,/obj/structure/window/reinforced,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/processing) +"aiH" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/grass,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) +"aiI" = (/obj/structure/closet/boxinggloves,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aiJ" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"aiK" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) +"aiL" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison) +"aiM" = (/turf/closed/wall/r_wall,/area/crew_quarters/observatory) +"aiN" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/port) +"aiO" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/solars/port) +"aiP" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/solars/port) +"aiQ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/wood,/area/crew_quarters/fitness) +"aiR" = (/obj/structure/rack,/obj/item/reagent_containers/glass/beaker/waterbottle,/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/wood,/area/crew_quarters/fitness) +"aiS" = (/obj/item/kirbyplants{icon_state = "plant-06"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"aiT" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Port Bow Maintainance"; req_one_access_txt = "1"},/turf/open/floor/plating,/area/maintenance/port/fore) +"aiU" = (/obj/structure/disposalpipe/segment,/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aiV" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/turf/open/floor/plating,/area/construction) +"aiW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Observatory"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) +"aiX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/observatory) +"aiY" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aiZ" = (/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"aja" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/caution,/turf/open/floor/plating,/area/construction) +"ajb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ajc" = (/obj/structure/lattice/catwalk,/obj/structure/cable,/turf/open/space/basic,/area/solar/port) +"ajd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aje" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"ajf" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"ajg" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -24},/obj/item/reagent_containers/food/snacks/pie/cream,/obj/item/instrument/bikehorn,/obj/item/flashlight/lamp/bananalamp{pixel_y = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"ajh" = (/obj/structure/table/glass,/obj/item/paper_bin/construction,/obj/item/storage/crayons,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) +"aji" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"ajj" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ajk" = (/obj/effect/landmark/start/clown,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"ajl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ajm" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/washing_machine,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"ajn" = (/obj/machinery/power/smes,/turf/open/floor/plating,/area/tcommsat/computer) +"ajo" = (/obj/structure/table,/obj/item/toy/dummy,/obj/structure/mirror{pixel_x = -24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) +"ajp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"ajq" = (/obj/effect/landmark/start/clown,/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{areastring = "/area/crew_quarters/theatre/clown"; dir = 4; name = "Clown's Office APC"; pixel_x = 24},/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"ajr" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"ajs" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/mint,/obj/item/reagent_containers/food/condiment/mayonnaise,/obj/item/bikehorn{pixel_x = -8; pixel_y = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ajt" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/plating,/area/tcommsat/computer) +"aju" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/solars/port) +"ajv" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) +"ajw" = (/turf/closed/wall,/area/construction/secondary) +"ajx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"ajy" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/machinery/computer/prisoner/management,/turf/open/floor/plasteel,/area/security/brig) +"ajz" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"ajA" = (/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) +"ajB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Hydroponics"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/prison) +"ajC" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) +"ajD" = (/obj/structure/chair/stool,/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ajE" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ajF" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/construction/secondary) +"ajG" = (/obj/machinery/computer/arcade,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"ajH" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/extinguisher,/turf/open/floor/plating,/area/maintenance/port/fore) +"ajI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ajJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ajK" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"ajL" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/lounge"; name = "Lounge APC"; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"ajM" = (/obj/structure/table,/obj/machinery/reagentgrinder{pixel_y = 6},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -8; pixel_y = 12},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -8; pixel_y = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ajN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) +"ajO" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"ajP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ajQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"ajR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"ajS" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"ajT" = (/obj/structure/weightmachine/weightlifter,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"ajU" = (/obj/structure/rack,/obj/item/wrench,/obj/item/light/tube,/obj/item/radio/off,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable,/obj/machinery/camera{c_tag = "Security - Interrogation Maintenance"; dir = 1},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/security/brig"; dir = 4; name = "Brig APC"; pixel_x = 26},/turf/open/floor/plating,/area/maintenance/solars/port) +"ajV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/theatre/mime) +"ajW" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) +"ajX" = (/obj/item/pipe{pixel_x = 8; pixel_y = 2},/obj/item/melee/baseball_bat,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/camera{c_tag = "Secondary Construction Area"},/turf/open/floor/plating,/area/construction/secondary) +"ajY" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/fore) +"ajZ" = (/obj/item/multitool,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/tcommsat/computer"; dir = 1; name = "Telecomms Access APC"; pixel_y = 28},/turf/open/floor/plating,/area/tcommsat/computer) +"aka" = (/turf/closed/wall,/area/crew_quarters/bar) +"akb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Mime's Office"; req_access_txt = "46"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/theatre/mime) +"akc" = (/obj/machinery/computer/slot_machine,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) +"akd" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/security/checkpoint) +"ake" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/rnd/production/techfab/department/service,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"akf" = (/obj/structure/table,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/electronics/firelock,/obj/item/electronics/firealarm,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) +"akg" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"akh" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) +"aki" = (/obj/structure/closet/toolcloset,/turf/open/floor/plating,/area/construction/secondary) +"akj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "Starboard Bow Solar Exterior Airlock"; req_access_txt = "10;13"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"akk" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/turf/open/floor/plating,/area/construction/secondary) +"akl" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/computer/shuttle/labor{dir = 4},/turf/open/floor/plasteel,/area/security/processing) +"akm" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass,/turf/open/floor/plasteel,/area/construction/secondary) +"akn" = (/obj/machinery/power/solar_control{id = "forestarboard"; name = "Starboard Bow Solar Control"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"ako" = (/obj/machinery/button/flasher{id = "executionflash"; pixel_x = 7; pixel_y = 24},/obj/effect/decal/cleanable/generic,/turf/open/floor/plasteel,/area/maintenance/port/fore) +"akp" = (/obj/structure/closet/secure_closet/warden,/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/warden) +"akq" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/structure/table/reinforced,/obj/item/storage/box/prisoner,/obj/item/razor,/obj/item/paper/guides/jobs/security/labor_camp,/obj/item/pen,/turf/open/floor/plasteel,/area/security/processing) +"akr" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/computer/prisoner/gulag_teleporter_computer{dir = 8},/obj/machinery/camera{c_tag = "Security - Prison Shuttle Dock"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/security/processing) +"aks" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) +"akt" = (/obj/machinery/computer/prisoner/management,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Brig Control APC"; pixel_y = 24},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) +"aku" = (/obj/machinery/computer/secure_data,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) +"akv" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"akw" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"akx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Secondary Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction/secondary) +"aky" = (/obj/machinery/computer/crew,/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/warden) +"akz" = (/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/router/service) +"akA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/security/warden) +"akB" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/port) +"akC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/electricshock{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/port/fore) +"akD" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/item/hand_labeler{pixel_y = 4},/turf/open/floor/plasteel,/area/security/brig) +"akE" = (/turf/closed/wall/r_wall,/area/router/sec) +"akF" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"akG" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/fore) +"akH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"akI" = (/turf/closed/wall/r_wall,/area/tcommsat/computer) +"akJ" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Telecommunications Maintenance"; req_access_txt = "61"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/tcommsat/computer) +"akK" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) +"akL" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Brig"; pixel_x = 22},/turf/open/floor/plasteel,/area/security/brig) +"akM" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"akN" = (/turf/open/space/basic,/area/router/aux) +"akO" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/computer/security/labor{dir = 4},/turf/open/floor/plasteel,/area/security/processing) +"akP" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "Security Router"},/turf/open/floor/plating,/area/router/sec) +"akQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"akR" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"akS" = (/obj/structure/rack,/obj/structure/window/reinforced/tinted{dir = 1},/obj/item/soap/nanotrasen,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"akT" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel,/area/security/processing) +"akU" = (/obj/machinery/door/window/northleft{name = "Showers"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"akV" = (/obj/structure/rack,/obj/structure/window/reinforced/tinted{dir = 1},/obj/item/storage/firstaid/regular,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"akW" = (/obj/structure/table/wood,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/structure/sign/departments/restroom{pixel_x = -32},/turf/open/floor/wood,/area/crew_quarters/fitness) +"akX" = (/turf/closed/wall,/area/crew_quarters/dorms/purple) +"akY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/warden) +"akZ" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"ala" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"alb" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"alc" = (/obj/structure/fermenting_barrel,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"ald" = (/obj/machinery/chem_master/condimaster,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"ale" = (/turf/closed/wall,/area/crew_quarters/dorms/blue) +"alf" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"alg" = (/obj/structure/frame/machine,/obj/item/circuitboard/computer/arcade/minesweeper,/turf/open/floor/plating,/area/construction/secondary) +"alh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ali" = (/turf/open/floor/plating,/area/construction/secondary) +"alj" = (/obj/machinery/gulag_teleporter,/turf/open/floor/plasteel,/area/security/processing) +"alk" = (/obj/item/caution,/turf/open/floor/plating,/area/construction/secondary) +"all" = (/obj/structure/table/glass,/obj/item/wrench{pixel_x = 2; pixel_y = 4},/obj/item/reagent_containers/glass/bottle/mutagen{pixel_x = -4},/turf/open/floor/grass,/area/hydroponics) +"alm" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) +"aln" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/grass,/area/hydroponics) +"alo" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"alp" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel,/area/construction/secondary) +"alq" = (/obj/machinery/conveyor/auto{id = "sec"},/turf/open/floor/plating,/area/router/sec) +"alr" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"als" = (/obj/machinery/mass_driver{dir = 1; id = "sec_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/sec) +"alt" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external/glass{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) +"alu" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port) +"alv" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) +"alw" = (/obj/machinery/light{dir = 8},/obj/effect/landmark/start/warden,/obj/machinery/camera{c_tag = "Security - Brig Control"; dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/warden) +"alx" = (/turf/open/floor/plasteel,/area/maintenance/port/fore) +"aly" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/warden) +"alz" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"alA" = (/obj/structure/bed,/obj/item/bedsheet/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"alB" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/fore) +"alC" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/port/fore) +"alD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"alE" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"alF" = (/obj/machinery/photocopier,/obj/machinery/newscaster/security_unit{pixel_y = -28},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/paper/guides/cogstation/letter_sec,/turf/open/floor/plasteel,/area/security/warden) +"alG" = (/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating,/area/maintenance/port/fore) +"alH" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = -8},/obj/item/storage/box/ingredients{pixel_x = 6},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"alI" = (/obj/structure/weightmachine/stacklifter,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"alJ" = (/obj/machinery/vending/hydroseeds,/turf/open/floor/grass,/area/hydroponics) +"alK" = (/obj/effect/landmark/xmastree,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"alL" = (/obj/structure/weightmachine/weightlifter,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"alM" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"alN" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fore) +"alO" = (/obj/structure/table/wood,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"alP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"alQ" = (/obj/structure/dresser,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"alR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"alS" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/obj/item/reagent_containers/rag,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"alT" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"alU" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"alV" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"alW" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/security/processing) +"alX" = (/obj/structure/table,/obj/item/storage/box/ingredients,/obj/item/clothing/head/chefhat,/obj/item/reagent_containers/glass/beaker,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"alY" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/item/t_scanner,/turf/open/floor/plating,/area/construction/secondary) +"alZ" = (/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) +"ama" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/security/warden) +"amb" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) +"amc" = (/turf/closed/wall,/area/storage/tools) +"amd" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/port/fore) +"ame" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/warden) +"amf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"amg" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/processing) +"amh" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/recharger,/obj/item/pen/red{pixel_y = 4},/obj/item/pen/blue{pixel_x = -4; pixel_y = -4},/turf/open/floor/plasteel,/area/security/brig) +"ami" = (/obj/structure/sign/poster/contraband/grey_tide{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/port/fore) +"amj" = (/turf/closed/wall/rust,/area/maintenance/port/fore) +"amk" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/maintenance/port/fore) +"aml" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"amm" = (/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/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/warden) +"amn" = (/obj/structure/cable{icon_state = "2-4"},/mob/living/simple_animal/mouse/brown,/turf/open/floor/plating,/area/construction/secondary) +"amo" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"amp" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) +"amq" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/solars/port) +"amr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ams" = (/obj/machinery/camera{c_tag = "Fitness Toilets"; pixel_x = 22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"amt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"amu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"amv" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"amw" = (/obj/structure/sign/poster/contraband/eat{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"amx" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"amy" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/bar) +"amz" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"amA" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"amB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/warden) +"amC" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"amD" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"amE" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/cable,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/crew_quarters/bar"; dir = 8; name = "Bar APC"; pixel_x = -26},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"amF" = (/obj/effect/landmark/start/cook,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"amG" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/chapel/main) +"amH" = (/obj/item/crowbar/large{pixel_y = 3},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) +"amI" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/warden,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/warden) +"amJ" = (/obj/structure/lattice,/obj/structure/sign/departments/botany{pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) +"amK" = (/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"amL" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/service) +"amM" = (/obj/machinery/light,/obj/machinery/disposal/bin{name = "Kitchen Mailbox"},/obj/effect/turf_decal/delivery/white,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"amN" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/storage/tools) +"amO" = (/obj/item/bedsheet/mime,/obj/structure/bed,/obj/effect/landmark/start/mime,/obj/machinery/camera{c_tag = "Mime's Office"; pixel_x = 22},/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) +"amP" = (/obj/effect/landmark/start/assistant,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) +"amQ" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastleft{name = "Reception Window"},/obj/machinery/door/window/westleft{name = "Warden's Desk"; req_one_access_txt = "2"},/obj/item/paper_bin,/obj/item/pen,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/warden) +"amR" = (/obj/machinery/light/small,/obj/machinery/light_switch{pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction/secondary) +"amS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"amT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/construction/secondary) +"amU" = (/obj/structure/beebox,/obj/item/queen_bee/bought,/turf/open/floor/grass,/area/hydroponics) +"amV" = (/turf/open/floor/grass,/area/hydroponics) +"amW" = (/obj/structure/table/glass,/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = -4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = -4},/obj/item/book/manual/hydroponics_pod_people{pixel_x = 4; pixel_y = 4},/obj/item/paper/guides/jobs/hydroponics{pixel_x = 4; pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) +"amX" = (/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel/dark,/area/security/processing) +"amY" = (/turf/closed/wall,/area/chapel/main) +"amZ" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"ana" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"anb" = (/obj/structure/table,/obj/item/lipstick/black,/obj/item/lipstick/random{pixel_x = 2; pixel_y = 4},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) +"anc" = (/obj/item/cigbutt,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction/secondary) +"and" = (/turf/closed/wall/r_wall,/area/chapel/main) +"ane" = (/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"anf" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/construction/secondary"; dir = 1; name = "Secondary Construction Area APC"; pixel_y = 24},/turf/open/floor/plating,/area/construction/secondary) +"ang" = (/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) +"anh" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/paper_bin,/obj/item/pen,/obj/item/clothing/glasses/regular,/obj/machinery/door/window/northright{name = "Medical Booth Desk"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"ani" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/poster/official/duelshotgun{pixel_y = -32},/turf/open/floor/plasteel,/area/security/brig) +"anj" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ank" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/easel,/obj/item/canvas/nineteenXnineteen,/obj/machinery/camera{c_tag = "Crew Lounge"; dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"anl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"anm" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/disposal) +"ann" = (/obj/effect/landmark/event_spawn,/turf/open/floor/goonplaque{desc = "It reads 'In honor of spacemen past, whose work allowed this station to find its new home. The fact that you stand on a station originally built light years away is a definitive representation of the ingenuity of the human spirit.' Beneath this is the image of a spaceman rocketing upwards by means of what appears to be a match and flatulence."},/area/hallway/secondary/entry) +"ano" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"anp" = (/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"anq" = (/turf/closed/wall,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"anr" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"ans" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/destTagger,/obj/machinery/button/door{id = "secblock"; name = "Router Access Control"; pixel_x = 8; pixel_y = 24; req_access_txt = "1"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/router/sec) +"ant" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"anu" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"anv" = (/obj/item/stack/sheet/plasteel{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/beakers,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/construction) +"anw" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"anx" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/tcommsat/computer) +"any" = (/obj/structure/table/wood,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/turf/open/floor/wood,/area/crew_quarters/fitness) +"anz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"anA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fitness Room Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness) +"anB" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/barsign{pixel_y = 32},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"anC" = (/obj/machinery/computer/cargo/request,/obj/effect/turf_decal/delivery,/obj/machinery/requests_console{department = "Security Router"; name = "Security Router RC"; pixel_y = 32},/turf/open/floor/plasteel,/area/router/sec) +"anD" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"anE" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"anF" = (/obj/machinery/smartfridge,/turf/closed/wall,/area/crew_quarters/kitchen) +"anG" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"anH" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/security/checkpoint) +"anI" = (/obj/machinery/computer/arcade/orion_trail,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"anJ" = (/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},/obj/structure/cable{icon_state = "0-8"},/obj/item/paper_bin,/obj/item/stamp/denied{pixel_x = 8; pixel_y = 8},/obj/item/stamp{pixel_x = 6; pixel_y = 4},/obj/item/pen,/obj/machinery/power/apc{areastring = "/area/security/checkpoint"; dir = 4; name = "Security Checkpoint APC"; pixel_x = 24},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/checkpoint) +"anK" = (/turf/closed/wall/r_wall,/area/security/detectives_office) +"anL" = (/obj/machinery/computer/arcade/minesweeper,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"anM" = (/obj/machinery/recharge_station,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) +"anN" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/analyzer,/obj/item/wrench{pixel_y = 4},/turf/open/floor/plasteel,/area/storage/tools) +"anO" = (/obj/structure/rack,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/storage/belt/utility,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/tools) +"anP" = (/obj/machinery/computer/arcade,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"anQ" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"anR" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"anS" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/power/apc{areastring = "/area/storage/tools"; name = "Auxiliary Tool Storage APC"; pixel_y = -26},/obj/machinery/camera{c_tag = "Auxiliary Tool Storage"; dir = 4; pixel_y = -22},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/storage/tools) +"anT" = (/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"anU" = (/turf/closed/wall/r_wall,/area/security/brig) +"anV" = (/turf/open/floor/plating,/area/maintenance/solars/port) +"anW" = (/obj/machinery/conveyor{dir = 1; id = "sec_off"},/turf/open/floor/plating,/area/router/sec) +"anX" = (/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"anY" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"anZ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aoa" = (/obj/item/clockwork/component/geis_capacitor/fallen_armor,/obj/structure/table/bronze,/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"aob" = (/obj/structure/closet/emcloset,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/solars/port) +"aoc" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/machinery/requests_console{department = "Recreation"; name = "Recreation RC"; pixel_y = -32},/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -4; pixel_y = 2},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aod" = (/obj/machinery/computer/security{dir = 1},/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,/area/security/warden) +"aoe" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"aof" = (/obj/structure/sign/poster/official/foam_force_ad{pixel_y = 32},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aog" = (/turf/open/floor/grass,/area/hydroponics/garden{name = "Nature Preserve"}) +"aoh" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aoi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"aoj" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/security/checkpoint) +"aok" = (/obj/structure/chair/wood/normal{dir = 1},/obj/machinery/button/door{id = "Dorm1"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = -7; pixel_y = -24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"aol" = (/obj/machinery/button/door{id = "Dorm3"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = 7; pixel_y = -24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/xeno_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aom" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aon" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aoo" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/ears/earmuffs,/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) +"aop" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/construction/secondary) +"aoq" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/warden) +"aor" = (/obj/machinery/shower{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aos" = (/obj/structure/window/reinforced,/obj/structure/closet/athletic_mixed,/turf/open/floor/wood,/area/crew_quarters/fitness) +"aot" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) +"aou" = (/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aov" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) +"aow" = (/mob/living/simple_animal/banana_spider{name = "Henry"},/turf/open/floor/grass,/area/hydroponics) +"aox" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"aoy" = (/obj/machinery/computer/secure_data,/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/machinery/camera{c_tag = "Security Checkpoint"; pixel_x = 22},/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) +"aoz" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) +"aoA" = (/obj/structure/table/reinforced,/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/red{dir = 1},/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/machinery/door/window/westright{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint) +"aoB" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Security - Prison Beds"; dir = 8; pixel_y = -22},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/security/prison"; dir = 4; name = "Prison APC"; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aoC" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aoD" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint) +"aoE" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/chapel/main) +"aoF" = (/turf/closed/wall/r_wall,/area/security/main) +"aoG" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/checkpoint) +"aoH" = (/obj/machinery/door/airlock/external/glass{name = "Port Bow Solars External Access"; req_access_txt = "10;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port) +"aoI" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) +"aoJ" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"aoK" = (/turf/closed/wall/r_wall,/area/router/service) +"aoL" = (/obj/structure/chair/stool,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aoM" = (/obj/structure/closet/crate,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/capacitor,/turf/open/floor/plating,/area/construction) +"aoN" = (/obj/structure/closet/crate/internals,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/flashlight,/obj/item/flashlight,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/item/clothing/head/hardhat/orange,/obj/item/clothing/head/hardhat/orange,/turf/open/floor/plasteel,/area/storage/tools) +"aoO" = (/turf/open/floor/plasteel,/area/storage/tools) +"aoP" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/port) +"aoQ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"aoR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Brig Control"; req_access_txt = "3"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/warden) +"aoS" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{id = "serv_off"},/obj/machinery/door/poddoor{id = "servblock"; name = "Service Router"},/turf/open/floor/plating,/area/router/service) +"aoT" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{id = "servblock"; name = "Service Router"},/turf/open/floor/plating,/area/router/service) +"aoU" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aoV" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aoW" = (/obj/machinery/power/solar_control{dir = 4; id = "foreport"; name = "Port Bow Solar Control"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/port) +"aoX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"aoY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aoZ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"apa" = (/obj/structure/chair/sofa/right,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"apb" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"apc" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) +"apd" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) +"ape" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/port/fore) +"apf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"apg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/router/sec) +"aph" = (/turf/open/floor/plasteel/dark,/area/security/brig) +"api" = (/obj/machinery/door/window/southright{name = "Weightroom"},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"apj" = (/obj/structure/window/reinforced,/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"apk" = (/obj/structure/closet/lasertag/blue,/turf/open/floor/wood,/area/crew_quarters/fitness) +"apl" = (/obj/structure/chair/sofa/right,/obj/item/clothing/head/beret/black,/turf/open/floor/wood,/area/crew_quarters/fitness) +"apm" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"apn" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/sec) +"apo" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction) +"app" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/sec) +"apq" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/secondary/entry) +"apr" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/button/massdriver{id = "sec_out"; pixel_x = 24; pixel_y = 24},/turf/open/floor/plasteel,/area/router/sec) +"aps" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/security{name = "Security EVA Prep Room"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) +"apt" = (/obj/structure/cable{icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) +"apu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) +"apv" = (/turf/closed/wall,/area/hallway/secondary/entry) +"apw" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/assistant,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"apx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"apy" = (/obj/machinery/vr_sleeper{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"apz" = (/obj/machinery/vr_sleeper{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"apA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/dorms/purple) +"apB" = (/obj/structure/flora/tree/jungle/small,/turf/open/floor/grass,/area/hydroponics/garden{name = "Nature Preserve"}) +"apC" = (/turf/closed/wall/r_wall,/area/hydroponics) +"apD" = (/obj/machinery/door/airlock{id_tag = "Dorm1"; name = "Room 1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"apE" = (/obj/machinery/biogenerator,/turf/open/floor/grass,/area/hydroponics) +"apF" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"apG" = (/mob/living/simple_animal/chicken{name = "Featherbottom"; real_name = "Featherbottom"},/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"apH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/security/main) +"apI" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"apJ" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/machinery/camera{c_tag = "Hydroponics - Fore"; dir = 1},/turf/open/floor/plasteel,/area/hydroponics) +"apK" = (/obj/structure/reagent_dispensers/watertank/high,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/obj/item/reagent_containers/glass/bucket,/turf/open/floor/grass,/area/hydroponics) +"apL" = (/obj/structure/chair/sofa/left,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"apM" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"apN" = (/obj/machinery/door/airlock{id_tag = "Dorm3"; name = "Room 3"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"apO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/dorms/blue) +"apP" = (/obj/structure/table,/obj/item/radio/intercom{name = "Station Intercom (Common)"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"apQ" = (/obj/machinery/door/airlock/security/glass{name = "Solitary Confinement"; req_one_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"apR" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = 1; pixel_y = 3},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -5; pixel_y = 7},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"apS" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port) +"apT" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) +"apU" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/gun/ballistic/revolver/russian,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"apV" = (/turf/closed/wall/rust,/area/chapel/main) +"apW" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/kitchen) +"apX" = (/obj/structure/fermenting_barrel,/turf/open/floor/grass,/area/hydroponics) +"apY" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) +"apZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Fitness Toilets"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aqa" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aqb" = (/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Secondary Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction/secondary) +"aqc" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall/r_wall,/area/medical{name = "Medical Booth"}) +"aqd" = (/obj/structure/chair/sofa/right,/obj/machinery/camera{c_tag = "Chapel - Fore"},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"aqe" = (/obj/machinery/conveyor{id = "serv_off"},/turf/open/floor/plating,/area/router/service) +"aqf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aqg" = (/obj/structure/chair{dir = 8},/obj/machinery/camera{c_tag = "Fitness Room"; dir = 8; pixel_y = -22},/turf/open/floor/wood,/area/crew_quarters/fitness) +"aqh" = (/obj/structure/chair/sofa/left,/turf/open/floor/wood,/area/crew_quarters/fitness) +"aqi" = (/obj/structure/table,/obj/item/clipboard,/obj/item/paper_bin{pixel_x = 2; pixel_y = 4},/obj/item/pen,/turf/open/floor/wood,/area/crew_quarters/fitness) +"aqj" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aqk" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"aql" = (/turf/closed/wall/r_wall,/area/crew_quarters/bar) +"aqm" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aqn" = (/turf/closed/wall/r_wall,/area/medical{name = "Medical Booth"}) +"aqo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aqp" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"aqq" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/storage/tools) +"aqr" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/tools) +"aqs" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aqt" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/sign/poster/contraband/hacking_guide{pixel_x = 32},/turf/open/floor/plasteel,/area/storage/tools) +"aqu" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aqv" = (/obj/structure/sign/poster/official/no_erp{pixel_x = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aqw" = (/turf/closed/wall/r_wall/rust,/area/maintenance/solars/port) +"aqx" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"aqy" = (/obj/machinery/mass_driver{dir = 1; id = "serv_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/service) +"aqz" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) +"aqA" = (/obj/structure/lattice/catwalk,/obj/structure/cable,/turf/open/space/basic,/area/solar/starboard/aft) +"aqB" = (/turf/closed/wall,/area/hydroponics) +"aqC" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hydroponics) +"aqD" = (/obj/machinery/vending/sustenance,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aqE" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/sec) +"aqF" = (/turf/open/floor/plasteel,/area/router/sec) +"aqG" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) +"aqH" = (/obj/machinery/power/apc{name = "Security Router APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/router/sec) +"aqI" = (/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/hydroponics) +"aqJ" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/router/sec) +"aqK" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aqL" = (/turf/closed/wall,/area/security/checkpoint) +"aqM" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/port) +"aqN" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/hallway/secondary/service) +"aqO" = (/obj/machinery/door/airlock/engineering{name = "Engineering EVA"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aqP" = (/obj/structure/chair/stool,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aqQ" = (/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"aqR" = (/obj/item/grown/bananapeel,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"aqS" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aqT" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aqU" = (/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) +"aqV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Purple Dorms Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/purple) +"aqW" = (/obj/structure/table,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/book/manual/chef_recipes,/obj/item/storage/box/donkpockets,/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aqX" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; icon_state = "roomnum"; name = "Room Number 1"; pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"aqY" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/security/brig) +"aqZ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"ara" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"arb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/barbershop"; dir = 4; name = "Barbershop APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/port/fore) +"arc" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/obj/item/toy/figure/clown,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"ard" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"are" = (/obj/machinery/chem_heater,/obj/effect/turf_decal/stripes/end{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"arf" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"arg" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"arh" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"ari" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/processing) +"arj" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/purple) +"ark" = (/turf/open/floor/plasteel,/area/crew_quarters/locker) +"arl" = (/obj/machinery/vending/kink,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Locker Room"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"arm" = (/obj/structure/chair/sofa/right,/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/crew_quarters/fitness) +"arn" = (/obj/machinery/vending/tool,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) +"aro" = (/obj/structure/closet/firecloset,/obj/machinery/camera{c_tag = "Starboard Bow Maintenance - Starboard"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"arp" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/disposal) +"arq" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) +"arr" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/chair{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) +"ars" = (/obj/structure/chair/stool,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/landmark/start/bartender,/obj/item/clothing/under/costume/maid,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"art" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aru" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/blue) +"arv" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian{pixel_x = 1; pixel_y = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"arw" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass{name = "Crew Quarters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"arx" = (/obj/machinery/button/door{id = "kitchenlock"; name = "Kitchen Lockup"; pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"ary" = (/obj/machinery/food_cart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"arz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"arA" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"arB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"arC" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 4; icon_state = "roomnum"; name = "Room Number 3"; pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"arD" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Blue Dorms Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/crew_quarters/dorms/blue) +"arE" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/central) +"arF" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"arG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"arH" = (/obj/machinery/disposal/bin{name = "Detective's Mailbox"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"arI" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness) +"arJ" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"arK" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/destTagger,/obj/machinery/button/massdriver{id = "serv_out"; pixel_x = 8; pixel_y = -4},/obj/machinery/requests_console{department = "Service Router"; name = "Service Router RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/router/service) +"arL" = (/obj/machinery/conveyor{dir = 1; id = "serv_off"},/turf/open/floor/plating,/area/router/service) +"arM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/router/service) +"arN" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "gas to sauna"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"arO" = (/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"arP" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"arQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"arR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/falsewall/reinforced{req_access_txt = "1"},/turf/open/floor/plasteel,/area/router/sec) +"arS" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/dorms/purple) +"arT" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/security/brig) +"arU" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 1; icon_state = "roomnum"; name = "Room Number 2"; pixel_y = -28},/obj/machinery/camera{c_tag = "Dormitories - Purple"; dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"arV" = (/obj/machinery/vr_sleeper{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/sign/poster/official/soft_cap_pop_art{pixel_x = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"arW" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/general/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"arX" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"arY" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"arZ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"asa" = (/obj/machinery/computer/arcade,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"asb" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"asc" = (/obj/machinery/disposal/bin,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"asd" = (/turf/closed/wall/rust,/area/maintenance/starboard/fore) +"ase" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Purple Dorms"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms/purple) +"asf" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Blue Dorms"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms/blue) +"asg" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"ash" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"asi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asj" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) +"ask" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Security - Prison Fore"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/mob/living/simple_animal/mouse/brown/Tom,/turf/open/floor/plasteel,/area/security/prison) +"asl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external/glass{name = "Port Bow Solars External Access"; req_access_txt = "10;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) +"asm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/hallway/secondary/service"; dir = 8; name = "Service Hall APC"; pixel_x = -24},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"asn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aso" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 8; icon_state = "roomnum"; name = "Room Number 4"; pixel_y = -28},/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Dormitories - Blue"; dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"asp" = (/obj/structure/chair/comfy/brown,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"asq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/dorms/blue) +"asr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) +"ass" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/light/small,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"ast" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"asu" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/rust,/area/maintenance/disposal) +"asv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asw" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asx" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asy" = (/obj/effect/landmark/start/assistant,/obj/machinery/holopad,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) +"asz" = (/obj/structure/toilet{dir = 4},/obj/machinery/camera{c_tag = "Security - Prison Bathroom"; dir = 4},/turf/open/floor/plasteel/freezer,/area/security/prison) +"asA" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/turf/open/floor/plating,/area/router/service) +"asB" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"asC" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asE" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/button/door{id = "servblock"; name = "Router Access Control"; pixel_x = 8; pixel_y = 24; req_one_access_txt = "12;25;26;28;35;46"},/turf/open/floor/plasteel,/area/router/service) +"asF" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/security{name = "Labor Camp Arrivals"},/turf/open/floor/plasteel,/area/security/processing) +"asG" = (/obj/structure/sign/warning/nosmoking/circle,/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) +"asH" = (/obj/machinery/camera{c_tag = "Port Bow Solar Maintenance"; dir = 1},/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/obj/structure/sign/warning/electricshock{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/solars/port) +"asI" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"asJ" = (/turf/closed/wall,/area/crew_quarters/toilet) +"asK" = (/obj/machinery/vr_sleeper{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"asL" = (/turf/closed/wall,/area/security/brig) +"asM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) +"asN" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"asO" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"asP" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"asQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/router/service) +"asR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"asS" = (/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"asT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/mob/living/simple_animal/mouse/gray{desc = "A strangely observant rodent."; name = "Remy"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"asU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Router"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"asV" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"asW" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/security/main) +"asX" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/reinforced,/obj/item/tape,/obj/item/radio/off,/turf/open/floor/plasteel/dark,/area/security/brig) +"asY" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/clipboard,/turf/open/floor/plasteel/dark,/area/security/brig) +"asZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/service) +"ata" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/main) +"atb" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"atc" = (/turf/closed/wall,/area/security/main) +"atd" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Service Router APC"; pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/router/service) +"ate" = (/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/router/service) +"atf" = (/turf/closed/wall/r_wall/rust,/area/maintenance/starboard/central) +"atg" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/dark,/area/router/service) +"ath" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/router/service) +"ati" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/turf/open/floor/plasteel,/area/router/service) +"atj" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/dark,/area/security/brig) +"atk" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/wood,/area/crew_quarters/fitness) +"atl" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/router/service) +"atm" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/obj/item/reagent_containers/food/condiment/enzyme,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"atn" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plating,/area/maintenance/solars/port) +"ato" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"atp" = (/obj/machinery/door/airlock{id_tag = "Dorm2"; name = "Room 2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"atq" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/processing) +"atr" = (/obj/machinery/door/airlock{id_tag = "Dorm4"; name = "Room 4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"ats" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/maintenance_hatch{name = "Clown's Office"; req_access_txt = "46"},/turf/open/floor/plating,/area/crew_quarters/theatre/clown) +"att" = (/turf/open/floor/plating,/area/maintenance/starboard/central) +"atu" = (/obj/machinery/computer/cargo/request{dir = 4},/turf/open/floor/plating,/area/router/service) +"atv" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"atw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/service) +"atx" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/router/service) +"aty" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/router/service) +"atz" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"atA" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/crew_quarters/fitness) +"atB" = (/obj/machinery/shower{dir = 4},/obj/item/bikehorn/rubberducky,/obj/structure/sign/poster/official/no_erp{pixel_y = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"atC" = (/obj/machinery/holopad,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"atD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router/service) +"atE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/router/service) +"atF" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator) +"atG" = (/turf/open/floor/plasteel/dark,/area/router/service) +"atH" = (/obj/structure/tank_dispenser/oxygen,/obj/machinery/power/apc{areastring = "/area/security/processing"; name = "Labor Shuttle Dock APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plasteel/dark,/area/security/processing) +"atI" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/warden) +"atJ" = (/turf/closed/wall/rust,/area/crew_quarters/theatre/clown) +"atK" = (/obj/structure/chair{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"atL" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"atM" = (/obj/structure/chair{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) +"atN" = (/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"atO" = (/obj/structure/table,/obj/item/storage/bag/tray,/obj/item/clothing/gloves/color/white,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/item/paper/guides/cogstation/cooks,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"atP" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"atQ" = (/obj/structure/closet/lasertag/red,/obj/structure/sign/poster/official/space_cops{pixel_x = -32},/turf/open/floor/wood,/area/crew_quarters/fitness) +"atR" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/vending/wardrobe/bar_wardrobe,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"atS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Bar Backroom"; req_access_txt = "25"},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"atT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"atU" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/security/brig) +"atV" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"atW" = (/obj/machinery/disposal/bin{name = "Parolee Exit"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/brig) +"atX" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/stock_parts/cell/high/plus,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/storage/tools) +"atY" = (/obj/machinery/button/door{id = "Dorm2"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = -7; pixel_y = 24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/landmark/xeno_spawn,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"atZ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall,/area/hallway/secondary/entry) +"aua" = (/obj/structure/chair/wood/normal,/obj/machinery/button/door{id = "Dorm4"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = 7; pixel_y = 24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aub" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"auc" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aud" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"aue" = (/obj/structure/closet/crate/hydroponics,/obj/item/seeds/random,/turf/open/floor/plating,/area/router/service) +"auf" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/service) +"aug" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/item/storage/bag/plants,/turf/open/floor/plasteel,/area/hydroponics) +"auh" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aui" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Freezer AC Pump"},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"auj" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/router/service) +"auk" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/service) +"aul" = (/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/mouse/brown{name = "Chewy"},/turf/open/floor/plating,/area/hallway/secondary/service) +"aum" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/service) +"aun" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/hydroponics) +"auo" = (/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/machinery/reagentgrinder{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) +"aup" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/table/glass,/obj/item/reagent_containers/glass/bucket{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics) +"auq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/router/service) +"aur" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/router/service) +"aus" = (/turf/open/floor/engine,/area/engine/gravity_generator) +"aut" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"auu" = (/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel/dark,/area/router/service) +"auv" = (/obj/structure/bed,/obj/item/bedsheet/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"auw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"aux" = (/obj/machinery/light/small,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"auy" = (/turf/open/floor/plasteel,/area/hydroponics) +"auz" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/chem_master,/turf/open/floor/plasteel,/area/hydroponics) +"auA" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/beacon,/turf/open/floor/plasteel,/area/hydroponics) +"auB" = (/obj/structure/dresser,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) +"auC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"auD" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"auE" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"auF" = (/obj/structure/table/wood,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"auG" = (/obj/machinery/light/small,/obj/effect/landmark/event_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"auH" = (/obj/structure/girder/displaced,/obj/item/reagent_containers/rag,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/fore) +"auI" = (/obj/structure/closet/secure_closet/brig,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"auJ" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) +"auK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/security/brig) +"auL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plating,/area/maintenance/solars/port) +"auM" = (/obj/machinery/door/firedoor,/obj/structure/sign/poster/official/bless_this_spess{pixel_x = -32},/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"auN" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"auO" = (/obj/structure/closet/crate/freezer,/turf/open/floor/plating,/area/router/service) +"auP" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/start/assistant/override,/turf/open/floor/plasteel,/area/security/main) +"auQ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"auR" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/power/apc{areastring = "/area/engine/secure_construction"; dir = 1; name = "Engineering Construction Area APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"auS" = (/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"auT" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"auU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/router/service) +"auV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) +"auW" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/poster/official/the_owl{pixel_y = 32},/turf/open/floor/plasteel,/area/security/main) +"auX" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/right,/area/router/service) +"auY" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"auZ" = (/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"ava" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/service) +"avb" = (/turf/closed/wall,/area/hallway/secondary/civilian) +"avc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avd" = (/obj/structure/sign/warning{name = "\improper COLD TEMPERATURES"; pixel_x = 32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"ave" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) +"avf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/secondary/civilian) +"avg" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/turnstile{name = "Genpop Entrance Turnstile"; icon_state = "turnstile_map"; dir = 8; req_access_txt = "69"},/turf/open/floor/plasteel,/area/security/prison) +"avh" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/storage/tools) +"avi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance/abandoned{name = "Port Bow Maintainance"; req_one_access_txt = "13"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) +"avj" = (/obj/machinery/photocopier,/turf/open/floor/carpet/red,/area/security/brig) +"avk" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/plant_analyzer,/obj/structure/table/glass,/obj/machinery/plantgenes{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) +"avl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"avm" = (/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) +"avn" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/poster/official/spiderlings{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"avo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"avp" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/glass{name = "East Primary Hallway"; req_one_access_txt = "10;12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/service) +"avq" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/glass{name = "East Primary Hallway"; req_one_access_txt = "10;12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/service) +"avr" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/starboard/aft) +"avs" = (/turf/closed/wall,/area/router/service) +"avt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"avu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"avv" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating,/area/space/nearstation) +"avw" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/structure/sign/poster/official/wtf_is_co2{pixel_x = 32},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"avx" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/crowbar/large,/obj/item/crowbar{pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) +"avy" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating,/area/space/nearstation) +"avz" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) +"avA" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"avB" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) +"avC" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avD" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/storage/belt/utility,/obj/item/tank/internals/air,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) +"avE" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "generator to hot loop"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avF" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/prison) +"avG" = (/turf/closed/wall,/area/security/prison) +"avH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avJ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/security/main) +"avK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avL" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"avM" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/main) +"avN" = (/turf/closed/wall,/area/crew_quarters/barbershop) +"avO" = (/obj/structure/table,/obj/structure/bedsheetbin/color,/obj/item/clothing/gloves/color/white,/obj/machinery/camera{c_tag = "Laundry Room"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"avP" = (/obj/structure/reagent_dispensers/keg,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"avQ" = (/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avR" = (/obj/machinery/washing_machine,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"avS" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"avT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"avU" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avV" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"avW" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/solars/port) +"avX" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"avY" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/machinery/turretid{name = "AI Chamber turret control"; pixel_x = 5; pixel_y = -24},/obj/machinery/door/window/westleft{name = "AI Core Access"; req_access_txt = "65"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"avZ" = (/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"awa" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible,/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"awb" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awc" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"awd" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"awe" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"awf" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awg" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Fore"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/poster/official/fruit_bowl{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"awi" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awj" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/port) +"awl" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awm" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/solars/port) +"awn" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/machinery/ai_slipper{uses = 10},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"awo" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"awp" = (/turf/closed/wall,/area/hydroponics/lobby) +"awq" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/space/nearstation) +"awr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/solars/port) +"aws" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) +"awt" = (/obj/structure/table/reinforced,/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/red{dir = 1},/obj/machinery/door/firedoor,/obj/item/folder/red,/obj/machinery/door/window/westleft{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint) +"awu" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/maintenance/solars/port) +"awv" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/pipe/heat_exchanging/junction,/obj/structure/table,/obj/item/clothing/gloves/color/white,/obj/item/reagent_containers/spray/cleaner,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"aww" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"awx" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hydroponics/lobby) +"awy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Laundry Room Maintenance"; req_one_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/barbershop) +"awz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"awA" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"awB" = (/obj/machinery/microwave,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark/side{dir = 4},/area/crew_quarters/bar) +"awC" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"awD" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/storage/tools) +"awE" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/tools) +"awF" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"awG" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"awH" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/machinery/turnstile{name = "Genpop Entrance Turnstile"; icon_state = "turnstile_map"; dir = 8; req_access_txt = "69"},/turf/open/floor/plasteel,/area/security/prison) +"awI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awJ" = (/obj/effect/turf_decal/bot,/obj/machinery/flasher/portable,/turf/open/floor/plasteel,/area/security/brig) +"awK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) +"awL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"awM" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar/large,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"awN" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/fore) +"awO" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/central"; dir = 1; name = "Central Port Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/port/central) +"awP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"awQ" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) +"awR" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"awS" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"awT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 7},/turf/open/floor/plasteel,/area/security/main) +"awU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"awV" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/storage/tools) +"awW" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"awX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"awY" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/button/door{id = "solitarylock"; name = "Solitary Lockdown"; pixel_x = -24; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/brig) +"awZ" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"axa" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"axb" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"axc" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/closed/wall/r_wall,/area/maintenance/solars/port) +"axd" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"axe" = (/obj/structure/closet/crate,/obj/item/storage/belt/utility,/obj/item/clothing/glasses/meson,/turf/open/floor/plating,/area/maintenance/fore) +"axf" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) +"axg" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/camera{c_tag = "Arcade"; dir = 4},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"axh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/sign/poster/contraband/random{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/fore) +"axi" = (/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) +"axj" = (/obj/machinery/vr_sleeper{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"axk" = (/obj/item/storage/pill_bottle/penis_enlargement,/turf/open/floor/plasteel/freezer,/area/security/prison) +"axl" = (/obj/machinery/shower{dir = 8; pixel_y = -4},/obj/item/soap/homemade,/turf/open/floor/plasteel/freezer,/area/security/prison) +"axm" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall,/area/security/prison) +"axn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"axo" = (/obj/structure/table,/obj/item/tape,/obj/item/wrench,/obj/item/radio/off,/turf/open/floor/plasteel,/area/security/brig) +"axp" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"axq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"axr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"axs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"axt" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"axu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/security/brig) +"axv" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/clothing/accessory/armband/deputy,/obj/item/encryptionkey/headset_sec,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/clothing/head/cowboyhat/sec,/turf/open/floor/plasteel,/area/security/brig) +"axw" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/security/main) +"axx" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/camera{c_tag = "Fore Maintenance - Aft"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"axy" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"axz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) +"axA" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/science,/obj/item/encryptionkey/headset_sci,/turf/open/floor/plasteel,/area/security/brig) +"axB" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/medblue,/obj/item/encryptionkey/headset_med,/turf/open/floor/plasteel,/area/security/brig) +"axC" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"axD" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Hydroponics Storage"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"axE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/kudzu{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"axF" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"axG" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"axH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"axI" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"axJ" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"axK" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"axL" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/obj/item/assembly/prox_sensor,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"axM" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"axN" = (/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/computer/security{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"axO" = (/obj/structure/weightmachine/stacklifter,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"axP" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"axQ" = (/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"axR" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"axS" = (/obj/structure/closet/crate,/obj/item/storage/box/lights/mixed,/obj/item/clothing/mask/gas,/obj/item/cane,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"axT" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/storage/crayons{pixel_y = 8},/turf/open/floor/plasteel,/area/security/brig) +"axU" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"axV" = (/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"axW" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"axX" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"axY" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"axZ" = (/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_y = 28},/obj/machinery/door/window/eastright{name = "AI Core Access"; req_access_txt = "65"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aya" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating/airless,/area/space/nearstation) +"ayb" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"ayc" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"ayd" = (/turf/closed/wall,/area/hallway/primary/port/fore) +"aye" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space/basic,/area/space/nearstation) +"ayf" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"ayg" = (/obj/machinery/vending/wardrobe/hydro_wardrobe,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"ayh" = (/obj/machinery/door/airlock{name = "Bathroom"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/freezer,/area/security/prison) +"ayi" = (/obj/structure/table,/obj/item/clipboard,/obj/item/paper_bin{pixel_x = 2; pixel_y = 4},/obj/item/pen,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"ayj" = (/obj/structure/grille,/turf/open/floor/plating,/area/security/brig) +"ayk" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"ayl" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aym" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/prison) +"ayn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"ayo" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"ayp" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"ayq" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"ayr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"ays" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/soda_cans/space_up,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"ayt" = (/obj/structure/closet/crate,/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"ayu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) +"ayv" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"ayw" = (/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Service Hallway - Fore"; dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"ayx" = (/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"ayy" = (/turf/open/floor/carpet,/area/chapel/main) +"ayz" = (/obj/structure/chair/pew/right{dir = 4},/turf/open/floor/carpet,/area/chapel/main) +"ayA" = (/obj/structure/window/reinforced,/obj/structure/destructible/cult/tome,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"ayB" = (/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/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"ayC" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"ayD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"ayE" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/hydroponics/lobby) +"ayF" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) +"ayG" = (/obj/structure/chair/comfy/brown{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"ayH" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/mob/living/simple_animal/cockroach,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"ayI" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"ayJ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/maintenance/solars/port) +"ayK" = (/obj/structure/flora/tree/jungle/small,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"ayL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"ayM" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"ayN" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) +"ayO" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) +"ayP" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"ayQ" = (/obj/machinery/vr_sleeper{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"ayR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/security/brig) +"ayS" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) +"ayT" = (/obj/machinery/vending/security,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"ayU" = (/obj/vehicle/ridden/secway,/obj/effect/turf_decal/bot,/obj/item/key/security,/turf/open/floor/plasteel,/area/security/brig) +"ayV" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/storage/tools) +"ayW" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"ayX" = (/obj/structure/closet/wardrobe/mixed,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"ayY" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"ayZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aza" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/item/clothing/gloves/botanic_leather,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azb" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"azc" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"azd" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/item/clothing/mask/gas,/obj/machinery/camera{c_tag = "Central Port Maintenace - Port"},/turf/open/floor/plating,/area/maintenance/port/central) +"aze" = (/obj/machinery/power/apc{dir = 1; name = "AI Chamber APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"azf" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/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) +"azg" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"azh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"azi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Maintenance"; req_access_txt = "63;12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/security/brig) +"azj" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/security/brig) +"azk" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) +"azl" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Brig Aft"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/brig) +"azm" = (/obj/structure/chair/stool/bar,/turf/open/floor/carpet,/area/crew_quarters/bar) +"azn" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/brig) +"azo" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"azp" = (/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"azq" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) +"azr" = (/obj/machinery/disposal/bin,/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 = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/security/checkpoint) +"azs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"azt" = (/obj/structure/chair/pew/right{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"azu" = (/obj/structure/chair/pew{dir = 4},/turf/open/floor/carpet,/area/chapel/main) +"azv" = (/obj/machinery/door/window/westleft{name = "Holy Driver"; req_one_access_txt = "22"},/obj/machinery/conveyor{dir = 4; id = "Holydriver"},/turf/open/floor/plating,/area/chapel/main) +"azw" = (/obj/machinery/conveyor{dir = 4; id = "Holydriver"},/turf/open/floor/plating,/area/chapel/main) +"azx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"azy" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"azz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"azA" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"azB" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"azC" = (/obj/machinery/disposal/bin,/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) +"azD" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"azE" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"azF" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tools) +"azG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"azH" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/sign/departments/botany{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"azI" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"azJ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"azK" = (/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/machinery/door/window/westleft{name = "Boxing Ring"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"azL" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"azM" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 2},/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azN" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/prison) +"azO" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/blobstart,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azP" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"azQ" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"azR" = (/obj/structure/closet/secure_closet/bar,/obj/structure/disposalpipe/segment,/obj/item/clothing/under/costume/maid,/obj/item/stack/spacecash/c10,/obj/item/clothing/under/suit/waiter,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"azS" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/closet,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/cable_coil/red{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil/red,/obj/item/wrench,/obj/item/screwdriver{pixel_y = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"azT" = (/obj/machinery/light,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/storage/tools) +"azU" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azV" = (/obj/structure/kitchenspike,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"azW" = (/obj/effect/landmark/start/botanist,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azX" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) +"azY" = (/obj/structure/closet/secure_closet/hydroponics,/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{areastring = "/area/hydroponics/lobby"; dir = 4; name = "Hydroponics Lobby APC"; pixel_x = 24},/obj/item/clothing/suit/beekeeper_suit,/obj/item/melee/flyswatter,/obj/item/clothing/head/beekeeper_head,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"azZ" = (/obj/machinery/mass_driver{dir = 4; id = "chapelgun"; name = "Holy Driver"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/chapel/main) +"aAa" = (/turf/closed/wall/r_wall,/area/crew_quarters/kitchen) +"aAb" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aAc" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/maintenance/solars/port) +"aAd" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/processing) +"aAe" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aAf" = (/obj/structure/disposalpipe/segment,/obj/structure/mineral_door/wood,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aAg" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction,/obj/machinery/gibber,/obj/machinery/camera{c_tag = "Kitchen Coldroom"; dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"aAh" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/easel,/obj/item/canvas/nineteenXnineteen,/obj/item/storage/crayons,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aAi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) +"aAj" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aAk" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/security/main) +"aAl" = (/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aAm" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/door/airlock/freezer{name = "Kitchen Coldroom"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"aAn" = (/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) +"aAo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/sign/poster/official/twelve_gauge{pixel_x = -32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aAp" = (/obj/machinery/computer/security/telescreen/entertainment,/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/crew_quarters/bar) +"aAq" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aAr" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aAs" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aAt" = (/obj/structure/rack,/obj/item/storage/toolbox/emergency,/obj/machinery/camera{c_tag = "Hydroponics Storage"; dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aAu" = (/obj/structure/closet/crate/hydroponics,/obj/effect/decal/cleanable/dirt,/obj/item/circuitboard/machine/hydroponics,/obj/item/circuitboard/machine/hydroponics,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aAv" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/vending/security,/turf/open/floor/plasteel,/area/security/brig) +"aAw" = (/obj/machinery/door/poddoor{id = "chapelgun"; name = "Chapel Launcher Door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/chapel/main) +"aAx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"aAy" = (/obj/machinery/atmospherics/components/binary/circulator{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aAz" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"aAA" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aAB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aAC" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aAD" = (/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aAE" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aAF" = (/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"aAG" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"aAH" = (/obj/structure/chair/pew{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet,/area/chapel/main) +"aAI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aAJ" = (/obj/structure/transit_tube/station/reverse/flipped{dir = 1},/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aAK" = (/obj/structure/transit_tube/horizontal,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aAL" = (/obj/machinery/shower{dir = 8},/obj/structure/sign/poster/official/cleanliness{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aAM" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aAN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aAO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/toilet) +"aAP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/brig) +"aAQ" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/checkpoint) +"aAR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Telecomms Access Maintenance"; dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"aAS" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/engine,/obj/item/encryptionkey/headset_eng,/turf/open/floor/plasteel,/area/security/brig) +"aAT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aAU" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aAV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aAW" = (/obj/machinery/chem_master/condimaster{name = "BrewMaster 3000"},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aAX" = (/turf/open/floor/carpet/red,/area/security/brig) +"aAY" = (/obj/structure/chair,/turf/open/floor/carpet/red,/area/security/brig) +"aAZ" = (/obj/structure/chair,/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet/red,/area/security/brig) +"aBa" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aBb" = (/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/security/brig) +"aBc" = (/obj/structure/closet/secure_closet/hydroponics,/obj/effect/decal/cleanable/dirt,/obj/item/clothing/suit/beekeeper_suit,/obj/item/melee/flyswatter,/obj/item/clothing/head/beekeeper_head,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aBd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aBe" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/brig) +"aBf" = (/obj/structure/closet{name = "Evidence Closet"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/brig) +"aBg" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/junction,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aBh" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aBi" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aBj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig) +"aBk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/barbershop) +"aBl" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aBm" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Dormitories"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aBn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aBo" = (/obj/structure/table,/obj/item/storage/pill_bottle/epinephrine,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aBp" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/computer/pod/old{density = 0; icon = 'icons/obj/airlock_machines.dmi'; icon_state = "airlock_control_standby"; id = "chapelgun"; name = "Mass Driver Controller"; pixel_x = 24},/obj/machinery/conveyor_switch/oneway{id = "Holydriver"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aBq" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aBr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aBs" = (/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aBt" = (/obj/structure/chair/comfy/brown,/obj/machinery/newscaster{pixel_y = 32},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aBu" = (/obj/item/flashlight/lantern,/turf/open/floor/carpet,/area/chapel/main) +"aBv" = (/obj/structure/chair/pew/left{dir = 4},/turf/open/floor/carpet,/area/chapel/main) +"aBw" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) +"aBx" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) +"aBy" = (/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/item/kirbyplants{icon_state = "plant-16"},/obj/machinery/camera{c_tag = "Port Bow Hall - Central"; dir = 4; network = list("ss13","medbay")},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aBz" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) +"aBA" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/item/healthanalyzer,/obj/item/storage/hypospraykit/fire{pixel_x = -4},/obj/item/storage/hypospraykit/brute{pixel_x = 4},/obj/structure/sign/poster/official/nt_storm{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) +"aBB" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aBC" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/security/main) +"aBD" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aBE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) +"aBF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet/red,/area/security/brig) +"aBG" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/bar) +"aBH" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) +"aBI" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aBJ" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aBK" = (/obj/structure/table,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/security/main) +"aBL" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aBM" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/abandoned_gambling_den"; name = "Arcade APC"; pixel_y = -26},/obj/structure/cable,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) +"aBN" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) +"aBO" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Hydroponics Storage"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aBP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aBQ" = (/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aBR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aBS" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aBT" = (/obj/item/razor,/obj/item/toy/figure/chef{pixel_x = -6},/obj/item/toy/figure/bartender{pixel_x = 4},/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) +"aBU" = (/obj/structure/window/reinforced/tinted,/obj/structure/rack,/obj/item/soap/nanotrasen,/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aBV" = (/obj/item/flashlight/lantern,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aBW" = (/obj/structure/window/reinforced,/obj/item/clothing/head/hardhat/cakehat,/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) +"aBX" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aBY" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Security Maintenance"; dir = 1; network = list("ss13","medbay")},/turf/open/floor/plating,/area/maintenance/department/security) +"aBZ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aCa" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/main) +"aCb" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/brig) +"aCc" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/clothing/accessory/armband/cargo,/obj/item/encryptionkey/headset_cargo,/turf/open/floor/plasteel,/area/security/brig) +"aCd" = (/obj/machinery/portable_atmospherics/scrubber,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/port; dir = 1; name = "Port Solars APC"; pixel_y = 26},/turf/open/floor/plating,/area/maintenance/solars/port) +"aCe" = (/obj/effect/spawner/structure/window,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/crew_quarters/bar) +"aCf" = (/obj/machinery/light/small,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/tcommsat/computer) +"aCg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/landmark/start/depsec/supply,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aCh" = (/obj/structure/mineral_door/wood{name = "Barbershop"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aCi" = (/obj/structure/closet/l3closet/security,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) +"aCj" = (/obj/machinery/door/window/southleft{name = "Showers"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aCk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/toilet/fitness) +"aCl" = (/obj/structure/closet/bombcloset/security,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) +"aCm" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aCn" = (/obj/machinery/vending/boozeomat,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aCo" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aCp" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) +"aCq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aCr" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/security/brig) +"aCs" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aCt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) +"aCu" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/freezer,/area/security/prison) +"aCv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"aCw" = (/obj/structure/window/reinforced/tinted,/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aCx" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aCy" = (/obj/structure/table/wood,/obj/item/storage/book/bible,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aCz" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aCA" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aCB" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) +"aCC" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/prison) +"aCD" = (/obj/item/trash/plate,/obj/item/kitchen/fork,/obj/structure/table/wood/fancy,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aCE" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/button/door{id = "briglockdown"; name = "Brig Lockdown"; pixel_x = 24; req_access_txt = "2"},/obj/effect/turf_decal/arrows/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"aCF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aCG" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"aCH" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/arrows/red{dir = 8},/obj/effect/turf_decal/arrows/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) +"aCI" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/door/firedoor,/obj/structure/sign/departments/botany{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aCJ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/chapel/main) +"aCK" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/security/prison) +"aCL" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/book/manual/wiki/security_space_law,/obj/item/paper/guides/cogstation/letter_sec,/turf/open/floor/carpet/red,/area/security/brig) +"aCM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/poster/contraband/fun_police{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/port/fore) +"aCN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aCO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aCP" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/landmark/start/botanist,/obj/machinery/camera{c_tag = "Hydroponics Lobby"},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aCQ" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/grown/harebell,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"aCR" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/civilian{pixel_x = 1; pixel_y = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aCS" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aCT" = (/obj/machinery/disposal/bin{name = "Hydroponics Mailbox"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/obj/machinery/requests_console{department = "Hydroponics"; name = "Hydroponics RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aCU" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) +"aCV" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) +"aCW" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/junction,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aCX" = (/obj/effect/turf_decal/bot,/obj/effect/decal/cleanable/dirt,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aCY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aCZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aDa" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/barbershop) +"aDb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/checkpoint) +"aDc" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Barbershop"; dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aDd" = (/obj/structure/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aDe" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aDf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aDg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/central) +"aDh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Port Bow Primary Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aDi" = (/obj/structure/closet/secure_closet/evidence,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"aDj" = (/obj/structure/closet/wardrobe/green,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aDk" = (/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aDl" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aDm" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) +"aDn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/bridge) +"aDo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aDp" = (/obj/effect/spawner/structure/window,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/crew_quarters/barbershop) +"aDq" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aDr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Civilian Wing Hallway"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aDs" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/brig) +"aDt" = (/obj/structure/closet{name = "Evidence Closet 1"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aDu" = (/obj/structure/closet{name = "Evidence Closet 2"},/obj/machinery/light,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aDv" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aDw" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aDx" = (/obj/structure/closet/crate,/obj/item/gun/ballistic/shotgun/toy/unrestricted,/obj/item/gun/ballistic/shotgun/toy/unrestricted,/obj/item/toy/gun,/obj/item/toy/sword,/obj/item/toy/sword,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"aDy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aDz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/departments/restroom{pixel_y = 32},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aDA" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDB" = (/obj/structure/closet{name = "Evidence Closet 3"},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aDC" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aDE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) +"aDF" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) +"aDG" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDH" = (/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDI" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aDJ" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDL" = (/obj/structure/closet{name = "Evidence Closet 4"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aDM" = (/turf/closed/wall,/area/maintenance/central) +"aDN" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/central) +"aDO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/solars/port) +"aDP" = (/obj/machinery/disposal/bin,/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/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"aDQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aDR" = (/turf/open/floor/plating,/area/maintenance/central) +"aDS" = (/turf/closed/wall/r_wall,/area/crew_quarters/barbershop) +"aDT" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"aDU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) +"aDV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/solars/port) +"aDW" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/machinery/turnstile{dir = 4; name = "Genpop Exit Turnstile"; req_access_txt = "70"},/turf/open/floor/plasteel,/area/security/prison) +"aDX" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"aDY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/prison) +"aDZ" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEa" = (/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) +"aEb" = (/obj/structure/transit_tube/crossing/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) +"aEc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/brig) +"aEd" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEe" = (/obj/structure/transit_tube/horizontal,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aEf" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port Bow"; dir = 1; network = list("tcomms")},/turf/open/space/basic,/area/space) +"aEg" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/hallway/secondary/service) +"aEh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/port/fore) +"aEi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aEj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main) +"aEk" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aEl" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aEm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port) +"aEn" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aEo" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/sign/poster/official/fashion{pixel_x = -32},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aEp" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) +"aEq" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aEr" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/lighter,/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEs" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"aEt" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/junction{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aEv" = (/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aEw" = (/obj/structure/chair,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"aEx" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aEy" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) +"aEz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEA" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -32},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aEB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aED" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/security_officer,/turf/open/floor/carpet/red,/area/security/brig) +"aEE" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aEF" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/circuit) +"aEG" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aEI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/chapel/main) +"aEJ" = (/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEK" = (/obj/structure/table,/obj/item/razor,/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEL" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aEM" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/grown/poppy,/turf/open/floor/carpet,/area/chapel/main) +"aEN" = (/obj/structure/table,/obj/machinery/light,/obj/item/razor,/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEO" = (/obj/structure/table,/obj/item/clothing/accessory/pocketprotector/cosmetology,/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEP" = (/obj/item/kirbyplants,/turf/open/floor/wood,/area/crew_quarters/barbershop) +"aEQ" = (/turf/closed/wall/r_wall,/area/maintenance/central) +"aER" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot,/obj/structure/sign/warning/nosmoking{pixel_x = -32},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aES" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aET" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aEU" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aEV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/central) +"aEW" = (/obj/structure/table,/obj/machinery/computer/libraryconsole/bookmanagement,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aEX" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_y = 32},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aEY" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aEZ" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Emergency Storage APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFa" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 10},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFb" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFc" = (/obj/structure/table,/obj/item/clothing/suit/toggle/owlwings,/obj/item/clothing/under/costume/owl,/obj/item/clothing/mask/gas/owl_mask,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aFd" = (/obj/machinery/space_heater,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFe" = (/obj/machinery/photocopier,/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"aFf" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=serv"; location = "sec1"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aFg" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aFh" = (/obj/structure/chair/pew/right{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet,/area/chapel/main) +"aFi" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=market"; location = "sec2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aFj" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) +"aFk" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable,/turf/open/floor/plating,/area/security/checkpoint) +"aFl" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1},/obj/item/reagent_containers/glass/bottle/diethylamine,/obj/structure/sign/poster/official/hydro_ad{pixel_x = -32},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFm" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) +"aFn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aFo" = (/obj/machinery/door/window/southleft{name = "Weightroom"},/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"aFp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Bar"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aFq" = (/obj/structure/table/wood,/obj/item/candle{pixel_x = 4},/obj/item/candle{pixel_y = 8},/turf/open/floor/carpet,/area/chapel/main) +"aFr" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aFs" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aFt" = (/obj/structure/table/glass,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aFu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore) +"aFv" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/secondary/entry) +"aFw" = (/obj/structure/table,/obj/item/multitool,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/camera{c_tag = "Central Maintenance - Power Monitoring"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/central) +"aFx" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/folder/blue,/obj/machinery/door/window/westleft{name = "Hydroponics Desk"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFy" = (/obj/machinery/computer/monitor,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/central) +"aFz" = (/obj/structure/table,/obj/item/multitool{pixel_x = 8; pixel_y = 2},/obj/item/stack/cable_coil/random,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/central) +"aFA" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/landmark/start/botanist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFB" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aFD" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AftH"; location = "Hydroponics"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFE" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/techstorage/tcomms,/turf/open/floor/circuit,/area/bridge) +"aFF" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aFG" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/security/prison) +"aFH" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFI" = (/obj/effect/turf_decal/bot,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Primary Tool Storage"},/turf/open/floor/plasteel,/area/storage/tools) +"aFJ" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/watertank,/obj/item/grenade/chem_grenade/antiweed,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFK" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/storage/box/beakers{pixel_y = 4},/obj/item/reagent_containers/dropper,/obj/structure/disposalpipe/segment{dir = 9},/obj/item/pen/blue{pixel_x = -4; pixel_y = -2},/obj/item/pen/red{pixel_x = 4; pixel_y = 4},/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFL" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/chem_master,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aFM" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/barbershop) +"aFN" = (/obj/structure/flora/junglebush/b,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aFO" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/main) +"aFQ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFS" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFT" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) +"aFU" = (/obj/machinery/atmospherics/components/binary/circulator/cold{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aFV" = (/obj/structure/window/reinforced,/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) +"aFW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aFX" = (/obj/machinery/computer/security/hos{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aFY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet,/area/chapel/main) +"aFZ" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall/r_wall,/area/security/prison) +"aGa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/tcommsat/computer) +"aGb" = (/obj/machinery/suit_storage_unit/hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aGc" = (/obj/item/coin/iron,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/maintenance/port/fore) +"aGd" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/central) +"aGe" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) +"aGf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aGg" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGh" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/landmark/start/security_officer,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"aGi" = (/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aGj" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/analyzer{pixel_y = -4},/obj/item/flashlight{pixel_y = 4},/obj/item/flashlight{pixel_y = 4},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aGk" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aGl" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/structure/window/reinforced,/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/clipboard,/obj/item/pen,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aGm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/door/window/southright{name = "Hydroponics Desk"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aGn" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge) +"aGo" = (/obj/structure/rack,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/screwdriver,/obj/item/wrench,/obj/item/clothing/gloves/color/fyellow,/obj/item/multitool,/obj/item/multitool,/obj/item/wrench,/turf/open/floor/plasteel,/area/security/brig) +"aGp" = (/mob/living/simple_animal/mouse/brown,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aGq" = (/turf/closed/wall/r_wall,/area/bridge) +"aGr" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGs" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/bridge) +"aGt" = (/obj/machinery/computer/card/minor/hos{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aGu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aGv" = (/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aGw" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Hydroponics Lobby"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"aGx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGy" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/solars/port) +"aGz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable,/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/bridge"; name = "Bridge APC"; pixel_y = -24},/turf/open/floor/plating,/area/maintenance/solars/port) +"aGA" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aGB" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aGC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aGD" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/crew_quarters/toilet"; dir = 8; name = "Dormitory Toilets APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aGE" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) +"aGF" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/clothing/glasses/meson,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aGG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aGH" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medical Booth"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/medical{name = "Medical Booth"}) +"aGI" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 5},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 3},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 1},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = -1},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 5},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 3},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 1},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aGJ" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Head of Security's APC"; pixel_y = 24},/obj/machinery/camera{c_tag = "Security - Head of Security's Office"; pixel_x = 22},/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aGL" = (/obj/structure/table/wood,/obj/item/storage/firstaid/regular,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aGM" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aGN" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aGO" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel,/area/hydroponics) +"aGP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aGQ" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGR" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/snacks/store/cake/chocolate,/obj/machinery/door/poddoor/preopen{id = "kitchenlock"; name = "Kitchen Lockup"},/turf/open/floor/plasteel/dark,/area/crew_quarters/kitchen) +"aGS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aGT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aGU" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aGV" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/table,/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aGW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/closed/wall/r_wall,/area/bridge) +"aGX" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/bottle/vodka,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aGY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aGZ" = (/turf/open/floor/plasteel/stairs/medium,/area/hallway/secondary/entry) +"aHa" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/crew_quarters/locker"; dir = 8; name = "Locker Room APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"aHb" = (/obj/structure/chair,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"aHc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aHd" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aHe" = (/obj/structure/sign/poster/official/bless_this_spess{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aHf" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aHg" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) +"aHh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aHi" = (/obj/structure/chair/stool,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aHj" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aHk" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aHl" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aHm" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aHn" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/maintenance/central) +"aHo" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/relay,/obj/item/circuitboard/machine/telecomms/server,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 5},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aHp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"aHq" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"aHr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/contraband/clown{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/fore) +"aHs" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/port/fore) +"aHt" = (/turf/closed/wall/r_wall,/area/hallway/primary/port/fore) +"aHu" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aHv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aHw" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aHx" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/security/detectives_office) +"aHy" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall/r_wall,/area/security/detectives_office) +"aHz" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/detectives_office) +"aHA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/detectives_office) +"aHB" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/wrench,/obj/item/wrench{pixel_x = 2; pixel_y = 2},/obj/item/light/tube,/obj/item/light/tube{pixel_x = -2; pixel_y = 2},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aHC" = (/obj/machinery/vending/cola/random,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aHD" = (/obj/machinery/modular_computer/console/preset/engineering,/turf/open/floor/plasteel/dark,/area/bridge) +"aHE" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/tcommsat/computer) +"aHF" = (/turf/open/floor/plasteel/dark,/area/bridge) +"aHG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/central) +"aHH" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aHI" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) +"aHJ" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aHK" = (/obj/structure/musician/piano,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aHL" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/stack/medical/gauze,/obj/item/reagent_containers/blood,/obj/item/stack/medical/suture,/obj/item/stack/medical/mesh,/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aHM" = (/turf/open/floor/plasteel,/area/bridge) +"aHN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Security - Interrogation Room"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"aHO" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aHP" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) +"aHQ" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aHR" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/trunk,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Security Office APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/security/main) +"aHS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aHT" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aHU" = (/obj/effect/turf_decal/delivery,/obj/structure/mineral_door/woodrustic{name = "Nature Preserve"},/turf/open/floor/plasteel,/area/hydroponics/garden{name = "Nature Preserve"}) +"aHV" = (/obj/structure/flora/junglebush/large,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aHW" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/head_of_security,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aHX" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aHY" = (/turf/closed/wall/r_wall,/area/crew_quarters/cryopod) +"aHZ" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/door/window/eastleft{name = "Security Office Desk"; req_one_access_txt = "63"},/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/stamp,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"aIa" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/central) +"aIb" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/junction/flip,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIc" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) +"aId" = (/obj/structure/disposaloutlet{dir = 4},/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/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIe" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aIf" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aIg" = (/obj/structure/chair/office/dark{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) +"aIh" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aIi" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIj" = (/obj/structure/table/glass,/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/port/fore) +"aIk" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"aIm" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/requests_console{department = "Kitchen"; departmentType = 2; name = "Kitchen RC"; pixel_x = 30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"aIn" = (/obj/structure/grille,/turf/open/floor/plating,/area/security/prison) +"aIo" = (/obj/effect/decal/cleanable/oil,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/solars/port) +"aIp" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIq" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) +"aIr" = (/obj/structure/table/reinforced,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/item/folder/red,/obj/item/stamp/hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aIs" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aIt" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIv" = (/obj/machinery/cryopod{dir = 8},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aIw" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIx" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIz" = (/obj/machinery/cryopod{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aIA" = (/obj/machinery/computer/med_data{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aIB" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIC" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/main) +"aID" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/main) +"aIE" = (/turf/open/floor/carpet/royalblue,/area/bridge) +"aIF" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/recharger,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) +"aIG" = (/obj/structure/table,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper_bin,/obj/item/pen,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) +"aIH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/carpet/royalblue,/area/bridge) +"aII" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/bridge) +"aIJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/port/fore) +"aIK" = (/obj/structure/table/wood,/obj/item/camera,/obj/item/folder,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aIL" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) +"aIM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aIN" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aIO" = (/obj/structure/sign/directions/medical{dir = 8; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 1; pixel_y = -32},/obj/structure/sign/directions/supply{dir = 8; pixel_y = -40},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"aIQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge) +"aIR" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel,/area/hydroponics) +"aIS" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/ai,/obj/item/radio/intercom{freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 27; pixel_y = -7},/obj/item/radio/intercom{freerange = 1; name = "Common Channel"; pixel_x = 27; pixel_y = 5},/obj/machinery/button/door{id = "AIShutter"; layer = 3.6; name = "AI Core Shutter Control"; pixel_x = 24; pixel_y = -24},/obj/item/radio/intercom{freerange = 1; listening = 0; name = "Custom Channel"; pixel_x = -24; pixel_y = -8},/obj/machinery/button/door{id = "AIChamberShutter"; layer = 3.6; name = "AI Chamber Shutter Control"; pixel_x = -24; pixel_y = -24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aIT" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/bridge) +"aIU" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aIV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Monitoring"; req_access_txt = "63"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) +"aIW" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIX" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aIY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aIZ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aJa" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aJb" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aJc" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJd" = (/turf/closed/wall,/area/chapel/office) +"aJe" = (/obj/machinery/computer/crew{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aJf" = (/obj/machinery/camera{c_tag = "Chapel - Aft"; dir = 1},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aJg" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aJh" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aJi" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/chapel/office) +"aJj" = (/obj/structure/chair{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Chapel APC"; pixel_x = -26},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aJk" = (/obj/structure/table/wood,/obj/item/candle,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aJl" = (/obj/structure/bodycontainer/crematorium{id = "foo"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aJm" = (/obj/machinery/light,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aJn" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) +"aJo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aJp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera/motion{c_tag = "AI"; network = list("minisat")},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aJq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/item/storage/box/beakers{pixel_y = 4},/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/hydroponics) +"aJr" = (/obj/structure/sign/directions/command{dir = 8; pixel_y = -32},/obj/structure/sign/directions/security{dir = 8; pixel_y = -24},/obj/structure/sign/directions/science{dir = 8; pixel_y = -40},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJs" = (/obj/structure/noticeboard{name = "Hydroponics Requests Board"; pixel_y = 28},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aJt" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/toy/figure/syndie,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) +"aJu" = (/obj/structure/chair/comfy/brown,/turf/open/floor/carpet/royalblue,/area/bridge) +"aJv" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) +"aJw" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) +"aJx" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJy" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/right,/area/security/brig) +"aJz" = (/obj/structure/chair/comfy/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aJA" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall - Dorms Access"; network = list("ss13","rd")},/obj/structure/sign/poster/official/random{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJB" = (/obj/machinery/computer/security/mining{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"aJC" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJD" = (/obj/structure/rack,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/item/storage/belt/medical,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/suit/space/eva/paramedic,/obj/item/clothing/head/helmet/space/eva/paramedic,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"aJE" = (/obj/structure/closet/secure_closet/medical2,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"aJF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) +"aJG" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/bridge) +"aJH" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/storage/tools) +"aJI" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable,/obj/item/shovel/spade,/obj/item/wrench,/obj/item/cultivator,/obj/item/crowbar,/obj/item/wirecutters,/obj/item/reagent_containers/glass/bucket,/obj/item/hatchet,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hydroponics"; name = "Hydroponics APC"; pixel_y = -28},/turf/open/floor/plasteel,/area/hydroponics) +"aJJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) +"aJK" = (/obj/structure/filingcabinet,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/bridge) +"aJL" = (/turf/open/floor/circuit,/area/bridge) +"aJM" = (/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit,/area/bridge) +"aJN" = (/obj/machinery/camera{c_tag = "Security - Prison Aft"; dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/prison) +"aJO" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/prison) +"aJP" = (/obj/structure/chair/comfy/teal,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/sign/departments/botany{pixel_y = 32},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Starboard"; dir = 8; pixel_y = -22},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aJQ" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"aJS" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aJT" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aJU" = (/obj/machinery/vending/cigarette,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) +"aJV" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"aJW" = (/obj/machinery/cryopod{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aJX" = (/obj/machinery/light{dir = 4},/obj/machinery/modular_computer/console/preset/civilian{dir = 8},/turf/open/floor/circuit,/area/bridge) +"aJY" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/storage/box/lights/mixed,/obj/item/stack/sheet/metal/fifty{pixel_x = -3; pixel_y = -7},/turf/open/floor/plasteel,/area/storage/tools) +"aJZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) +"aKa" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/prison) +"aKb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/civilian) +"aKc" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aKd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation"; req_access_txt = "63"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/security/brig) +"aKe" = (/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"aKf" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/emergency/generic) +"aKg" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/entry) +"aKh" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet/red,/area/security/brig) +"aKi" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/main) +"aKj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aKk" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/detective,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aKl" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aKm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Emergency Storage"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aKn" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"aKo" = (/obj/effect/turf_decal/delivery,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/security/brig) +"aKp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aKq" = (/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/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Chapel"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/chapel/main) +"aKr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass{name = "Emergency Storage"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) +"aKs" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/obj/item/reagent_containers/rag,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aKt" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aKu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/storage/emergency/generic) +"aKv" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) +"aKw" = (/obj/structure/table,/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/security/prison) +"aKx" = (/obj/machinery/computer/security{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aKy" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/rnd/production/techfab/department/security,/turf/open/floor/plasteel,/area/security/brig) +"aKz" = (/turf/closed/wall,/area/storage/emergency/generic) +"aKA" = (/obj/structure/table/wood,/obj/machinery/button/door{id = "bridge blast"; name = "Bridge Blast Door Control"; pixel_x = -6; pixel_y = -3; req_access_txt = "19"},/turf/open/floor/carpet/royalblue,/area/bridge) +"aKB" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aKC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aKD" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aKE" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/royalblue,/area/bridge) +"aKF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Telecommunications Control Room"; req_access_txt = "19;61"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) +"aKG" = (/obj/structure/table/wood,/obj/item/storage/toolbox/emergency,/obj/item/crowbar/red,/turf/open/floor/carpet/royalblue,/area/bridge) +"aKH" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/white/full,/obj/machinery/camera{c_tag = "Bridge - Fore"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark,/area/bridge) +"aKI" = (/obj/structure/closet/cabinet,/obj/item/screwdriver,/obj/item/storage/crayons,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aKJ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aKK" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/vending/snack/blue,/turf/open/floor/plasteel,/area/bridge) +"aKL" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/bridge) +"aKM" = (/obj/machinery/camera{c_tag = "Chapel - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aKN" = (/obj/structure/chair/pew/left{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aKO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/left,/area/security/brig) +"aKP" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/bridge) +"aKQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/chapel/office) +"aKR" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) +"aKS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/bridge) +"aKT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/central) +"aKU" = (/obj/structure/bodycontainer/morgue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aKV" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aKW" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aKX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Chapel Morgue"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aKY" = (/obj/structure/chair/sofa/left,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aKZ" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/red{dir = 4},/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/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"aLa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/door/poddoor/preopen{id = "hos"},/turf/open/floor/plating,/area/crew_quarters/heads/hos) +"aLb" = (/obj/item/toy/prize/honk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/fore) +"aLc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aLd" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aLg" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aLh" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) +"aLj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLk" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/brig) +"aLl" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aLm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) +"aLn" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aLo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLp" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/chapel/office) +"aLq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aLt" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Visitation Maintainance"; req_one_access_txt = "63"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/security/main) +"aLv" = (/obj/machinery/computer/cryopod{dir = 8; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aLw" = (/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/kirbyplants{icon_state = "plant-06"},/turf/open/floor/plasteel,/area/security/brig) +"aLx" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aLy" = (/obj/machinery/modular_computer/console/preset/command{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aLz" = (/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLA" = (/obj/item/candle{pixel_x = -4; pixel_y = -4},/obj/item/candle{pixel_x = -8; pixel_y = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aLB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aLC" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLD" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aLE" = (/obj/machinery/computer/communications{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aLF" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aLG" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aLH" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/tcommsat/computer) +"aLI" = (/obj/structure/table/wood,/obj/item/storage/box/PDAs,/obj/item/storage/box/ids{pixel_x = 3; pixel_y = 3},/turf/open/floor/carpet/royalblue,/area/bridge) +"aLJ" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/brig) +"aLK" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/bridge) +"aLL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/brig) +"aLM" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"aLN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/morgue{name = "Confession Booth"},/turf/open/floor/plasteel/dark,/area/chapel/main) +"aLO" = (/obj/item/toy/talking/owl,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aLP" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aLQ" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/bridge) +"aLR" = (/obj/structure/table,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/storage/box/bodybags{pixel_y = 4},/obj/item/stack/packageWrap,/obj/item/hand_labeler,/turf/open/floor/plasteel/dark,/area/chapel/office) +"aLS" = (/obj/structure/disposaloutlet{dir = 8; name = "Corpse Outlet"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/dark,/area/chapel/office) +"aLT" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aLU" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/vending/assist,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aLV" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/camera{c_tag = "Central Maintenance - Aft"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/central) +"aLW" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/brig) +"aLX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/security/main) +"aLY" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) +"aLZ" = (/mob/living/simple_animal/chicken{desc = "At least it isn't a court kangaroo."; name = "amusing cluck"; real_name = "amusing cluck"},/turf/open/floor/carpet,/area/security/courtroom) +"aMa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aMb" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMc" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 20},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMd" = (/obj/machinery/vending/wardrobe/chap_wardrobe,/obj/machinery/camera{c_tag = "Chapel Office"; dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aMe" = (/obj/machinery/door/window/northleft{name = "Game Room"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aMf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/central) +"aMh" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/reagent_containers/food/drinks/bottle/champagne,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Security's Desk"; departmentType = 5; name = "Head of Security RC"; pixel_y = -32},/obj/machinery/keycard_auth{pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aMi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) +"aMj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aMk" = (/obj/structure/closet/crate/coffin,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/department/chapel) +"aMl" = (/obj/effect/landmark/start/bartender,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aMm" = (/obj/machinery/computer/med_data,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"aMn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"},/turf/closed/wall,/area/maintenance/department/chapel) +"aMo" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aMp" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aMq" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aMr" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Port"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMs" = (/turf/closed/wall,/area/maintenance/department/chapel) +"aMt" = (/obj/machinery/atmospherics/components/unary/tank/air,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) +"aMu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) +"aMv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) +"aMw" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aMx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"aMy" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aMz" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) +"aMA" = (/turf/closed/wall,/area/janitor) +"aMB" = (/turf/closed/wall/r_wall,/area/janitor) +"aMC" = (/obj/structure/table/wood,/obj/item/kitchen/fork,/obj/item/reagent_containers/food/snacks/salad/herbsalad,/obj/item/candle{pixel_x = 8; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aMD" = (/turf/closed/wall/rust,/area/maintenance/disposal) +"aME" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMF" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aMG" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aMH" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aMI" = (/turf/closed/wall/r_wall,/area/maintenance/disposal) +"aMJ" = (/obj/structure/chair{dir = 4},/obj/machinery/newscaster{pixel_x = -30},/obj/effect/landmark/start/assistant,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aMK" = (/obj/vehicle/ridden/wheelchair,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aML" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/chapel/office) +"aMM" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/sign/poster/official/help_others{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMN" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/security/main) +"aMO" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMP" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/bottle/wine,/turf/open/floor/plasteel,/area/security/brig) +"aMQ" = (/obj/machinery/computer/security{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aMR" = (/obj/effect/landmark/start/chaplain,/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet,/area/chapel/main) +"aMS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aMT" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMU" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fountain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet,/area/chapel/main) +"aMV" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aMW" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aMX" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/turf/open/floor/carpet/royalblue,/area/bridge) +"aMY" = (/obj/structure/closet,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aMZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aNa" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aNb" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aNc" = (/obj/structure/rack,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/mop,/obj/item/storage/box/mousetraps,/obj/item/storage/box/mousetraps,/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/janitor) +"aNd" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper_bin,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aNe" = (/obj/structure/closet/crate,/obj/item/reagent_containers/food/snacks/spaghetti,/obj/item/reagent_containers/food/snacks/spaghetti,/turf/open/floor/plating,/area/hallway/secondary/service) +"aNf" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/clipboard,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aNg" = (/obj/machinery/computer/cargo/request{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"aNh" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aNi" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aNj" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/table,/obj/item/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/brig) +"aNk" = (/obj/structure/table/glass,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/pen{pixel_y = 8},/obj/item/pen,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aNl" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/condiment/pack/ketchup{pixel_x = -2; pixel_y = 6},/obj/item/reagent_containers/food/condiment/pack/mustard{pixel_x = 6; pixel_y = 3},/obj/item/candle{pixel_x = -8; pixel_y = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aNm" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aNn" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/reagent_containers/food/drinks/shaker,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aNo" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIShutter"; name = "AI Core Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"aNp" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aNq" = (/obj/machinery/door/window/northright{name = "Chapel Office"; req_access_txt = "22"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aNr" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aNs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aNt" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aNu" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) +"aNv" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aNw" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) +"aNx" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) +"aNy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aNz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aNA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/security/main) +"aNB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Port Bow Primary Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aNC" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera/motion{c_tag = "Telecomms Control Room"; network = list("tcomms"); pixel_x = 22},/obj/machinery/power/apc/highcap/fifteen_k{areastring = "/area/tcommsat/server"; dir = 1; name = "Telecomms Server APC"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/server) +"aND" = (/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aNE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aNF" = (/obj/machinery/computer/secure_data{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"aNG" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/table,/obj/item/taperecorder,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/security/brig) +"aNH" = (/obj/machinery/door/airlock/external/glass{name = "Exterior Engineering Access"; req_access_txt = "11;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aNI" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aNJ" = (/obj/structure/table,/obj/item/flashlight/lamp,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/brig) +"aNK" = (/obj/structure/sign/nanotrasen{pixel_x = -32},/turf/open/floor/plasteel,/area/security/courtroom) +"aNL" = (/turf/open/floor/plasteel,/area/security/courtroom) +"aNM" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/brig) +"aNN" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/security/courtroom) +"aNO" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aNP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aNQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) +"aNR" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop) +"aNS" = (/obj/structure/chair,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aNT" = (/turf/closed/wall/r_wall,/area/teleporter) +"aNU" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aNV" = (/obj/structure/table,/obj/item/locator,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/dark,/area/security/brig) +"aNW" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/disposal) +"aNX" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/instrument/guitar,/obj/machinery/camera{c_tag = "Bar - Port"; dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aNY" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sec2"; location = "bar"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aNZ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/solars/port) +"aOa" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/department/eva) +"aOb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) +"aOc" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aOd" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aOe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"aOf" = (/obj/effect/turf_decal/tile/neutral,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOg" = (/obj/structure/chair/comfy/teal{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOh" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aOi" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aOj" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/effect/turf_decal/delivery,/obj/structure/window/reinforced/spawner,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOl" = (/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOm" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/obj/structure/table/wood,/obj/item/toy/windupToolbox,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOn" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) +"aOo" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/hallway/primary/port/fore"; dir = 4; name = "Port Bow Primary Hallway APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/department/security) +"aOp" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 31},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/bridge) +"aOq" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/effect/turf_decal/delivery,/obj/item/extinguisher,/obj/structure/window/reinforced/spawner,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark/side{dir = 1},/area/bridge) +"aOs" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/kirbyplants,/turf/open/floor/plasteel/dark/side{dir = 1},/area/bridge) +"aOt" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) +"aOu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/chapel/main) +"aOv" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/gavelblock,/obj/item/gavelhammer,/obj/machinery/camera{c_tag = "Courtroom"; network = list("ss13","rd")},/turf/open/floor/carpet,/area/security/courtroom) +"aOw" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/pen,/turf/open/floor/plasteel,/area/security/courtroom) +"aOx" = (/obj/structure/table/reinforced,/obj/item/grenade/chem_grenade/smart_metal_foam{pixel_x = 4},/obj/item/radio,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOz" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aOA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) +"aOB" = (/turf/closed/wall/r_wall,/area/security/courtroom) +"aOC" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aOD" = (/obj/machinery/door/airlock{name = "Catering"; req_one_access_txt = "25;28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"aOE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aOF" = (/obj/structure/closet/crate/freezer/surplus_limbs,/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/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"aOG" = (/obj/structure/chair/comfy/teal{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aOH" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) +"aOI" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/obj/machinery/flasher{id = "ID"; pixel_x = 8; pixel_y = 24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aOJ" = (/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"aOK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) +"aOL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall,/area/security/brig) +"aOM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aON" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aOO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aOP" = (/obj/machinery/light{dir = 1},/turf/open/floor/engine,/area/engine/gravity_generator) +"aOQ" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOS" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aOT" = (/turf/closed/wall,/area/crew_quarters/fitness/cogpool) +"aOU" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"aOV" = (/turf/open/floor/plasteel/stairs,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOW" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/hydro,/obj/item/encryptionkey/headset_service,/obj/item/clothing/under/misc/vice_officer,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aOX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Pool"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/white/side,/area/crew_quarters/fitness/cogpool) +"aOY" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aOZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/bridge) +"aPa" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Pool"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/side,/area/crew_quarters/fitness/cogpool) +"aPb" = (/obj/structure/grille,/turf/open/floor/plating,/area/hallway/primary/central) +"aPc" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPd" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPe" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/junction{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aPf" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"aPg" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) +"aPh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPi" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aPj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPk" = (/obj/effect/landmark/start/depsec/science,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPl" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/start/depsec/medical,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPo" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"aPp" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) +"aPq" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"aPr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) +"aPs" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) +"aPt" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"aPu" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/bridge) +"aPv" = (/obj/machinery/door/airlock/security/glass{name = "Equipment Room"; req_access_txt = "1"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPw" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Courtroom Access"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) +"aPx" = (/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPy" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPz" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/courtroom) +"aPA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPB" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/paper/guides/jobs/security/courtroom,/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/security/courtroom) +"aPC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPD" = (/obj/machinery/door/airlock/security/glass{name = "Equipment Room"; req_access_txt = "1"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aPE" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 8},/obj/item/toy/talking/AI{name = "Nanotrasen-brand toy AI"; pixel_y = 6},/obj/item/clothing/glasses/meson,/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"aPF" = (/turf/closed/wall/r_wall,/area/crew_quarters/locker) +"aPG" = (/obj/structure/disposalpipe/sorting/mail/flip{sortType = 21},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPH" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/security/courtroom) +"aPI" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/department/eva) +"aPJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bar"; location = "serv"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPK" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) +"aPL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPM" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aPN" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/space/nearstation) +"aPO" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 8},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPP" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aPQ" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aPR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/crew_quarters/fitness/cogpool) +"aPS" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aPT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) +"aPU" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"aPV" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"aPW" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"aPX" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/storage/fancy/donut_box,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPY" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aPZ" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQa" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"aQb" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aQc" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aQd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aQe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aQf" = (/obj/structure/table,/obj/structure/bedsheetbin,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aQi" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQj" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"aQk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aQl" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) +"aQm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aQn" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"aQo" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/security/courtroom) +"aQp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) +"aQq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/space/nearstation) +"aQr" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/space/nearstation) +"aQs" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aQt" = (/obj/machinery/pool/controller,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQu" = (/obj/structure/table,/obj/item/toy/beach_ball{pixel_y = 12},/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQv" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"aQw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/main) +"aQx" = (/obj/machinery/camera{c_tag = "Engine Room - Port Bow"},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aQy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/chapel/main) +"aQz" = (/obj/structure/chair/comfy/teal,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQA" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQB" = (/obj/structure/table,/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aQD" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aQE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aQF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aQG" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/central) +"aQH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aQI" = (/obj/structure/chair/comfy/teal,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQJ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"aQK" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/central) +"aQL" = (/turf/closed/wall,/area/maintenance/port/central) +"aQM" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) +"aQN" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aQO" = (/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aQP" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/kirbyplants{icon_state = "plant-02"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQQ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQR" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQS" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aQT" = (/obj/machinery/door/airlock/engineering{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aQU" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/teleporter) +"aQV" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aQW" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) +"aQX" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aQY" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aQZ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"aRa" = (/obj/structure/table/wood,/obj/item/lighter,/obj/item/multitool{pixel_x = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aRb" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/primary/central) +"aRc" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/fitness/cogpool) +"aRd" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRe" = (/obj/structure/table/wood,/obj/item/storage/secure/briefcase,/obj/item/assembly/flash,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/royalblue,/area/bridge) +"aRf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRh" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/department/eva) +"aRi" = (/obj/machinery/light,/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRj" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/sleep_console{dir = 8},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aRk" = (/obj/structure/disposalpipe/junction/yjunction,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRl" = (/obj/structure/table/wood,/obj/item/restraints/handcuffs,/obj/item/laser_pointer/blue,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aRm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/courtroom) +"aRn" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRo" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"aRp" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aRq" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/department/eva) +"aRr" = (/mob/living/simple_animal/chicken{name = "Kentucky"; real_name = "Kentucky"},/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aRs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRt" = (/obj/effect/turf_decal/tile/neutral,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRu" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/turf/open/space/basic,/area/space/nearstation) +"aRv" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) +"aRw" = (/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"aRx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aRy" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"aRz" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aRA" = (/obj/structure/table/optable,/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/reagent_containers/blood/random,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aRB" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aRC" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"aRD" = (/turf/closed/wall/r_wall/rust,/area/engine/gravity_generator) +"aRE" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aRF" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) +"aRG" = (/obj/machinery/power/generator,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aRH" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/blobstart,/obj/machinery/camera{c_tag = "Central Port Maintenance - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/port/central) +"aRI" = (/obj/structure/rack,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/port/central) +"aRJ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) +"aRK" = (/obj/structure/sign/departments/holy{pixel_y = -32},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRL" = (/mob/living/simple_animal/crab/kreb,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"aRM" = (/turf/open/floor/carpet,/area/crew_quarters/bar) +"aRN" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRO" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aRP" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRQ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aRR" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aRS" = (/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 = 4},/obj/item/kirbyplants{icon_state = "plant-10"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aRT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aRU" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/main) +"aRV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aRW" = (/turf/open/floor/plating,/area/maintenance/port/central) +"aRX" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) +"aRY" = (/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"aRZ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/turf/open/space/basic,/area/space/nearstation) +"aSa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aSb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aSc" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) +"aSd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aSe" = (/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/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Chapel"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/chapel/main) +"aSf" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aSg" = (/obj/machinery/power/apc{name = "Security Maintainance APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/security) +"aSh" = (/obj/structure/table,/obj/item/storage/fancy/donut_box,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aSi" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aSj" = (/obj/structure/target_stake,/obj/item/target/syndicate,/turf/open/floor/plasteel,/area/science/circuit) +"aSk" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aSl" = (/obj/machinery/computer/teleporter{dir = 1},/turf/open/floor/plasteel/dark,/area/teleporter) +"aSm" = (/obj/machinery/teleport/station,/turf/open/floor/plasteel/dark,/area/teleporter) +"aSn" = (/obj/machinery/teleport/hub,/turf/open/floor/plasteel/dark,/area/teleporter) +"aSo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aSp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aSq" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/space/nearstation) +"aSr" = (/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aSs" = (/obj/machinery/light{dir = 1; light_color = "#d1dfff"},/obj/effect/turf_decal/delivery,/obj/machinery/camera{c_tag = "Bridge Access"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/bridge) +"aSt" = (/turf/closed/wall/r_wall,/area/maintenance/department/eva) +"aSu" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) +"aSv" = (/turf/closed/wall,/area/space/nearstation) +"aSw" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"aSx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aSy" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/space/nearstation) +"aSz" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aSA" = (/obj/structure/closet/secure_closet/medical2,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aSB" = (/obj/machinery/door/airlock/command{name = "Bridge"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aSC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aSD" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aSE" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aSF" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/surgical_drapes,/obj/item/scalpel,/obj/item/circular_saw{pixel_y = 16},/obj/item/hemostat,/obj/item/retractor,/obj/item/surgicaldrill,/obj/item/cautery,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aSG" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) +"aSH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) +"aSI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aSJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/main) +"aSK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aSL" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aSM" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) +"aSN" = (/obj/structure/table,/obj/machinery/computer/secure_data/laptop{dir = 8; pixel_x = -2; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/red,/area/security/brig) +"aSO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aSP" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aSQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) +"aSR" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/tools) +"aSS" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Chapel"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aST" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"aSU" = (/obj/structure/reagent_dispensers/beerkeg,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/machinery/requests_console{department = "Bar"; departmentType = 2; name = "Bar RC"; pixel_y = -30},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"aSV" = (/obj/item/toy/talking/AI,/obj/structure/grille/broken,/turf/open/floor/plating,/area/hallway/primary/central) +"aSW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aSX" = (/obj/machinery/washing_machine,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aSY" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aSZ" = (/obj/structure/chair/stool,/obj/machinery/light,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aTa" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/table,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) +"aTb" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Central Hall - Starboard"; pixel_x = 22},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aTc" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"aTd" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/space/nearstation) +"aTe" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aTf" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/bridge) +"aTg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) +"aTh" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external/glass{name = "Telecommunications External Access"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/tcommsat/computer) +"aTi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aTj" = (/obj/machinery/pool/filter{pixel_y = 16},/turf/open/pool,/area/crew_quarters/fitness/cogpool) +"aTk" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"aTl" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"aTm" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aTn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/department/eva"; dir = 8; name = "EVA Maintenance APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/department/eva) +"aTo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/detectives_office) +"aTp" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/landmark/start/security_officer,/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/security/brig) +"aTq" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aTr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/detectives_office) +"aTs" = (/turf/closed/wall,/area/maintenance/department/eva) +"aTt" = (/obj/structure/closet/secure_closet/detective,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aTu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Bridge Access"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aTv" = (/turf/open/pool,/area/crew_quarters/fitness/cogpool) +"aTw" = (/obj/structure/pool/ladder{dir = 2; pixel_y = 24},/turf/open/pool,/area/crew_quarters/fitness/cogpool) +"aTx" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/turf/open/space/basic,/area/space/nearstation) +"aTy" = (/obj/structure/lattice/catwalk,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/turf/open/space/basic,/area/space/nearstation) +"aTz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aTA" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aTB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) +"aTC" = (/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aTD" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) +"aTE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/circuit) +"aTF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aTG" = (/turf/closed/wall,/area/router/public) +"aTH" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"aTI" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/airlock/public/glass{name = "Public Router"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/public) +"aTJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aTK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/airlock/public/glass{name = "Public Router"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/public) +"aTL" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/camera{c_tag = "Cryogenics"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aTM" = (/turf/closed/wall/r_wall,/area/router/public) +"aTN" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aTO" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/security/courtroom) +"aTP" = (/obj/machinery/status_display/ai,/turf/closed/wall/r_wall,/area/security/courtroom) +"aTQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Thermo-Electric Generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aTR" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/stamp,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/pen/red,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aTS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/central) +"aTT" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) +"aTU" = (/obj/machinery/holopad,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aTV" = (/turf/closed/wall,/area/gateway) +"aTW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aTX" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/science/circuit) +"aTY" = (/obj/structure/chair,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/security/courtroom) +"aTZ" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aUa" = (/obj/machinery/light_switch{pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aUb" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aUc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) +"aUd" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aUe" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aUf" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"aUg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aUh" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/department/eva) +"aUi" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/gateway) +"aUj" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/machinery/requests_console{department = "Public Router"; name = "Public Router RC"; pixel_x = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/router/public) +"aUk" = (/turf/closed/wall/r_wall,/area/gateway) +"aUl" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/public) +"aUm" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/public) +"aUn" = (/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/bot,/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel,/area/router/public) +"aUo" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/gateway) +"aUp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/closet/crate/science,/turf/open/floor/plasteel,/area/gateway) +"aUq" = (/turf/closed/wall/r_wall,/area/crew_quarters/lounge/jazz) +"aUr" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aUs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) +"aUt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"aUu" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/rack,/turf/open/floor/plasteel,/area/gateway) +"aUv" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/security_officer,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aUw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jazz Lounge"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"aUx" = (/obj/machinery/door/window/northright{name = "Game Room"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"aUy" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/official/do_not_question{pixel_y = 32},/turf/open/floor/plasteel,/area/security/prison) +"aUz" = (/obj/machinery/computer/telecomms/server{dir = 4; network = "tcommsat"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/circuit,/area/bridge) +"aUA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"aUB" = (/obj/structure/table/wood,/obj/item/flashlight/lamp,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"aUC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) +"aUD" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aUE" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aUF" = (/obj/machinery/computer/bounty{dir = 1},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"aUG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) +"aUH" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port/central) +"aUI" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) +"aUJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aUK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning/electricshock{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/central) +"aUL" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aUM" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aUN" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aUO" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/teleporter"; dir = 4; name = "Teleporter Room APC"; pixel_x = 26},/turf/open/floor/plasteel/dark,/area/teleporter) +"aUP" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/eva) +"aUQ" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plating,/area/maintenance/department/eva) +"aUR" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/bridge) +"aUS" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"aUT" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aUU" = (/obj/machinery/pool/drain,/turf/open/pool,/area/crew_quarters/fitness/cogpool) +"aUV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/courtroom) +"aUW" = (/obj/structure/pool/Lboard,/turf/open/pool,/area/crew_quarters/fitness/cogpool) +"aUX" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/port/central) +"aUY" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) +"aUZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"aVa" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aVb" = (/obj/structure/pool/Rboard,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aVc" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aVd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"aVe" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port/central) +"aVf" = (/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aVg" = (/obj/machinery/computer/cryopod{pixel_y = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aVh" = (/obj/effect/turf_decal/bot,/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/gateway) +"aVi" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel,/area/router/public) +"aVj" = (/obj/machinery/vending/cola/random,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aVk" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) +"aVl" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aVm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/department/eva) +"aVn" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/public) +"aVo" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/router/public) +"aVp" = (/obj/structure/cable{icon_state = "2-8"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/obj/machinery/camera{c_tag = "Public Router"; dir = 8; pixel_y = -22},/obj/machinery/button/massdriver{id = "public_out"; pixel_x = 24; pixel_y = -6},/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/machinery/button/door{id = "pubblock"; name = "Router Access Control"; pixel_x = 24; pixel_y = 24},/turf/open/floor/plasteel,/area/router/public) +"aVq" = (/obj/structure/table,/turf/open/floor/plasteel/white,/area/gateway) +"aVr" = (/obj/structure/table,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/cups,/obj/structure/sign/poster/official/here_for_your_safety{pixel_x = 32},/turf/open/floor/plasteel,/area/security/main) +"aVs" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/lounge/jazz) +"aVt" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/space/basic,/area/space/nearstation) +"aVu" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aVv" = (/turf/open/floor/plating,/area/maintenance/department/eva) +"aVw" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/red,/area/security/brig) +"aVx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"aVy" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aVz" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aVA" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aVB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"aVC" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/central) +"aVD" = (/obj/machinery/vending/clothing,/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,/area/crew_quarters/locker) +"aVE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Dormitory Toilets"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"aVF" = (/turf/open/floor/plasteel/white,/area/science/circuit) +"aVG" = (/obj/machinery/ore_silo,/obj/effect/turf_decal/bot_white,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/ai_monitored/nuke_storage"; dir = 4; name = "Vault APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aVH" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/hallway/secondary/civilian"; dir = 8; name = "Civilian Wing Hallway APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aVI" = (/obj/structure/table,/obj/item/storage/box/zipties,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aVJ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aVK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/space/nearstation) +"aVL" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aVM" = (/obj/structure/chair/stool,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/department/eva) +"aVN" = (/obj/machinery/vending,/turf/open/floor/plating,/area/maintenance/department/eva) +"aVO" = (/obj/structure/table,/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/item/radio/off,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/red,/area/security/brig) +"aVP" = (/obj/structure/window/reinforced,/obj/structure/displaycase/captain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"aVQ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/department/security) +"aVR" = (/obj/structure/window/reinforced,/obj/structure/filingcabinet,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"aVS" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/central) +"aVT" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: WASTE EJECTION"; pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) +"aVU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aVV" = (/obj/structure/bed,/obj/item/bedsheet/red,/obj/structure/cable{icon_state = "2-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/plating,/area/maintenance/department/security) +"aVW" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/gateway) +"aVX" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/gloves/color/latex,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aVY" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"aVZ" = (/obj/machinery/computer/security/wooden_tv,/turf/open/floor/plating,/area/maintenance/department/security) +"aWa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) +"aWb" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) +"aWc" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/central) +"aWd" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/department/eva) +"aWe" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aWf" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aWg" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"aWh" = (/obj/effect/landmark/start/lawyer,/obj/structure/chair{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"aWi" = (/obj/machinery/cryopod{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal"; dir = 8; name = "Cryogenics APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"aWj" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) +"aWk" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aWl" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/photocopier,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aWm" = (/turf/open/floor/plasteel,/area/gateway) +"aWn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aWo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/cryopod) +"aWp" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/gateway_control{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) +"aWq" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/crowbar,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/eva) +"aWr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/port/fore) +"aWs" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aWt" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) +"aWu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) +"aWv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aWw" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aWx" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/detectives_office) +"aWy" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aWz" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Power Monitoring"; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) +"aWA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) +"aWB" = (/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) +"aWC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Defendent's Chair"; req_one_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aWD" = (/obj/structure/window/reinforced/spawner/east,/obj/item/cigbutt,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/public) +"aWE" = (/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"},/turf/closed/wall/r_wall,/area/janitor) +"aWF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/janitor) +"aWG" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/clothing/shoes/magboots,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aWH" = (/obj/machinery/disposal/bin{name = "Corpse Delivery"},/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aWI" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aWJ" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"aWK" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/item/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aWL" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "public"},/turf/open/floor/plating,/area/router/public) +"aWM" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aWN" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "public"},/turf/open/floor/plating,/area/router/public) +"aWO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/ai_monitored/storage/eva) +"aWP" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aWQ" = (/obj/structure/closet/crate/rcd,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aWR" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = 32},/turf/open/space/basic,/area/space/nearstation) +"aWS" = (/obj/structure/table,/obj/item/storage/box/flashes{pixel_x = 8},/obj/item/storage/box/handcuffs{pixel_x = -8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) +"aWT" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/router/public"; dir = 4; name = "Public Router APC"; pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/public) +"aWU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"aWV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"aWW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/central) +"aWX" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/medical"; dir = 8; name = "Medical Booth APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aWY" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aWZ" = (/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) +"aXa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/central) +"aXb" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/central) +"aXc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aXd" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/central) +"aXe" = (/obj/machinery/bookbinder,/turf/open/floor/wood,/area/library) +"aXf" = (/obj/machinery/photocopier,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/item/paper/fluff/cogstation/eva,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"aXg" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/hallway/primary/central) +"aXh" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"aXi" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aXj" = (/obj/structure/transit_tube/station/reverse,/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/camera{c_tag = "Transit Tube Access"; pixel_x = 22},/obj/structure/transit_tube_pod{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge) +"aXk" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aXl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aXm" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/closed/wall/r_wall,/area/tcommsat/computer) +"aXn" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aXo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aXp" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/reagent_dispensers/foamtank,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"aXq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aXr" = (/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aXs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plating,/area/tcommsat/computer) +"aXt" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/turf/open/floor/plating,/area/gateway) +"aXu" = (/turf/closed/wall,/area/security/courtroom/jury) +"aXv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Bar"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"aXw" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aXx" = (/obj/structure/grille,/turf/closed/wall/r_wall,/area/engine/atmos) +"aXy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"aXz" = (/obj/structure/tank_dispenser/oxygen,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aXA" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/courtroom/jury) +"aXB" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/courtroom) +"aXC" = (/obj/machinery/computer/bank_machine,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aXD" = (/obj/effect/turf_decal/bot_white/right,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/closet/crate/silvercrate,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aXE" = (/obj/effect/turf_decal/bot_white,/obj/structure/closet/crate/goldcrate,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aXF" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "gas to hot loop"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"aXG" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"aXH" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) +"aXI" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aXJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aXK" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aXL" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/item/paper/fluff/jobs/security/beepsky_mom,/turf/open/floor/plating,/area/maintenance/department/security) +"aXM" = (/turf/closed/wall,/area/maintenance/department/security) +"aXN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"aXO" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) +"aXP" = (/obj/machinery/door/airlock/maintenance{name = "Pool Maintenance"; req_one_access_txt = "12"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"aXQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/medical{name = "Medical Booth"}) +"aXR" = (/turf/closed/wall,/area/security/courtroom) +"aXS" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aXT" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"aXU" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aXV" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/assembly/timer{pixel_x = 6; pixel_y = -2},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random{pixel_x = -2; pixel_y = -2},/obj/item/stack/cable_coil/random{pixel_x = 2; pixel_y = 2},/obj/item/multitool,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aXW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) +"aXX" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"aXY" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) +"aXZ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) +"aYa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/tcommsat/computer) +"aYb" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aYc" = (/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/library) +"aYd" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/department/eva) +"aYe" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aYf" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel/white,/area/gateway) +"aYg" = (/obj/effect/turf_decal/bot_white/right,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aYh" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/radio/off,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"aYi" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aYj" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aYk" = (/turf/open/floor/circuit/green,/area/ai_monitored/nuke_storage) +"aYl" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aYm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aYn" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/storage/box/smart_metal_foam,/obj/item/wrench,/obj/item/radio/off,/obj/item/radio/off,/obj/item/radio/off,/obj/item/assembly/prox_sensor,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aYo" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Security"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"aYp" = (/obj/structure/fans/tiny/invisible,/turf/open/space/basic,/area/space) +"aYq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) +"aYr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) +"aYs" = (/obj/structure/rack,/obj/item/tank/jetpack/carbondioxide,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aYt" = (/turf/open/floor/plating,/area/maintenance/department/security) +"aYu" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/holopad,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aYv" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/analyzer,/obj/item/storage/toolbox/electrical,/obj/item/gps,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aYw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aYx" = (/obj/machinery/portable_atmospherics/canister/air,/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/department/eva) +"aYy" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/kirbyplants{icon_state = "plant-22"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side,/area/bridge) +"aYz" = (/obj/effect/turf_decal/bot_white,/obj/effect/landmark/start/ai/secondary,/obj/machinery/camera{c_tag = "Vault"; dir = 4; network = list("vault")},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aYA" = (/obj/machinery/nuclearbomb/selfdestruct,/obj/effect/turf_decal/box/white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aYB" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) +"aYC" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/security/detectives_office"; dir = 1; name = "Detective's Office APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/central) +"aYD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aYE" = (/obj/structure/closet/crate/trashcart,/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/junction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aYF" = (/obj/structure/table/wood,/obj/item/storage/box/evidence,/obj/item/hand_labeler,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"aYG" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"aYH" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aYI" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/photocopier,/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/item/paper/fluff/cogstation/secsolars,/turf/open/floor/plasteel,/area/security/main) +"aYJ" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) +"aYK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Civilian Wing Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"aYL" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"aYM" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aYN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aYO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/courtroom) +"aYP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aYQ" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"aYR" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"aYS" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/security/brig) +"aYT" = (/turf/closed/wall/r_wall,/area/security/checkpoint/customs) +"aYU" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"aYV" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"aYW" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/northright{name = "Customs Desk"; req_access_txt = "57"},/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"aYX" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/structure/window/reinforced/spawner/north,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"aYY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/security/courtroom) +"aYZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"aZa" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aZb" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/department/eva) +"aZc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aZd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Maintenance"; req_access_txt = "18"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) +"aZe" = (/obj/structure/sign/warning/biohazard{pixel_y = 32},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/department/chapel) +"aZf" = (/obj/effect/turf_decal/bot_white/left,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aZg" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"aZh" = (/obj/structure/closet/crate,/obj/machinery/light,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/public) +"aZi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) +"aZj" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/extinguisher{pixel_x = -4; pixel_y = 4},/obj/item/extinguisher{pixel_x = -4; pixel_y = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aZk" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/mass_driver{id = "public_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/public) +"aZl" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/public) +"aZm" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"aZn" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera/motion{c_tag = "EVA"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aZo" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/department/eva) +"aZp" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"aZq" = (/obj/structure/chair{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) +"aZr" = (/obj/structure/filingcabinet,/obj/item/folder/documents,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aZs" = (/obj/structure/safe,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/lazarus_injector,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/effect/turf_decal/bot_white/left,/obj/item/stack/sheet/mineral/diamond,/obj/item/clothing/under/costume/soviet,/obj/item/clothing/suit/armor/vest/russian_coat,/obj/item/clothing/head/helmet/rus_helmet,/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aZt" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"aZu" = (/obj/machinery/blackbox_recorder,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"aZv" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) +"aZw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/item/flashlight,/obj/item/flashlight,/obj/item/weldingtool,/obj/item/flashlight,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aZx" = (/obj/machinery/space_heater,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"aZy" = (/turf/closed/wall,/area/lawoffice) +"aZz" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "Routing Depot - Fore Exterior"; dir = 4},/turf/open/space/basic,/area/maintenance/department/eva) +"aZA" = (/obj/machinery/computer/card{dir = 8},/obj/item/paper/guides/cogstation/job_changes,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"aZB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"aZC" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/paper_bin,/obj/item/pen,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/dark,/area/lawoffice) +"aZD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Chapel Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/department/chapel) +"aZE" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/primary/central"; dir = 8; name = "Central Primary Hallway APC"; pixel_x = -26},/turf/open/floor/plating,/area/maintenance/port/central) +"aZF" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aZG" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) +"aZH" = (/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aZI" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/machinery/door/window/northleft{name = "Law Office Counter"; req_access_txt = "38"},/turf/open/floor/plasteel/dark,/area/lawoffice) +"aZJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"aZK" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/electrical,/obj/item/weldingtool,/obj/item/multitool{pixel_x = -6; pixel_y = -2},/obj/item/assembly/signaler{pixel_x = 6; pixel_y = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/storage/tools) +"aZL" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/sign/poster/official/cohiba_robusto_ad{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"aZM" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet,/area/security/courtroom) +"aZN" = (/obj/machinery/computer/station_alert{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/lawoffice) +"aZO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) +"aZP" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/aiModule/reset/purge{pixel_y = 6},/obj/item/aiModule/reset{pixel_x = -2; pixel_y = 4},/obj/item/aiModule/core/full/custom{pixel_x = -4},/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"aZQ" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/plasteel{pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"aZR" = (/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"aZS" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"aZT" = (/obj/structure/closet/secure_closet/hos,/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/storage/box/deputy,/obj/item/paper/guides/cogstation/letter_hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"aZU" = (/obj/structure/chair,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"aZV" = (/obj/structure/chair,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"aZW" = (/obj/structure/chair,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"aZX" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"aZY" = (/obj/machinery/airalarm{pixel_y = 24},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"aZZ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"baa" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bab" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) +"bac" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/stack/rods/fifty,/obj/item/stack/rods/fifty,/obj/item/storage/toolbox/emergency,/obj/item/stack/sheet/rglass,/obj/item/stack/sheet/rglass,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"bad" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/white/full,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bae" = (/turf/open/floor/plasteel/dark,/area/lawoffice) +"baf" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Central Plaza - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bag" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/belt/utility,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"bah" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/lawoffice) +"bai" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"baj" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/glass/beaker/waterbottle,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bak" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/lawoffice) +"bal" = (/obj/structure/lattice,/obj/structure/grille,/turf/closed/wall/r_wall,/area/space/nearstation) +"bam" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/turf/open/space/basic,/area/space/nearstation) +"ban" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bao" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bap" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"baq" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bar" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/turf/open/floor/carpet,/area/crew_quarters/bar) +"bas" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) +"bat" = (/obj/structure/chair/stool/bar,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) +"bau" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/junction/flip{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) +"bav" = (/obj/structure/chair/sofa/right,/obj/machinery/firealarm{pixel_y = 26},/obj/item/clipboard,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"baw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/lawoffice) +"bax" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/library) +"bay" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/library) +"baz" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/book/manual/wiki/security_space_law,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/dark,/area/lawoffice) +"baA" = (/obj/structure/filingcabinet/chestdrawer,/obj/item/folder/blue,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"baB" = (/obj/structure/rack,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/department/security) +"baC" = (/obj/machinery/vending/cart,/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"baD" = (/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"baE" = (/obj/structure/bookcase/random/reference,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"baF" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"baG" = (/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"baH" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/security) +"baI" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"baJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"baK" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/item/kitchen/fork,/obj/item/reagent_containers/food/snacks/pastatomato,/obj/machinery/newscaster/security_unit{pixel_y = -30},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"baL" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"baM" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar/large,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/security) +"baN" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"baO" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"baP" = (/obj/structure/closet/secure_closet/captains,/obj/item/reagent_containers/food/drinks/flask/gold,/obj/item/clothing/under/rank/captain/suit,/obj/item/clothing/under/rank/captain/suit/skirt,/obj/machinery/airalarm{pixel_y = 24},/obj/item/clothing/head/centhat{name = "\improper green captain's hat"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"baQ" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"baR" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/lawyer,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"baS" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"baT" = (/obj/machinery/iv_drip,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"baU" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"baV" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"baW" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/aiModule/core/full/asimov{pixel_x = 2; pixel_y = 10},/obj/effect/spawner/lootdrop/aimodule_neutral{pixel_x = 1; pixel_y = 8},/obj/effect/spawner/lootdrop/aimodule_harmless{pixel_y = 6},/obj/item/aiModule/core/freeformcore{pixel_x = -1; pixel_y = 2},/obj/item/aiModule/supplied/freeform{pixel_x = -2},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"baX" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/displaycase,/turf/open/floor/wood,/area/library) +"baY" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"baZ" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bba" = (/obj/effect/landmark/start/assistant,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"bbb" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet/royalblue,/area/bridge) +"bbc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) +"bbd" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/bridge) +"bbe" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/bridge) +"bbf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop) +"bbg" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/courtroom) +"bbh" = (/turf/closed/wall,/area/hallway/primary/aft) +"bbi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bbj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/teleporter) +"bbk" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/requests_console{announcementConsole = 1; department = "Telecomms Admin"; departmentType = 5; name = "Telecomms RC"; pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bbl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bbm" = (/obj/structure/chair/stool,/obj/effect/landmark/start/lawyer,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bbn" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bbo" = (/obj/structure/closet/crate,/obj/item/book/manual/wiki/security_space_law,/obj/item/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bbp" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet,/area/security/courtroom) +"bbq" = (/obj/effect/landmark/start/librarian,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"bbr" = (/obj/structure/filingcabinet/employment,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bbs" = (/obj/structure/table/wood,/obj/item/camera,/obj/item/pen/red,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bbt" = (/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bbu" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) +"bbv" = (/turf/open/space,/area/space) +"bbw" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"bbx" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bby" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/office) +"bbz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bbA" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bbB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bbC" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bbD" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/bridge) +"bbE" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bbF" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bbG" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) +"bbH" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bbI" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bbJ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bbK" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bbL" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bbM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bbN" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bbO" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bbP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "HoP Office Maintenance"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/security/checkpoint/customs) +"bbQ" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/fitness/cogpool"; dir = 4; name = "Pool APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) +"bbR" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/reagent_containers/food/snacks/grown/wheat,/obj/item/reagent_containers/food/snacks/grown/corn,/obj/item/reagent_containers/food/snacks/grown/cocoapod,/obj/item/reagent_containers/food/snacks/grown/chili,/obj/item/reagent_containers/food/snacks/grown/soybeans,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/cherries,/obj/structure/sign/poster/contraband/have_a_puff{pixel_y = -32},/turf/open/floor/plasteel,/area/hydroponics) +"bbS" = (/obj/machinery/space_heater,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/gateway) +"bbT" = (/turf/closed/wall/r_wall,/area/quartermaster/sorting) +"bbU" = (/turf/open/floor/plating,/area/quartermaster/sorting) +"bbV" = (/turf/closed/wall/r_wall,/area/quartermaster/warehouse) +"bbW" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/noticeboard{dir = 4; pixel_x = -27},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bbX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bbY" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bbZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bca" = (/turf/open/floor/engine/vacuum,/area/engine/atmos) +"bcb" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bcc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/space/nearstation) +"bcd" = (/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bce" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "public"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Public Router"},/turf/open/floor/plating,/area/router/public) +"bcf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bcg" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Public Router"},/turf/open/floor/plating,/area/router/public) +"bch" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bci" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"bcj" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bck" = (/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bcl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bcm" = (/obj/machinery/computer/cargo/request,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bcn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bco" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access_txt = "22"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bcp" = (/obj/machinery/libraryscanner,/obj/machinery/light,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"bcq" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bcr" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bcs" = (/obj/machinery/pdapainter,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bct" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bcu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/camera{c_tag = "Aft Maintenance - Air Hookup"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bcv" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bcw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/mixing) +"bcx" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bcy" = (/turf/closed/wall/r_wall,/area/science/mixing) +"bcz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel/dark,/area/lawoffice) +"bcA" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bcB" = (/obj/structure/reagent_dispensers/watertank,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/gateway) +"bcC" = (/obj/machinery/power/apc{name = "Research Division Storage APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/gateway) +"bcD" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bcE" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bcF" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bcG" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"bcH" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) +"bcI" = (/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bcJ" = (/obj/machinery/button/door{id = "HoPAft"; name = "Aft Shutters"; pixel_x = -24; pixel_y = -24; req_access_txt = "57"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bcK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/public/glass{name = "Cryogenics"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) +"bcL" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bcM" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"bcN" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bridge2"; location = "court"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/courtroom) +"bcO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/space/nearstation) +"bcP" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bcQ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"bcR" = (/turf/closed/wall,/area/hallway/primary/central) +"bcS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Courtroom"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/courtroom) +"bcT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/aft) +"bcU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Jury Room Maintainance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/security/courtroom/jury) +"bcV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/sorting) +"bcW" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/requests_console{department = "Bar"; departmentType = 2; name = "Bar RC"; pixel_y = -30},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bcX" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/primary/central) +"bcY" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bcZ" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bda" = (/obj/structure/table,/obj/item/hand_tele,/obj/machinery/camera{c_tag = "Teleporter Room"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/teleporter) +"bdb" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/central) +"bdc" = (/turf/open/floor/engine/vacuum,/area/science/mixing) +"bdd" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/camera{c_tag = "Pool"; dir = 1},/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/toy/poolnoodle/red,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bde" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/mixing) +"bdf" = (/turf/open/floor/plasteel,/area/science/mixing) +"bdg" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/central) +"bdh" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/toy/poolnoodle/blue,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bdi" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bdj" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) +"bdk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bdl" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/closet/athletic_mixed,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/toy/poolnoodle/yellow,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) +"bdm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bdn" = (/obj/structure/chair{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bdo" = (/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 17},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bdp" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bdq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bdr" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) +"bds" = (/obj/structure/chair/stool,/obj/effect/landmark/start/chaplain,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bdt" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bdu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/hallway/primary/aft) +"bdv" = (/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced/tinted,/turf/open/floor/plating,/area/chapel/office) +"bdx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"bdy" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) +"bdz" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"bdA" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bdB" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb,/obj/item/toy/eightball,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bdC" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdD" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdE" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"bdF" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdG" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdH" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bdJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Telecommunications Control Room Maintenance"; req_access_txt = "61"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/bridge) +"bdK" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/office) +"bdL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bdM" = (/turf/open/floor/plasteel,/area/quartermaster/office) +"bdN" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bdO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Pool External Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bdP" = (/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) +"bdQ" = (/obj/machinery/door/airlock/command{name = "Bridge"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"bdR" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"bdS" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/bridge) +"bdT" = (/obj/effect/turf_decal/bot,/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/item/hand_labeler,/obj/item/hand_labeler,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bdU" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bdV" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"bdW" = (/obj/structure/mineral_door/woodrustic{name = "Sauna"},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bdX" = (/obj/structure/table/wood,/obj/item/storage/box/donkpockets,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bdY" = (/obj/structure/sign/warning/fire,/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) +"bdZ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/quartermaster/sorting) +"bea" = (/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/poster/official/report_crimes{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"beb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/courtroom/jury) +"bec" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/mixing) +"bed" = (/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel,/area/science/mixing) +"bee" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) +"bef" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area) +"beg" = (/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"beh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area) +"bei" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"bej" = (/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bek" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bel" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bem" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"ben" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"beo" = (/turf/open/floor/plasteel/white,/area/gateway) +"bep" = (/obj/structure/table/wood,/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/hor"; dir = 8; name = "Research Director's Office APC"; pixel_x = -24},/obj/item/reagent_containers/food/snacks/muffin/berry,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"beq" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "generator to cold loop"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"ber" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bes" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/space/nearstation) +"bet" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"beu" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bev" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"bew" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/central) +"bex" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"bey" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall/rust,/area/space/nearstation) +"bez" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/office) +"beA" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/chapel/main) +"beB" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/quartermaster/office) +"beC" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical,/obj/item/radio/off,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/tcommsat/computer) +"beD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/space/nearstation) +"beE" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/fans/tiny,/obj/structure/plasticflaps,/turf/open/floor/plating,/area/maintenance/disposal) +"beF" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"beG" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/start/lawyer,/obj/structure/chair/stool,/turf/open/floor/plasteel/dark,/area/lawoffice) +"beH" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"beI" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"beJ" = (/turf/open/floor/plasteel,/area/hallway/primary/central) +"beK" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"beL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"beM" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"beN" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/primary/central) +"beO" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"beP" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"beQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/security/detectives_office) +"beR" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) +"beS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"beT" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"beU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"beV" = (/obj/machinery/button/door{id = "executionspaceblast"; name = "Vent to Space"; pixel_x = 25; pixel_y = -5; req_access_txt = "7"},/obj/machinery/button/ignition{id = "executionburn"; pixel_x = 24; pixel_y = 5},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/port/fore) +"beW" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"beX" = (/obj/structure/closet/crate,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"beY" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"beZ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bfa" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/port/fore) +"bfb" = (/obj/machinery/computer/card/minor/qm,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/keycard_auth{pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bfc" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/quartermaster/office) +"bfd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bfe" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/quartermaster/office) +"bff" = (/turf/closed/wall/r_wall,/area/quartermaster/qm) +"bfg" = (/obj/structure/closet,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bfh" = (/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"bfi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bfj" = (/mob/living/simple_animal/butterfly,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"bfk" = (/mob/living/simple_animal/kiwi,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"bfl" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bfm" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) +"bfn" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"bfo" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) +"bfp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4},/obj/machinery/sparker/toxmix{pixel_x = 25},/turf/open/floor/engine/vacuum,/area/science/mixing) +"bfq" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 5; id = "laborcamp_home"; name = "fore bay 1"; roundstart_template = /datum/map_template/shuttle/labour/cog; width = 9},/turf/open/space/basic,/area/space) +"bfr" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/white,/area/science/circuit) +"bfs" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "QM #1"},/mob/living/simple_animal/bot/mulebot{beacon_freq = 1400; home_destination = "QM #1"; suffix = "#1"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bft" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/hallway/primary/central) +"bfu" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) +"bfv" = (/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bfw" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel,/area/security/brig) +"bfx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/gateway) +"bfy" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/components/unary/thermomachine/heater/on,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bfz" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/chapel/office) +"bfA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Bridge Access"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"bfB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Chapel Morgue"; req_access_txt = "22;27"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bfC" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/qm) +"bfD" = (/obj/structure/grille,/turf/open/floor/plating,/area/quartermaster/sorting) +"bfE" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 5; id = "mail"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/quartermaster/sorting) +"bfF" = (/obj/machinery/space_heater,/obj/structure/sign/poster/official/no_erp{pixel_y = 32},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bfG" = (/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bfH" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/button/crematorium{id = "foo"; pixel_x = 8; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bfI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = "/area/engine/storage_shared"; dir = 1; name = "Electrical Substation APC"; pixel_y = 26},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"bfJ" = (/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bfK" = (/obj/structure/table/wood,/obj/item/storage/fancy/candle_box{pixel_x = -11; pixel_y = 5},/obj/item/reagent_containers/food/drinks/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/paper/fluff/cogstation/letter_chap{pixel_x = 10; pixel_y = 2},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"bfL" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"bfM" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/structure/bedsheetbin/towel,/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bfN" = (/obj/effect/decal/cleanable/cobweb,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bfO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jazz Lounge"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bfP" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"bfQ" = (/obj/machinery/light/small,/obj/item/candle,/obj/item/trash/candle,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bfR" = (/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"bfS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bfT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/chapel/office) +"bfU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bfV" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/main) +"bfW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bfX" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/cable{icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bfY" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "QM #2"},/mob/living/simple_animal/bot/mulebot{home_destination = "QM #2"; suffix = "#2"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bfZ" = (/obj/effect/turf_decal/delivery,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bga" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bgb" = (/obj/structure/disposalpipe/sorting/mail{sortType = 30},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bgc" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/sign/directions/command{dir = 8; pixel_x = -32; pixel_y = -32},/turf/open/floor/plasteel/dark/corner{dir = 8},/area/hallway/primary/central) +"bgd" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) +"bge" = (/turf/closed/wall/r_wall,/area/storage/primary) +"bgf" = (/turf/closed/wall,/area/quartermaster/warehouse) +"bgg" = (/obj/machinery/light{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bgh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 6},/turf/open/space/basic,/area/space/nearstation) +"bgi" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space) +"bgj" = (/obj/structure/table,/obj/item/weldingtool/mini,/obj/item/light/tube,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bgk" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "mail"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) +"bgl" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/turf/open/floor/plasteel,/area/storage/primary) +"bgm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bgn" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/storage/primary) +"bgo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/chapel/main) +"bgp" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bgq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bgr" = (/obj/structure/table/wood,/obj/item/clothing/head/helmet/skull,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/office) +"bgt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bgu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgv" = (/obj/effect/landmark/xeno_spawn,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bgw" = (/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bgx" = (/obj/structure/table/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgy" = (/obj/structure/closet,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/security/courtroom/jury"; dir = 4; name = "Jury Room APC"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) +"bgz" = (/obj/structure/chair,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgA" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgB" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/lightreplacer,/obj/item/lightreplacer,/obj/item/stack/rods/fifty,/obj/item/stack/rods/fifty,/turf/open/floor/plasteel,/area/storage/primary) +"bgC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/science/mixing) +"bgD" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/item/target,/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/test_area) +"bgE" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/turf/open/floor/plating,/area/hallway/primary/central) +"bgG" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) +"bgH" = (/obj/machinery/pipedispenser,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bgI" = (/obj/machinery/pipedispenser/disposal,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bgJ" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bgK" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bgL" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bgM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"bgN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/primary/central) +"bgO" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/light{dir = 8},/obj/item/wrench,/obj/item/pipe_dispenser,/mob/living/simple_animal/sloth/paperwork,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bgP" = (/obj/item/analyzer,/obj/item/caution,/turf/open/floor/plating,/area/maintenance/disposal) +"bgQ" = (/turf/closed/wall,/area/quartermaster/qm) +"bgR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) +"bgS" = (/obj/machinery/computer/bounty,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bgT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/storage) +"bgU" = (/obj/machinery/computer/cargo,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bgV" = (/turf/closed/wall/r_wall,/area/quartermaster/storage) +"bgW" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hor) +"bgX" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hor) +"bgY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/hallway/primary/central) +"bgZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"bha" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bhb" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"bhc" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bhd" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/office) +"bhe" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/quartermaster/office) +"bhg" = (/obj/structure/chair/stool,/obj/machinery/camera{c_tag = "Pool - Sauna"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) +"bhh" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/security/courtroom) +"bhi" = (/obj/effect/decal/cleanable/dirt,/obj/item/clothing/head/cone,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bhk" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bhl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) +"bhm" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bhn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"bho" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/turf/open/floor/plasteel,/area/storage/primary) +"bhp" = (/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bhq" = (/obj/structure/chair/sofa/right,/obj/item/instrument/recorder,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bhr" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bhs" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bht" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bhu" = (/obj/effect/turf_decal/bot,/obj/machinery/recharge_station,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bhv" = (/obj/structure/chair/sofa/left,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bhw" = (/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/cc64k_ad{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhx" = (/obj/machinery/vending/coffee,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/wood,/area/medical/medbay/lobby) +"bhy" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor/auto{id = "sec"},/obj/machinery/door/poddoor{name = "Security Router"},/turf/open/floor/plating,/area/router/sec) +"bhz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"bhA" = (/obj/item/stack/cable_coil/red,/obj/item/multitool,/obj/item/wrench,/obj/item/stack/sheet/metal/five{pixel_x = 6; pixel_y = -6},/obj/item/paper/fluff/cogstation/letter_arrd,/turf/open/floor/plating,/area/maintenance/disposal) +"bhB" = (/obj/structure/table/wood,/obj/item/stack/packageWrap,/obj/item/paper/fluff/cogstation/bsrb,/obj/item/paper/fluff/cogstation/survey{pixel_x = -4; pixel_y = 2},/turf/open/floor/carpet/royalblue,/area/bridge) +"bhC" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Chapel Air Hookup"; req_one_access_txt = "12;22"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bhE" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bhF" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bhG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhH" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bhI" = (/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) +"bhJ" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/engine/atmos) +"bhK" = (/turf/open/floor/plasteel,/area/quartermaster/storage) +"bhL" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal"; req_one_access_txt = "12;50"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bhM" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/office) +"bhN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/item/kirbyplants/dead,/turf/open/floor/plasteel,/area/security/main) +"bhO" = (/obj/structure/chair/sofa/right,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bhP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bhQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"bhR" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bhS" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bhT" = (/obj/structure/sign/departments/engineering,/turf/closed/wall,/area/hallway/primary/aft) +"bhU" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/janitor) +"bhV" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/obj/item/pen/blue{pixel_x = 4; pixel_y = 4},/obj/item/pen/red{pixel_x = -4; pixel_y = -4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bhW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"bhX" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"bhY" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bhZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) +"bia" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bib" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bic" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = -28},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bid" = (/obj/structure/chair/sofa/left,/mob/living/simple_animal/pet/cat/Proc,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bie" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bif" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"big" = (/turf/closed/wall,/area/science/circuit) +"bih" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bii" = (/obj/structure/table/glass,/obj/item/storage/box/matches,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bij" = (/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage) +"bik" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"bil" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/machinery/conveyor{dir = 6; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) +"bim" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/button/massdriver{id = "router_in"; name = "mass driver button (Router)"; pixel_x = 24; pixel_y = -8},/turf/open/floor/plating,/area/maintenance/disposal) +"bin" = (/obj/machinery/computer/mecha{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"bio" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bip" = (/obj/effect/landmark/start/quartermaster,/turf/open/floor/plasteel,/area/quartermaster/qm) +"biq" = (/obj/structure/closet/secure_closet/hop,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/item/clothing/under/rank/civilian/head_of_personnel/suit,/obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt{name = "head of personnel's suitskirt"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bir" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/office) +"bis" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/office) +"bit" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"biu" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"biv" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/quartermaster/office) +"biw" = (/obj/machinery/computer/cargo{dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/button/door{id = "QMLoadDoor"; layer = 4; name = "Cargo Loading Doors"; pixel_x = 24; pixel_y = 6},/obj/machinery/button/door{id = "QMUnloadDoor"; layer = 4; name = "Cargo Unloading Doors"; pixel_x = 24; pixel_y = -6},/obj/machinery/camera{c_tag = "Supply - Cargo Bay"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bix" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Courtroom"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) +"biy" = (/obj/machinery/vending/clothing,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"biz" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"biA" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"biB" = (/obj/structure/table/wood,/obj/machinery/computer/security/telescreen/rd,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"biC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"biD" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"biE" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"biF" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -28},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"biG" = (/obj/structure/displaycase/labcage,/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/camera{c_tag = "Research Director's Office - Starboard"; network = list("ss13","rd")},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"biH" = (/obj/machinery/light/small,/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"biI" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/kirbyplants{icon_state = "plant-20"; pixel_y = 3},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"biJ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"biK" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/science/mixing) +"biL" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall,/area/crew_quarters/heads/chief) +"biM" = (/obj/machinery/vending/assist,/obj/effect/turf_decal/bot,/obj/structure/sign/poster/official/foam_force_ad{pixel_x = 32},/turf/open/floor/plasteel,/area/quartermaster/office) +"biN" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"biO" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"biP" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/gateway) +"biQ" = (/turf/closed/wall,/area/crew_quarters/heads/chief) +"biR" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) +"biS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"biT" = (/obj/machinery/pipedispenser,/turf/open/floor/plasteel,/area/science/mixing) +"biU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) +"biV" = (/turf/closed/wall,/area/storage/primary) +"biW" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"biX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"biY" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"biZ" = (/turf/closed/wall/r_wall,/area/quartermaster/office) +"bja" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bjb" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/mechanical,/obj/item/wrench,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/storage/primary) +"bjc" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/plasteel/twenty,/turf/open/floor/plasteel,/area/storage/primary) +"bjd" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bje" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjf" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bjg" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/central) +"bji" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjj" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) +"bjl" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/quartermaster/office) +"bjm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bjn" = (/turf/closed/wall/r_wall,/area/security/checkpoint/supply) +"bjo" = (/obj/machinery/rnd/production/techfab/department/cargo,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bjp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) +"bjq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/conveyor{id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) +"bjr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/quartermaster/storage) +"bjs" = (/obj/machinery/computer/robotics{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"bjt" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"bju" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"bjv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/security/courtroom/jury) +"bjw" = (/obj/item/storage/secure/safe{pixel_x = 4; pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bjx" = (/obj/structure/table/optable,/obj/effect/turf_decal/bot,/obj/item/defibrillator/loaded,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bjy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"bjz" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bjA" = (/obj/machinery/camera{c_tag = "EVA Maintenace - Fore"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/department/eva) +"bjB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/turf/open/floor/plating,/area/security/brig) +"bjC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jury Room"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/courtroom/jury) +"bjD" = (/turf/closed/wall/r_wall,/area/security/courtroom/jury) +"bjE" = (/obj/structure/table,/obj/structure/extinguisher_cabinet{pixel_y = 29},/obj/item/cigbutt/cigarbutt{pixel_x = 5; pixel_y = -1},/obj/item/phone{pixel_x = -3; pixel_y = 3},/obj/machinery/camera{c_tag = "Atmospherics - Control Room"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/paper/guides/cogstation/letter_atmos,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/engine/atmos) +"bjF" = (/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Head of Personnel APC"; pixel_x = -24},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bjG" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjH" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/department/eva) +"bjI" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bjJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"bjK" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plasteel,/area/storage/primary) +"bjL" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/camera{c_tag = "Pool Maintenance"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bjM" = (/obj/machinery/door/airlock/public/glass{name = "Atmospherics Storage"; req_one_access_txt = "24;31"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bjN" = (/obj/machinery/vending/autodrobe,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"bjO" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/item/instrument/piano_synth,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bjP" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"bjQ" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant/override,/turf/open/floor/plasteel,/area/quartermaster/office) +"bjR" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjS" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/bot,/obj/structure/sign/poster/official/cohiba_robusto_ad{pixel_x = 32},/turf/open/floor/plasteel,/area/quartermaster/office) +"bjT" = (/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/red{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"bjU" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjV" = (/obj/structure/closet{name = "Evidence Closet 5"},/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},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) +"bjW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bjX" = (/obj/structure/rack,/obj/machinery/button/door{id = "marketdoor"; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bjY" = (/obj/machinery/holopad,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bjZ" = (/obj/structure/window/reinforced,/obj/machinery/shower{name = "emergency shower"; pixel_y = 12},/obj/effect/turf_decal/delivery,/obj/machinery/door/window/westright{name = "Emergency Shower"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) +"bka" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bkb" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 9; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bkc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light,/obj/machinery/conveyor_switch/oneway{id = "DeliveryConveyer"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bkd" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 8; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bke" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sec1"; location = "bridge2"},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bkf" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bkg" = (/obj/structure/disposalpipe/segment,/obj/machinery/mineral/stacking_unit_console{machinedir = 2},/turf/closed/wall,/area/maintenance/disposal) +"bkh" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bki" = (/obj/machinery/light,/obj/structure/disposalpipe/segment,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bkj" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor_switch/oneway{id = "mail"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bkk" = (/obj/machinery/autolathe,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bkl" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/item/storage/belt/utility,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/quartermaster/storage) +"bkm" = (/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Supply - Delivery Office Fore"; network = list("ss13","rd")},/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bkn" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) +"bko" = (/turf/open/floor/plasteel,/area/science/circuit) +"bkp" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad"},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bkq" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/conveyor/inverted{dir = 9; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) +"bkr" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoadDoor"; name = "Cargo Loading Door"},/turf/open/floor/plating,/area/quartermaster/storage) +"bks" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) +"bkt" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoadDoor"; name = "Cargo Loading Door"},/turf/open/floor/plating,/area/quartermaster/storage) +"bku" = (/obj/structure/closet,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bkv" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bkw" = (/obj/structure/bookcase/random/fiction,/obj/effect/spawner/lootdrop/gambling,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bkx" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hallway/primary/central) +"bky" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/research_director,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"bkz" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bkA" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Bridge - Starboard Quarter"; dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) +"bkB" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bkC" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"bkD" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/heads/chief) +"bkE" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bkF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) +"bkG" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/crate/engineering,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/rcl/pre_loaded,/obj/item/stock_parts/cell/high/plus,/obj/item/clothing/glasses/meson,/obj/item/cartridge/atmos,/obj/item/cartridge/engineering,/obj/item/cartridge/engineering,/obj/item/cartridge/engineering,/obj/machinery/camera{c_tag = "Chief Engineer's Office"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"bkH" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/engine/atmos) +"bkI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/primary) +"bkJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bkK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/departments/security{pixel_x = -32},/obj/item/cigbutt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bkL" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bkM" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bkN" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bkO" = (/obj/machinery/vending/kink,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"bkP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bkQ" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bkR" = (/obj/machinery/camera{c_tag = "EVA Maintenance - Aft"; dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) +"bkS" = (/obj/machinery/vending/sustenance,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"bkT" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"bkU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bkV" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/department/eva) +"bkW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Pool Exterior Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bkX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/sorting) +"bkY" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/closet/crate/engineering,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bkZ" = (/turf/open/floor/engine/n2,/area/engine/atmos) +"bla" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blb" = (/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blc" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bld" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/storage) +"ble" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"blf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Personnel's Office"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) +"blg" = (/obj/effect/turf_decal/caution/stand_clear,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/quartermaster/storage) +"blh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bli" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blj" = (/obj/structure/sign/warning/docking,/turf/closed/wall/r_wall,/area/space/nearstation) +"blk" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bll" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blm" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bln" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blo" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blp" = (/turf/closed/wall/r_wall,/area/hallway/secondary/exit) +"blq" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/wardrobe/engi_wardrobe,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) +"blr" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bls" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/sign/poster/official/ion_rifle{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) +"blt" = (/obj/machinery/computer/card/minor/ce{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"blu" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"blv" = (/obj/machinery/computer/operating,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"blw" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"blx" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/storage/backpack/duffelbag/med/surgery,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bly" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"blz" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) +"blA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"blB" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) +"blC" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"blE" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"blF" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/primary/central) +"blG" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/engine,/area/science/mixing) +"blH" = (/obj/structure/chair,/obj/machinery/button/massdriver{id = "toxinsdriver"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"blI" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/engine,/area/science/mixing) +"blJ" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blK" = (/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/tile/neutral{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "marketdoor"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blL" = (/turf/open/floor/engine/o2,/area/engine/atmos) +"blM" = (/turf/open/floor/engine/air,/area/engine/atmos) +"blN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"blO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"blP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/rust,/area/maintenance/department/chapel) +"blQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northleft{name = "Delivery Office"; req_one_access_txt = "31;48"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blR" = (/obj/machinery/computer/bounty{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blS" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/chair,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/closed/wall/r_wall,/area/science/mixing) +"blU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/closet/cardboard,/turf/open/floor/plating,/area/maintenance/aft) +"blV" = (/obj/machinery/computer/cargo{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"blW" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -24},/obj/item/storage/toolbox/mechanical,/obj/item/clothing/gloves/color/fyellow,/obj/item/crowbar,/turf/open/floor/plasteel,/area/quartermaster/storage) +"blX" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"blY" = (/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) +"blZ" = (/obj/machinery/conveyor_switch/oneway{dir = 8; id = "QMUnload"},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bma" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/landmark/start/assistant/override,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/quartermaster/office) +"bmb" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hor) +"bmc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Security's Office"; req_one_access_txt = "58"},/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hos) +"bmd" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/research_director,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"bme" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/exit) +"bmf" = (/obj/structure/sign/departments/evac,/turf/closed/wall/r_wall,/area/hallway/secondary/exit) +"bmg" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmh" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmi" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmj" = (/obj/machinery/vending/wardrobe/cap_wardrobe,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"bmk" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/dice/d6,/obj/machinery/camera{c_tag = "Jazz Lounge"; dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bml" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bmm" = (/obj/machinery/portable_atmospherics/scrubber/huge,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bmn" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmo" = (/turf/closed/wall/rust,/area/maintenance/department/chapel) +"bmp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/fore) +"bmq" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=court"; location = "bridge1"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmr" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bms" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/barthpot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bmt" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bmu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bmv" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bmw" = (/obj/machinery/suit_storage_unit/ce,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"bmx" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) +"bmy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmz" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/primary) +"bmA" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plating{icon_state = "panelscorched"},/area/hallway/secondary/civilian) +"bmB" = (/obj/machinery/light_switch{pixel_x = 24},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bmC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmD" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/gateway) +"bmF" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/turf/closed/wall,/area/crew_quarters/fitness/cogpool) +"bmG" = (/turf/open/floor/engine,/area/gateway) +"bmH" = (/obj/machinery/computer/upload/borg{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bmI" = (/obj/machinery/light{dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/chapel/office"; dir = 4; name = "Chapel Office APC"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bmJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bmK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"bmL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bmM" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bmN" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal Maintenance"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bmO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/crew_quarters/lounge/jazz) +"bmP" = (/obj/machinery/light/small{dir = 8},/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/departments/engineering{pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bmQ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/camera{c_tag = "Engineering Foyer - Starboard"; dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"bmR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Teleport Access"; req_one_access_txt = "17;19"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/teleporter) +"bmS" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/disposal) +"bmT" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"bmU" = (/obj/structure/table/wood,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/instrument/saxophone,/obj/item/reagent_containers/food/drinks/bottle/vermouth,/obj/item/clothing/glasses/sunglasses,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bmV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bmW" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) +"bmX" = (/obj/structure/table,/obj/item/folder/yellow{pixel_y = 4},/obj/item/pen{pixel_y = 4},/obj/item/clothing/gloves/color/latex{pixel_y = 4},/obj/item/clothing/mask/surgical{pixel_y = 4},/obj/item/healthanalyzer,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/item/paper/guides/cogstation/cdn_chap,/turf/open/floor/plasteel/dark,/area/chapel/office) +"bmY" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/disposal) +"bmZ" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bna" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnb" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bnc" = (/obj/structure/sign/directions/command{dir = 1; pixel_x = -32; pixel_y = 32},/obj/structure/sign/directions/security{dir = 1; pixel_x = -32; pixel_y = 40},/obj/structure/sign/directions/science{pixel_x = -32; pixel_y = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnd" = (/obj/structure/table/wood,/obj/item/storage/photo_album,/obj/item/storage/box/matches,/obj/item/storage/fancy/cigarettes/cigpack_robust,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bne" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bnf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"bng" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bnh" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/poddoor{id = "DeliveryDoor"; name = "Delivery Door"},/obj/effect/turf_decal/caution/stand_clear{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bni" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/item/clipboard,/obj/item/stamp,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/pen/red,/obj/item/pen/blue{pixel_x = -5; pixel_y = -3},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bnj" = (/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'BOMB RANGE"; name = "BOMB RANGE"},/turf/closed/wall,/area/science/test_area) +"bnk" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/mixing) +"bnl" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bnm" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) +"bnn" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/door/window/southleft{name = "Cargo Desk"; req_access_txt = "31"},/obj/item/folder,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bno" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bnp" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) +"bnq" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/engine/break_room) +"bnr" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bns" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/maintenance/department/eva) +"bnt" = (/obj/machinery/camera{c_tag = "Electrical Substation"; dir = 1},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"bnu" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"bnv" = (/obj/effect/turf_decal/plaque{icon_state = "L1"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bnx" = (/obj/effect/turf_decal/plaque{icon_state = "L3"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bny" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/item/paper_bin,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/pen,/obj/item/wirecutters,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bnz" = (/obj/effect/turf_decal/plaque{icon_state = "L5"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnA" = (/obj/effect/turf_decal/plaque{icon_state = "L7"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bnC" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bnD" = (/obj/effect/turf_decal/plaque{icon_state = "L9"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnE" = (/obj/effect/decal/cleanable/dirt,/obj/item/crowbar,/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bnF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bnG" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel,/area/bridge) +"bnH" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/fore) +"bnI" = (/obj/structure/bed,/obj/effect/landmark/start/head_of_personnel,/obj/item/bedsheet/hop,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bnJ" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bnK" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/teleporter) +"bnL" = (/obj/item/beacon,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/teleporter) +"bnM" = (/obj/effect/turf_decal/delivery,/obj/item/grown/bananapeel,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bnN" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bnO" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/hallway/secondary/exit) +"bnP" = (/obj/effect/turf_decal/plaque{icon_state = "L11"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnQ" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bnR" = (/obj/effect/turf_decal/plaque{icon_state = "L13"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bnS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) +"bnT" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"bnU" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/wrench,/obj/item/flashlight,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) +"bnV" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) +"bnW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"bnX" = (/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/red{dir = 1},/obj/structure/closet/secure_closet/security/cargo,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"bnY" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/grass,/area/hallway/secondary/exit) +"bnZ" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/pen/blue,/obj/machinery/camera{c_tag = "Customs - Fore"; dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"boa" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/closed/wall,/area/crew_quarters/heads/chief) +"bob" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/closed/wall,/area/crew_quarters/heads/chief) +"boc" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/turf/closed/wall,/area/crew_quarters/heads/chief) +"bod" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/window/southleft{name = "Primary Tool Storage Desk"; req_access_txt = "11"},/obj/item/folder/yellow,/turf/open/floor/plasteel,/area/storage/primary) +"boe" = (/obj/machinery/door/airlock/vault{name = "Vault Door"; req_access_txt = "53"},/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/nuke_storage) +"bof" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Pool Exterior Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/space/basic,/area/crew_quarters/fitness/cogpool) +"bog" = (/obj/machinery/light{dir = 1},/turf/open/floor/grass,/area/hallway/secondary/exit) +"boh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"boi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"boj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bok" = (/obj/structure/table/wood,/obj/item/paicard,/obj/item/toy/sword,/obj/item/toy/figure/assistant,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bol" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/teleporter) +"bom" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/grass,/area/hallway/secondary/exit) +"bon" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"boo" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) +"bop" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/door/window/eastleft{name = "Operating Theatre"; req_access_txt = "45"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"boq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bor" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bos" = (/obj/structure/table,/obj/item/stack/sheet/cardboard/fifty,/obj/item/stack/wrapping_paper,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/glass,/turf/open/floor/plasteel,/area/quartermaster/storage) +"bot" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bou" = (/obj/effect/turf_decal/plaque{icon_state = "L2"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bov" = (/obj/effect/turf_decal/loading_area{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/quartermaster/storage) +"bow" = (/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) +"box" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"boy" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"boz" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"boA" = (/turf/closed/wall,/area/security/detectives_office) +"boB" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) +"boC" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/sign/departments/cargo{pixel_x = 32},/turf/open/floor/plating,/area/quartermaster/warehouse) +"boD" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/obj/machinery/door/poddoor{id = "QMUnloadDoor"; name = "Cargo Unloading Door"},/turf/open/floor/plating,/area/quartermaster/storage) +"boE" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) +"boF" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/obj/machinery/door/poddoor{id = "QMUnloadDoor"; name = "Cargo Unloading Door"},/turf/open/floor/plating,/area/quartermaster/storage) +"boG" = (/obj/machinery/space_heater,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/weldingtool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/sign/departments/engineering{pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"boH" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"boI" = (/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) +"boJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/machinery/computer/security/telescreen/toxins{dir = 8; pixel_x = 24},/turf/open/floor/plasteel,/area/science/mixing) +"boK" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/miningoffice) +"boL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"boM" = (/obj/machinery/mineral/ore_redemption{input_dir = 4; output_dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boN" = (/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boO" = (/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/drinkingglasses{pixel_y = 4},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark/side{dir = 4},/area/crew_quarters/bar) +"boP" = (/obj/structure/tank_dispenser/oxygen,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boQ" = (/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/red{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) +"boR" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/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/red{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) +"boS" = (/obj/structure/sign/mining,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) +"boT" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boU" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boV" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"boW" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boX" = (/obj/item/beacon,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"boY" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"boZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bpa" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/door/window/westleft{name = "Treatment Center"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bpb" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bpc" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bpd" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpe" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/door/window/eastright{name = "Operating Theatre"; req_access_txt = "45"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bpf" = (/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bph" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bpi" = (/obj/structure/flora/junglebush/b,/turf/open/floor/grass,/area/hallway/secondary/exit) +"bpj" = (/obj/structure/flora/junglebush,/turf/open/floor/grass,/area/hallway/secondary/exit) +"bpk" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpl" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/autolathe/secure{name = "public autolathe"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"bpm" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/aft) +"bpn" = (/obj/effect/turf_decal/plaque{icon_state = "L4"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpo" = (/obj/machinery/holopad,/turf/open/floor/carpet/red,/area/security/brig) +"bpp" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpq" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/engine/air,/area/engine/atmos) +"bpr" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bps" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/lounge/jazz"; name = "Jazz Lounge APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bpt" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bpu" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpv" = (/turf/closed/wall/r_wall,/area/engine/break_room) +"bpw" = (/obj/effect/turf_decal/plaque{icon_state = "L6"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpy" = (/obj/effect/turf_decal/plaque{icon_state = "L8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/observer_start,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpz" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bpA" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bpB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/hallway/primary/aft) +"bpC" = (/obj/effect/turf_decal/plaque{icon_state = "L10"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpD" = (/turf/open/floor/plating,/area/maintenance/aft) +"bpE" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) +"bpF" = (/obj/effect/turf_decal/plaque{icon_state = "L12"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpG" = (/obj/effect/turf_decal/plaque{icon_state = "L14"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bpH" = (/obj/machinery/jukebox,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bpI" = (/obj/effect/turf_decal/delivery,/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bpJ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) +"bpK" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"bpL" = (/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/engine/engine_smes{name = "Power Monitoring"}) +"bpM" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel,/area/science/mixing) +"bpN" = (/obj/structure/grille,/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bpO" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) +"bpP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bpQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bpR" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/mixing) +"bpS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/carpet/red,/area/security/brig) +"bpT" = (/obj/structure/window/reinforced/spawner,/turf/open/floor/grass,/area/hallway/secondary/exit) +"bpU" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bpV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/atmos{name = "Aft Air Hookup"; req_access_txt = "12;24"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bpW" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/security/brig) +"bpX" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/sign/poster/official/obey{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) +"bpY" = (/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bpZ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"bqa" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bqb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/civilian) +"bqc" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/medbay/lobby) +"bqd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqe" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall,/area/medical/medbay/lobby) +"bqf" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bqg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bqh" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bqi" = (/obj/machinery/button/door{id = "HoPFore"; name = "Fore Shutters"; pixel_x = -24; pixel_y = 24; req_access_txt = "57"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bqj" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bql" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/hallway/secondary/civilian) +"bqm" = (/turf/closed/wall,/area/medical/medbay/lobby) +"bqn" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqo" = (/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqp" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"bqq" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/line,/obj/machinery/camera{c_tag = "Medbay - Chemistry Lab"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/medical/chemistry) +"bqr" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqs" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"bqt" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/obj/item/healthanalyzer,/obj/item/clothing/neck/stethoscope,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bqu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal Maintenance"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bqv" = (/obj/structure/window/reinforced/spawner/east,/turf/open/floor/wood,/area/medical/medbay/lobby) +"bqw" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Engineering - Entrance"; dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"bqx" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqy" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Supply - Mining Office"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bqz" = (/turf/closed/wall,/area/medical/chemistry) +"bqA" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqB" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/library) +"bqC" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqD" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqE" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/central) +"bqG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"bqH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bqI" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/mixing) +"bqJ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4},/obj/machinery/airlock_sensor/incinerator_toxmix{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/engine,/area/science/mixing) +"bqK" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqL" = (/obj/structure/chair{dir = 4},/obj/machinery/light_switch{pixel_x = -24},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"bqM" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"bqN" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqO" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bqP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bqQ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) +"bqR" = (/obj/machinery/computer/operating{dir = 1},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bqS" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bqT" = (/obj/machinery/computer/crew,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bqU" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"bqV" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bqW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"bqX" = (/turf/closed/wall/mineral/titanium/nosmooth,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bqY" = (/obj/structure/sign/directions/medical{pixel_x = -32; pixel_y = -24},/obj/structure/sign/directions/evac{pixel_x = -32; pixel_y = -32},/obj/structure/sign/directions/supply{pixel_x = -32; pixel_y = -40},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bqZ" = (/obj/machinery/mineral/equipment_vendor,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bra" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/disposal) +"brb" = (/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) +"brc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"brd" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bre" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/central) +"brf" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/central) +"brg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"brh" = (/obj/structure/sign/departments/custodian{pixel_x = 32},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"bri" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/hallway/secondary/civilian) +"brj" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Central Starboard Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/civilian) +"brk" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/medical/medbay/lobby) +"brl" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/item/paper_bin,/obj/item/reagent_containers/glass/bottle/epinephrine,/obj/item/reagent_containers/dropper,/obj/item/stamp/denied{pixel_x = -8; pixel_y = -2},/obj/item/stamp{pixel_x = -8; pixel_y = 2},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"brm" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"brn" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hydroponics) +"bro" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) +"brp" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/machinery/smartfridge/disks,/turf/open/floor/plasteel,/area/hydroponics) +"brq" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"brr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"; pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"brs" = (/turf/open/floor/plating/airless,/area/space/nearstation) +"brt" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/chapel/office) +"bru" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"brv" = (/obj/machinery/disposal/bin,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"brw" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/gateway) +"brx" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/storage/tools) +"bry" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"brz" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/power/apc{areastring = "/area/science/research"; name = "Research Sector APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"brA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/poster/official/pda_ad600{pixel_y = -32},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) +"brB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"brC" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/tools) +"brD" = (/obj/structure/table,/obj/machinery/door/window/eastright{name = "Auxiliary Tool Storage Desk"; req_access_txt = "12"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/folder,/turf/open/floor/plasteel,/area/storage/tools) +"brE" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"brF" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/chemistry) +"brG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"brH" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/chemistry) +"brI" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Aft"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"brJ" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"brK" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/chem_dispenser,/obj/machinery/airalarm{pixel_y = 24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/medical/chemistry) +"brL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating/airless,/area/space/nearstation) +"brM" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Merchant Plaza"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"brN" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"brO" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"brP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal) +"brQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"brR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "31"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"brS" = (/obj/machinery/suit_storage_unit/open,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"brT" = (/obj/machinery/suit_storage_unit/open,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"brU" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/medbay/lobby) +"brV" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"brW" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock{name = "Chapel Maintenance"; req_one_access_txt = "12;22;26;27;50"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"brX" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"brY" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/camera{c_tag = "Waste Disposal - Aft"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"brZ" = (/obj/item/kirbyplants{icon_state = "plant-02"},/turf/open/floor/wood,/area/medical/medbay/lobby) +"bsa" = (/obj/structure/table/glass,/obj/item/scalpel,/obj/item/storage/box/cups,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/wood,/area/medical/medbay/lobby) +"bsb" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/port/central) +"bsc" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/table/glass,/obj/item/reagent_containers/glass/bottle/ammonia,/obj/item/toy/figure/botanist{pixel_x = 8},/turf/open/floor/plasteel,/area/hydroponics) +"bsd" = (/obj/structure/closet/crate/hydroponics,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/suit/hooded/wintercoat/hydro{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics) +"bse" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bsf" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/bed/dogbed/ian,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/sign/poster/official/love_ian{pixel_y = 32},/mob/living/simple_animal/pet/dog/corgi/Ian,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bsg" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) +"bsh" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Recycler Exterior Access"; req_one_access_txt = "13;50"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bsi" = (/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bsj" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/green,/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics) +"bsk" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hydroponics) +"bsl" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) +"bsm" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) +"bsn" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/machinery/plantgenes{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) +"bso" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/storage/tools) +"bsp" = (/turf/open/floor/wood,/area/medical/medbay/lobby) +"bsq" = (/obj/structure/table,/obj/machinery/door/window/southleft{name = "Auxiliary Tool Storage Desk"; req_access_txt = "12"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/book/manual/wiki/engineering_hacking,/turf/open/floor/plasteel,/area/storage/tools) +"bsr" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty{pixel_x = -6; pixel_y = 2},/turf/open/floor/plasteel,/area/storage/tools) +"bss" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/item/hand_labeler{pixel_y = 8},/obj/item/storage/firstaid/regular,/obj/item/book/manual/wiki/medicine{pixel_x = -6},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bst" = (/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bsu" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bsv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/vacuum/external,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bsw" = (/turf/open/floor/plasteel/stairs/left,/area/hydroponics) +"bsx" = (/obj/structure/lattice,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) +"bsy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"bsz" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bsA" = (/turf/open/floor/plasteel/stairs/right,/area/hydroponics) +"bsB" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) +"bsC" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/camera{c_tag = "Hydroponics - Aft"},/turf/open/floor/plasteel,/area/hydroponics) +"bsD" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) +"bsE" = (/obj/structure/reagent_dispensers/watertank/high,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/item/reagent_containers/glass/bucket,/turf/open/floor/grass,/area/hydroponics) +"bsF" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/grass,/area/hydroponics) +"bsG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/structure/sign/poster/contraband/borg_fancy_2{pixel_y = 32},/turf/open/floor/plasteel,/area/maintenance/aft) +"bsH" = (/obj/structure/table/glass,/obj/item/storage/box/syringes{pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) +"bsI" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"bsJ" = (/obj/structure/table/glass,/obj/item/reagent_containers/spray/plantbgone{pixel_x = 12; pixel_y = 8},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 2; pixel_y = 9},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 6; pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) +"bsK" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light,/turf/open/floor/grass,/area/hydroponics) +"bsL" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/reagentgrinder{pixel_y = 8},/obj/item/storage/box/syringes,/obj/item/storage/box/beakers{pixel_x = -2; pixel_y = -2},/turf/open/floor/plasteel,/area/medical/chemistry) +"bsM" = (/turf/closed/wall,/area/science/robotics/lab) +"bsN" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/cable_coil/random,/obj/item/grenade/chem_grenade,/obj/item/grenade/chem_grenade,/obj/item/grenade/chem_grenade,/obj/item/screwdriver{pixel_x = -2; pixel_y = 6},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/chemistry) +"bsO" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) +"bsP" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/medical/chemistry) +"bsQ" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/medical/chemistry) +"bsR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bsS" = (/obj/machinery/door/window/northleft{name = "Chapel Office"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/office) +"bsT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"bsU" = (/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bsV" = (/turf/closed/wall,/area/maintenance/aft) +"bsW" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/chaplain,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"bsX" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bsY" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/aft) +"bsZ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/aft) +"bta" = (/turf/closed/wall/r_wall,/area/storage/tech) +"btb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/computer/secure_data,/obj/machinery/requests_console{department = "Detective"; departmentType = 5; name = "Detective's Office RC"; pixel_y = 30},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"btc" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Custodial Closet APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/janitor) +"btd" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bte" = (/obj/structure/sign/warning/vacuum/external,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) +"btf" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/medical/medbay/lobby) +"btg" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bth" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) +"bti" = (/obj/machinery/door/window/eastleft{name = "Waiting Room"},/turf/open/floor/wood,/area/medical/medbay/lobby) +"btj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"btk" = (/obj/structure/sign/poster/official/nanomichi_ad{pixel_x = 32},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"btl" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"btm" = (/obj/machinery/disposal/bin{name = "Chapel Mailbox"},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; name = "Chapel RC"; pixel_x = -32},/turf/open/floor/plasteel/dark,/area/chapel/office) +"btn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) +"bto" = (/turf/open/floor/plasteel,/area/science/robotics/lab) +"btp" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"btq" = (/obj/machinery/vending/cigarette,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"btr" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bts" = (/obj/effect/decal/cleanable/dirt,/obj/structure/light_construct/small{icon_state = "bulb-construct-stage1"; dir = 1},/turf/open/floor/plasteel,/area/maintenance/aft) +"btt" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Aft"; dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) +"btu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/hallway/secondary/civilian) +"btv" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft) +"btw" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/plating/airless,/area/router) +"btx" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/aft) +"bty" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"btz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btA" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btC" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Tech Storage"; req_access_txt = "23"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/storage/tech) +"btF" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"btG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) +"btH" = (/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"btI" = (/obj/structure/closet/secure_closet/brig{name = "Detainee Locker"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"btJ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) +"btK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/exit) +"btL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"btM" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fountain,/obj/machinery/newscaster{pixel_x = 30},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"btN" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/rack,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/stack/cable_coil/random,/obj/item/weldingtool,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"btO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"btP" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/central) +"btQ" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/AI,/turf/open/floor/plating,/area/storage/tech) +"btR" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/department/eva) +"btS" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"btT" = (/turf/closed/wall/r_wall,/area/router) +"btU" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/medical/medbay/lobby) +"btV" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/storage/tech) +"btW" = (/obj/structure/table,/obj/machinery/light,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/quartermaster/office) +"btX" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"btY" = (/obj/machinery/door/window/eastright{name = "Waiting Room"},/turf/open/floor/wood,/area/medical/medbay/lobby) +"btZ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) +"bua" = (/turf/closed/wall/r_wall,/area/science/robotics/mechbay) +"bub" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"buc" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"bud" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{id = "router_off"},/turf/open/floor/plating,/area/router) +"bue" = (/turf/closed/wall/r_wall,/area/router/eva) +"buf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/structure/plasticflaps,/obj/machinery/door/window/northleft{name = "Showers"; req_one_access_txt = "29;47"},/turf/open/floor/plasteel,/area/science/lab) +"bug" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/chapel/office) +"buh" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/maintenance/disposal) +"bui" = (/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"buj" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/maintenance/aft) +"buk" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bul" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/aft) +"bum" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) +"bun" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"buo" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bup" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"buq" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/router) +"bur" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bus" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "public_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) +"but" = (/turf/closed/wall/mineral/titanium/nosmooth,/area/hallway/primary/central) +"buu" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/department/chapel) +"buv" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"buw" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bux" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"buy" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"buz" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/cargo_technician,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"buA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) +"buB" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"buC" = (/obj/structure/table/reinforced,/obj/item/integrated_circuit_printer,/obj/item/integrated_electronics/wirer,/turf/open/floor/plasteel/white,/area/science/circuit) +"buD" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"buE" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "router"},/turf/open/floor/plating,/area/router) +"buF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"buG" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"buH" = (/obj/effect/decal/cleanable/dirt,/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"buI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/department/chapel) +"buJ" = (/obj/item/beacon,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"buK" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"buL" = (/obj/structure/closet/crate/coffin,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) +"buM" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/button/door{id = "capblast"; name = "Window Blast Door Control"; pixel_x = -6; pixel_y = -3; req_access_txt = "19"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"buN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/rust,/area/chapel/main) +"buO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"buP" = (/obj/item/trash/plate,/obj/item/lighter/greyscale,/obj/item/clothing/mask/cigarette/cigar/cohiba,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"buQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Chapel Morgue"; req_access_txt = "27"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) +"buR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) +"buS" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/cmo) +"buT" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/sign/poster/official/soft_cap_pop_art{pixel_x = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"buU" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/chips{pixel_x = 3; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"buV" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/processor,/obj/item/circuitboard/machine/telecomms/bus,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) +"buW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/janitor) +"buX" = (/obj/structure/chair/stool,/obj/effect/landmark/start/bartender,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"buY" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"buZ" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/soulstone/anybody/chaplain,/obj/item/organ/heart,/obj/item/book/granter/spell/smoke/lesser,/obj/item/nullrod,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"bva" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall,/area/janitor) +"bvb" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Electrical Substation"; req_access_txt = "10"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"bvc" = (/obj/machinery/computer/cargo/request,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/router/eva) +"bvd" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bve" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction) +"bvf" = (/obj/item/kirbyplants{icon_state = "plant-10"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"bvg" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/effect/turf_decal/bot,/obj/machinery/requests_console{department = "EVA Router"; name = "EVA Router RC"; pixel_y = 28},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/router/eva) +"bvh" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bvi" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bvj" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bvk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvl" = (/obj/item/trash/plate,/obj/item/kitchen/fork,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bvm" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bvn" = (/obj/machinery/rnd/production/protolathe/department/science,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/lab) +"bvo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bvp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/checkpoint) +"bvq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bvr" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bvs" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) +"bvt" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bvu" = (/turf/closed/wall/r_wall,/area/chapel/office) +"bvv" = (/turf/closed/wall/r_wall/rust,/area/hydroponics/garden{name = "Nature Preserve"}) +"bvw" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bvx" = (/obj/structure/grille,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvy" = (/turf/open/floor/plasteel/white,/area/science/mixing) +"bvz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/router/eva) +"bvA" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bvB" = (/turf/closed/wall/r_wall/rust,/area/router) +"bvC" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/mob/living/simple_animal/hostile/retaliate/goat{name = "Pete"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bvD" = (/obj/machinery/camera{c_tag = "Bar - Starboard"; dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bvE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/holopad,/turf/open/floor/carpet,/area/chapel/main) +"bvF" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bvG" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bvH" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/bar) +"bvI" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/department/chapel) +"bvJ" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/head_of_personnel,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bvK" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bvL" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bvM" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "Routing Depot - Aft Exterior"; pixel_x = 22},/turf/open/space/basic,/area/router) +"bvN" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) +"bvO" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvP" = (/obj/machinery/space_heater,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvQ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"bvR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bvS" = (/obj/machinery/portable_atmospherics/canister/air,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvT" = (/turf/open/floor/plasteel/dark,/area/chapel/office) +"bvU" = (/obj/item/caution,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/biohazard{pixel_x = -32},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bvV" = (/obj/structure/table,/obj/machinery/light/small,/obj/item/storage/pill_bottle/epinephrine,/obj/item/wrench{pixel_x = -8},/obj/item/extinguisher{pixel_x = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bvW" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bvX" = (/obj/machinery/door/airlock/external{name = "External Construction Access"; req_one_access_txt = "10;31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bvY" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bvZ" = (/obj/item/folder,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bwa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) +"bwb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/camera{c_tag = "Chapel Air Hookup"; dir = 1},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwc" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwd" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bwe" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwf" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bwg" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bwh" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/obj/machinery/requests_console{department = "Routing Depot"; name = "Routing Depot RC"; pixel_y = 28},/obj/machinery/button/massdriver{id = "eva_in"; name = "mass driver button (EVA)"; pixel_x = -24},/obj/machinery/button/massdriver{id = "public_in"; name = "mass driver button (Public)"; pixel_x = -24; pixel_y = 8},/turf/open/floor/plasteel,/area/router) +"bwi" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bwj" = (/obj/machinery/space_heater,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwk" = (/obj/machinery/chem_master,/turf/open/floor/plating{icon_state = "platingdmg2"},/area/maintenance/disposal) +"bwl" = (/obj/structure/closet/secure_closet/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/sign/poster/official/safety_report{pixel_x = 32},/turf/open/floor/plasteel,/area/security/checkpoint) +"bwm" = (/obj/structure/sign/departments/science,/turf/closed/wall/r_wall,/area/gateway) +"bwn" = (/obj/structure/disposalpipe/junction{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwo" = (/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bwp" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bwq" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bwr" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bws" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/autolathe/secure{name = "public autolathe"},/turf/open/floor/plating,/area/maintenance/disposal) +"bwt" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bwu" = (/obj/structure/cable{icon_state = "1-2"},/obj/item/trash/can,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bwv" = (/obj/machinery/disposal/bin{name = "Mass Driver"},/obj/structure/sign/warning/deathsposal{pixel_x = 32},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) +"bww" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bwx" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/janitor) +"bwy" = (/obj/machinery/vending/wardrobe/jani_wardrobe,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/janitor) +"bwz" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bwA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"bwB" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/bot_assembly/medbot,/obj/item/clothing/head/hardhat{pixel_x = -2; pixel_y = 6; pressure_resistance = 6},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bwC" = (/obj/structure/table,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/item/storage/box/mousetraps,/obj/item/light/tube,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/machinery/camera{c_tag = "Routing Depot"},/turf/open/floor/plasteel,/area/router) +"bwD" = (/obj/structure/table/reinforced,/obj/item/analyzer,/obj/item/wrench,/obj/item/screwdriver,/turf/open/floor/plasteel/white,/area/science/mixing) +"bwE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwF" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bwG" = (/obj/item/cigbutt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/event_spawn,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bwH" = (/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/mre/menu2/safe,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/glass,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bwI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) +"bwJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"bwK" = (/obj/machinery/camera{c_tag = "Research - Gateway Chamber"; network = list("ss13","rd")},/turf/open/floor/engine,/area/gateway) +"bwL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) +"bwM" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Central Starboard Maintenance"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/hostile/retaliate/bat,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bwN" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Toxins Lab - Port"; network = list("ss13","rd")},/obj/machinery/meter,/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bwO" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bwP" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/break_room) +"bwQ" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/conveyor{dir = 1; id = "router_off"},/turf/open/floor/plating,/area/router) +"bwR" = (/turf/open/floor/plasteel,/area/engine/break_room) +"bwS" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/disposal/deliveryChute{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bwT" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bwU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bwV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/break_room) +"bwW" = (/turf/closed/wall,/area/maintenance/disposal) +"bwX" = (/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bwY" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) +"bwZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/table,/obj/item/clothing/under/misc/mailman,/obj/item/clothing/head/mailman,/obj/item/wirecutters,/obj/item/stack/packageWrap,/turf/open/floor/plasteel,/area/router) +"bxa" = (/obj/structure/frame/computer,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/router) +"bxb" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Waste Disposal - Port"; dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bxc" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bxd" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bxe" = (/obj/item/stack/tile/plasteel{pixel_x = 6; pixel_y = 13},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bxf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "EVA Router"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eva) +"bxg" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 14},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bxh" = (/obj/machinery/disposal/bin{name = "Corpse Disposal"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bxi" = (/obj/structure/closet/l3closet/janitor,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/item/clothing/gloves/color/purple,/obj/item/clothing/gloves/color/purple,/obj/item/clothing/under/costume/maid,/obj/item/clothing/under/costume/maid,/obj/structure/sign/poster/official/bless_this_spess{pixel_x = -32},/turf/open/floor/plasteel,/area/janitor) +"bxj" = (/turf/closed/wall/r_wall,/area/maintenance/aft) +"bxk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bxl" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bxm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/department/eva) +"bxn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "AI Core Exterior"; dir = 1},/turf/open/floor/plating/airless,/area/maintenance/department/eva) +"bxo" = (/obj/machinery/door/airlock/external{name = "Telecommunications External Access"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/tcommsat/computer) +"bxp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"bxq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bxr" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/obj/item/radio/off{pixel_x = 4; pixel_y = 4},/obj/item/restraints/legcuffs/beartrap,/obj/item/restraints/legcuffs/beartrap,/turf/open/floor/plasteel,/area/janitor) +"bxs" = (/obj/item/storage/toolbox/mechanical/old,/obj/item/reagent_containers/food/snacks/chips{pixel_x = 3; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/disposal) +"bxt" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) +"bxu" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/broadcaster,/obj/item/circuitboard/machine/telecomms/receiver,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxw" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/aft) +"bxx" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxy" = (/obj/item/trash/candle,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/disposal) +"bxz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/station_alert,/obj/structure/sign/poster/official/safety_eye_protection{pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper/guides/cogstation/letter_eng,/turf/open/floor/plasteel,/area/engine/break_room) +"bxA" = (/obj/machinery/announcement_system,/turf/open/floor/plasteel/dark,/area/tcommsat/computer) +"bxB" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/computer/message_monitor{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxC" = (/obj/structure/closet/emcloset/anchored,/obj/machinery/light/small,/turf/open/floor/plating,/area/tcommsat/computer) +"bxD" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/door/airlock/engineering{name = "Telecommunications Chamber"; req_access_txt = "61"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxE" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bxG" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/disposal) +"bxH" = (/turf/closed/wall,/area/storage/tech) +"bxI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/rack,/obj/item/clothing/gloves/color/fyellow,/obj/item/clothing/suit/hooded/wintercoat/engineering,/obj/item/clothing/suit/hooded/wintercoat/engineering,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/shoes/winterboots,/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxK" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bxL" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bxM" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/primary/aft) +"bxN" = (/obj/structure/rack,/obj/machinery/light/small{dir = 8},/obj/effect/spawner/lootdrop/techstorage/command,/turf/open/floor/plating,/area/storage/tech) +"bxO" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bxP" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/external{name = "Central Starboard Exterior Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bxQ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxR" = (/obj/effect/turf_decal/bot,/obj/machinery/conveyor_switch{id = "MiningConveyer"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bxS" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bxT" = (/turf/closed/wall/r_wall,/area/science/xenobiology) +"bxU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bxV" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bxW" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxY" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bxZ" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) +"bya" = (/obj/machinery/computer/telecomms/monitor{dir = 1; network = "tcommsat"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"byb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/server) +"byc" = (/obj/machinery/igniter/incinerator_toxmix,/turf/open/floor/engine/vacuum,/area/science/mixing) +"byd" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/item/pen/fountain{pixel_x = 2; pixel_y = 6},/obj/item/stamp/hop,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bye" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"byf" = (/obj/machinery/door/airlock/engineering/glass{name = "Telecommunications Mainframe"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/tcommsat/server) +"byg" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) +"byh" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"byi" = (/turf/closed/wall/r_wall,/area/tcommsat/server) +"byj" = (/turf/open/floor/plasteel,/area/tcommsat/server) +"byk" = (/obj/machinery/telecomms/message_server,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byl" = (/obj/machinery/door/airlock/engineering/glass{name = "Telecommunications Mainframe"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/server) +"bym" = (/obj/machinery/announcement_system,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byn" = (/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"byo" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/pen,/obj/item/pen{pixel_x = 4; pixel_y = 3},/obj/machinery/camera{c_tag = "Chapel Game Room"; dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"byp" = (/obj/machinery/telecomms/bus/preset_three,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byq" = (/obj/machinery/telecomms/receiver/preset_left,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byr" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/flashlight/lamp/green,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"bys" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eva) +"byt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) +"byu" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) +"byv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Starboard Exterior Access"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) +"byw" = (/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/light{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"byx" = (/obj/machinery/telecomms/processor/preset_three,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byy" = (/obj/machinery/telecomms/bus/preset_one,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byz" = (/obj/machinery/telecomms/receiver/preset_right,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byA" = (/obj/machinery/telecomms/processor/preset_one,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byB" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"byC" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"byD" = (/obj/machinery/camera{c_tag = "Medbay - Lobby"; network = list("ss13","rd")},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"byE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/button/massdriver{id = "eva_out"; pixel_x = 24; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/eva) +"byF" = (/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor/auto{dir = 4; id = "EVA"},/turf/open/floor/plating,/area/router/eva) +"byG" = (/obj/machinery/telecomms/server/presets/service,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byH" = (/obj/machinery/telecomms/server/presets/common,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byI" = (/obj/machinery/telecomms/hub/preset,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byJ" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byK" = (/obj/machinery/telecomms/server/presets/command,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byL" = (/obj/machinery/telecomms/server/presets/science,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"byM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Chapel Maintenance"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"byN" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/morgue) +"byO" = (/obj/effect/decal/cleanable/dirt,/obj/item/stack/tile/plasteel{pixel_x = 3; pixel_y = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) +"byP" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/maintenance/disposal) +"byQ" = (/turf/closed/wall,/area/medical/morgue) +"byR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"byS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) +"byT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) +"byU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"byV" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel,/area/hallway/primary/central) +"byW" = (/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"byX" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating/airless,/area/space/nearstation) +"byY" = (/obj/vehicle/ridden/janicart,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/key/janitor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"byZ" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/mass_driver{dir = 4; id = "eva_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/eva) +"bza" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bzb" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bzc" = (/obj/machinery/light/small{dir = 8},/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/security,/turf/open/floor/plating,/area/storage/tech) +"bzd" = (/turf/open/floor/plating,/area/storage/tech) +"bze" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/aft) +"bzf" = (/obj/structure/janitorialcart,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"bzg" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/janitor) +"bzh" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bzi" = (/obj/item/cardboard_cutout,/turf/open/floor/plating,/area/maintenance/disposal) +"bzj" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/item/flashlight,/obj/item/flashlight,/obj/item/assembly/flash,/obj/item/assembly/flash,/obj/item/clothing/glasses/meson,/turf/open/floor/plating,/area/storage/tech) +"bzk" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/storage/tech) +"bzl" = (/obj/structure/closet/secure_closet,/obj/effect/spawner/lootdrop/organ_spawner,/obj/effect/spawner/lootdrop/organ_spawner,/obj/effect/spawner/lootdrop/organ_spawner,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/disposal) +"bzm" = (/obj/machinery/conveyor{dir = 5; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bzn" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bzo" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bzp" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) +"bzq" = (/obj/machinery/light{dir = 8},/obj/structure/sign/warning/pods{pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bzr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/machinery/meter,/turf/closed/wall,/area/hallway/primary/aft) +"bzs" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bzt" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bzu" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) +"bzv" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/structure/plasticflaps,/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) +"bzw" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bzx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Room"; req_access_txt = "63"},/turf/open/floor/plasteel/dark,/area/security/brig) +"bzy" = (/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bzz" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/gateway) +"bzA" = (/obj/machinery/power/apc{areastring = "/area/medical/chemistry"; dir = 1; name = "Chemistry APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bzB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bzC" = (/obj/structure/closet/toolcloset,/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bzD" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "evablock"; name = "EVA Router"},/turf/open/floor/plating,/area/router/eva) +"bzE" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{dir = 4; id = "router_off"},/turf/open/floor/plating,/area/router) +"bzF" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "router_off"},/turf/open/floor/plating,/area/router) +"bzG" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bzH" = (/obj/structure/disposalpipe/segment,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/disposal) +"bzI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bzJ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bzK" = (/obj/machinery/disposal/bin{name = "Chapel Corpse Delivery"},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bzL" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bzM" = (/obj/structure/window/reinforced/spawner,/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bzN" = (/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bzO" = (/obj/machinery/conveyor_switch/oneway{id = "recycler"; name = "Recycler Conveyor Control"},/turf/open/floor/plating,/area/maintenance/disposal) +"bzP" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/router) +"bzQ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bzR" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bzS" = (/obj/structure/table,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/gloves/color/latex,/obj/item/healthanalyzer,/obj/item/reagent_containers/spray/cleaner,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bzT" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/central"; dir = 4; name = "Central Port Maintenance APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/port/central) +"bzU" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/machinery/meter,/turf/closed/wall,/area/hallway/primary/aft) +"bzV" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) +"bzW" = (/obj/machinery/vending/assist,/turf/open/floor/plating,/area/storage/tech) +"bzX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; req_access_txt = "7;8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bzY" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/hallway/primary/aft) +"bzZ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) +"bAa" = (/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bAb" = (/turf/open/floor/plating/airless,/area/science/xenobiology) +"bAc" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway) +"bAd" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/external{name = "Central Starboard Exterior Access"; req_access_txt = "13"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bAe" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/router) +"bAf" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/science/xenobiology) +"bAg" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall/r_wall,/area/science/xenobiology) +"bAh" = (/obj/item/reagent_containers/food/condiment/pack/mustard{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/food/condiment/pack/ketchup{pixel_x = -2; pixel_y = 6},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -5; pixel_y = 7},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = 1; pixel_y = 3},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bAi" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel,/area/router) +"bAj" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/janitor) +"bAk" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Recycler"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/turf/open/floor/plating,/area/maintenance/disposal) +"bAl" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bAm" = (/obj/effect/decal/cleanable/dirt,/obj/item/cigbutt,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel,/area/router) +"bAn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bAo" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bAp" = (/obj/structure/bed,/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/bedsheet/purple,/obj/effect/landmark/start/janitor,/turf/open/floor/plasteel,/area/janitor) +"bAq" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bAr" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bAs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bAt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/camera{c_tag = "Fore Maintenance - Starboard"; pixel_x = 22},/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/fore) +"bAu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bAv" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/bed,/obj/item/bedsheet/qm,/obj/effect/landmark/start/quartermaster,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/quartermaster/qm) +"bAw" = (/obj/item/paper/fluff/bee_objectives,/obj/item/toy/plush/beeplushie,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"bAx" = (/obj/machinery/conveyor{dir = 1; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bAy" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bAz" = (/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bAA" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"bAB" = (/obj/item/beacon,/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bAC" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bAD" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/window/eastleft{name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bAE" = (/obj/structure/disposalpipe/segment,/obj/structure/chair/office/light{dir = 8},/obj/machinery/button/door{id = "chem1"; name = "Shutters Control Button"; pixel_x = -8; pixel_y = 24; req_access_txt = "29"},/obj/effect/landmark/start/chemist,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bAF" = (/obj/machinery/gateway/centerstation,/turf/open/floor/engine,/area/gateway) +"bAG" = (/obj/machinery/atmospherics/components/binary/valve{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/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bAH" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bAI" = (/obj/machinery/photocopier,/obj/machinery/requests_console{department = "Law Office"; name = "Law Office RC"; pixel_y = 32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bAJ" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/clothing/neck/stethoscope,/obj/item/clothing/glasses/hud/health,/obj/item/stamp/cmo,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/cmo"; dir = 1; name = "Chief Medical Officer's Office APC"; pixel_y = 24},/mob/living/simple_animal/pet/cat/Runtime,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"bAK" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/disposal) +"bAL" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: WASTE EJECTION"; pixel_x = -32},/turf/open/space/basic,/area/space) +"bAM" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bAN" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bAO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bAP" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bAQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/disposal) +"bAR" = (/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator Room"; req_access_txt = "10"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bAS" = (/turf/closed/wall/r_wall/rust,/area/maintenance/disposal) +"bAT" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bAU" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/mixing) +"bAV" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel/white,/area/science/mixing) +"bAW" = (/obj/structure/sign/poster/official/get_your_legs,/turf/closed/wall,/area/hallway/secondary/exit) +"bAX" = (/obj/structure/table/wood,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/item/paper/fluff/cogstation/letter_cap{pixel_x = -2; pixel_y = 4},/obj/item/flashlight/lamp,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bAY" = (/obj/machinery/status_display,/turf/closed/wall,/area/hallway/secondary/exit) +"bAZ" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/chapel/main) +"bBa" = (/obj/structure/sign/poster/official/help_others,/turf/closed/wall,/area/hallway/secondary/exit) +"bBb" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/grille/broken,/obj/effect/landmark/blobstart,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/department/chapel) +"bBc" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/exit) +"bBd" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/popcorn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bBe" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/sign/warning/pods{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bBf" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/storage/tech) +"bBg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) +"bBh" = (/obj/machinery/conveyor{dir = 1; id = "recycler"},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/disposal) +"bBi" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bBj" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/crew_quarters/heads/captain"; dir = 4; name = "Captain's Quarters APC"; pixel_x = 26},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"bBk" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bBl" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/aft) +"bBm" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) +"bBn" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bBo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"bBp" = (/obj/machinery/conveyor/inverted{dir = 9; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bBq" = (/obj/machinery/recycler,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bBr" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bBs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"bBt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bBu" = (/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bBv" = (/turf/closed/wall,/area/router) +"bBw" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) +"bBx" = (/obj/structure/table,/obj/item/storage/toolbox/electrical,/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/obj/item/t_scanner,/turf/open/floor/plating,/area/storage/tech) +"bBy" = (/obj/machinery/recharge_station,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bBz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bBA" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/structure/ore_box,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bBB" = (/obj/machinery/conveyor/auto{id = "router"},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 4},/turf/open/floor/plating,/area/router) +"bBC" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bBD" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bBE" = (/obj/structure/grille,/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bBF" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bBG" = (/obj/machinery/conveyor/inverted{dir = 10; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bBH" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bBI" = (/obj/machinery/computer/shuttle/mining,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bBJ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/science/xenobiology) +"bBK" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/button/door{id = "recycleraccess"; name = "Recycler Access Control"; pixel_y = -24},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bBL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bBM" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bBN" = (/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{dir = 1},/turf/open/floor/engine,/area/science/mixing) +"bBO" = (/turf/closed/wall/r_wall,/area/engine/engine_smes{name = "Power Monitoring"}) +"bBP" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/window/eastright{name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bBQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"bBR" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "Computer Core APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bBS" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bBT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bBU" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/structure/sign/departments/cargo{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bBV" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bBW" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bBX" = (/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bBY" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "EVA Router"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/eva) +"bBZ" = (/turf/closed/wall,/area/hallway/secondary/exit) +"bCa" = (/obj/machinery/power/smes/engineering,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bCb" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"bCc" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/router/eva) +"bCd" = (/obj/effect/landmark/start/captain,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bCe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bCf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bCg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bCh" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/medbay/central) +"bCi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bCj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/disposal) +"bCk" = (/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/closed/wall,/area/maintenance/disposal) +"bCl" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"bCm" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bCn" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/department/eva) +"bCo" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) +"bCp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bCq" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/door/poddoor{id = "recycleraccess"; name = "Recycler Access"},/turf/open/floor/plating,/area/maintenance/disposal) +"bCr" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bCs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bCt" = (/obj/effect/turf_decal/bot,/obj/structure/table,/obj/machinery/light/small{dir = 4},/obj/item/storage/box/engineer{pixel_y = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"bCu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/eva) +"bCv" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"bCw" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/turf/open/floor/plating,/area/router/eva) +"bCx" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bCy" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/turf/open/floor/plating,/area/router/eva) +"bCz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) +"bCA" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bCB" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) +"bCC" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/department/eva) +"bCD" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bCE" = (/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "evablock"; name = "EVA Router"},/turf/open/floor/plating,/area/router/eva) +"bCF" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) +"bCG" = (/obj/item/cigbutt,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bCI" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCJ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bCK" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCL" = (/turf/closed/wall/rust,/area/security/detectives_office) +"bCM" = (/turf/closed/wall/r_wall/rust,/area/security/detectives_office) +"bCN" = (/obj/structure/filingcabinet,/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCO" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) +"bCP" = (/obj/structure/table/wood,/obj/item/storage/briefcase,/obj/item/taperecorder,/obj/item/radio{pixel_x = -6},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCQ" = (/obj/structure/table/wood,/obj/machinery/computer/med_data/laptop{dir = 8; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bCR" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "airbridge_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) +"bCS" = (/obj/structure/closet,/obj/machinery/camera{c_tag = "Central Plaza - Legal Desk"; dir = 1},/turf/open/floor/plasteel/dark,/area/lawoffice) +"bCT" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/sorting/mail/flip,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) +"bCU" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/maintenance/disposal) +"bCV" = (/turf/open/floor/plating/airless,/area/maintenance/disposal) +"bCW" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"bCX" = (/obj/machinery/rnd/production/circuit_imprinter/department/science,/obj/item/reagent_containers/glass/beaker/sulphuric,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/lab) +"bCY" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/sign/warning/nosmoking{pixel_x = 32},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bCZ" = (/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) +"bDa" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bDb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Recycler Exterior Access"; req_one_access_txt = "13;50"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"bDc" = (/obj/machinery/vending/security,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bDd" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Aft Maintenance - Port"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"bDe" = (/obj/machinery/disposal/bin{name = "Corpse Delivery"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/dark,/area/chapel/office) +"bDf" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/service,/turf/open/floor/plating,/area/storage/tech) +"bDg" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/medical,/turf/open/floor/plating,/area/storage/tech) +"bDh" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/rnd,/turf/open/floor/plating,/area/storage/tech) +"bDi" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bDj" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/decal/cleanable/dirt,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/department/chapel) +"bDk" = (/obj/machinery/light,/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 15},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bDl" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bDm" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/primary/aft"; dir = 1; name = "Aft Primary Hallway APC"; pixel_x = 1; pixel_y = 24},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) +"bDn" = (/obj/machinery/icecream_vat,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bDo" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bDp" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bDq" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bDr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bDs" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bDt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bDu" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/book/manual/wiki/barman_recipes,/obj/item/reagent_containers/rag,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bDv" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bDw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bDx" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/secondary/service) +"bDy" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bDz" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{dir = 1},/obj/machinery/camera{c_tag = "Service Hallway - Aft"; pixel_x = 22},/turf/open/floor/plating,/area/hallway/secondary/service) +"bDA" = (/turf/closed/wall/r_wall,/area/hallway/secondary/service) +"bDB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bDC" = (/turf/open/floor/plating,/area/hallway/secondary/service) +"bDD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/router) +"bDE" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/food/snacks/store/cheesewheel,/obj/item/reagent_containers/food/snacks/grown/pineapple,/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/bluecherries,/obj/item/reagent_containers/food/snacks/grown/citrus/lime,/turf/open/floor/plating,/area/hallway/secondary/service) +"bDF" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plating,/area/hallway/secondary/service) +"bDG" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/hallway/secondary/service) +"bDH" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/hallway/secondary/service) +"bDI" = (/obj/structure/closet/crate/freezer,/obj/effect/spawner/lootdrop/three_course_meal,/obj/item/reagent_containers/food/snacks/chocolatebar,/obj/item/reagent_containers/food/snacks/chocolatebar,/turf/open/floor/plating,/area/hallway/secondary/service) +"bDJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"bDK" = (/obj/structure/grille,/turf/open/floor/plating,/area/hallway/secondary/service) +"bDL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bDM" = (/obj/structure/table/reinforced,/obj/item/transfer_valve{pixel_x = 6},/obj/item/transfer_valve{pixel_x = 6},/obj/item/transfer_valve,/obj/item/transfer_valve,/obj/item/transfer_valve{pixel_x = -6},/obj/item/transfer_valve{pixel_x = -6},/obj/machinery/camera{c_tag = "Toxins Lab - Starboard"; dir = 8; pixel_y = -22},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel/white,/area/science/mixing) +"bDN" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bDO" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bDP" = (/obj/machinery/computer/message_monitor{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/circuit,/area/bridge) +"bDQ" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) +"bDR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) +"bDS" = (/turf/open/floor/plasteel/stairs,/area/crew_quarters/bar) +"bDT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/science/robotics/lab) +"bDU" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bDV" = (/turf/open/floor/plasteel/stairs/left,/area/crew_quarters/bar) +"bDW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "AI Chamber"; req_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) +"bDX" = (/turf/open/floor/plasteel/stairs/right,/area/crew_quarters/bar) +"bDY" = (/obj/structure/sign/barsign,/turf/closed/wall,/area/crew_quarters/bar) +"bDZ" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bEa" = (/obj/structure/chair/stool/bar,/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"bEb" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"bEc" = (/obj/structure/table,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/item/radio/off{pixel_x = 7; pixel_y = -3},/obj/item/radio/off{pixel_x = 4; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit,/area/bridge) +"bEd" = (/obj/machinery/vending/cigarette,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bEe" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/sorting/mail{dir = 4},/turf/open/floor/plating,/area/router) +"bEf" = (/obj/structure/reagent_dispensers,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"bEg" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bEh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) +"bEi" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bEj" = (/obj/machinery/light_switch{pixel_x = -24},/obj/structure/closet/crate,/obj/machinery/camera{c_tag = "Waste Disposal - Starboard"},/obj/item/stack/tile/noslip/thirty,/obj/structure/sign/poster/official/ue_no{pixel_y = 32},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/disposal) +"bEk" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) +"bEl" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bEm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Personnel's Office"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"bEn" = (/obj/machinery/computer/card{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/turf/open/floor/plasteel,/area/security/checkpoint) +"bEo" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bEp" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/fore) +"bEq" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bEr" = (/obj/structure/sign/warning/vacuum/external{pixel_x = -32; pixel_y = 32},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bEs" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/ai_monitored/storage/eva"; dir = 4; name = "EVA APC"; pixel_x = 24},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"bEt" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bEu" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"bEv" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bEw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Starboard Bow Solar Maintenance"; dir = 1},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bEx" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) +"bEy" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light/small{dir = 4},/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bEz" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"bEA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Starboard Bow Solar Maintenance"; req_access_txt = "10"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) +"bEB" = (/obj/structure/rack,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/item/radio/off{pixel_x = 7; pixel_y = 4},/obj/item/flashlight,/obj/item/crowbar/red,/obj/item/crowbar/red{pixel_x = -6; pixel_y = 4},/obj/item/radio/off{pixel_x = -8},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/machinery/camera{c_tag = "Starboard Bow Maintenance - Port"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"bEC" = (/obj/structure/table/glass,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bED" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bEE" = (/obj/structure/table,/obj/item/clothing/under/shorts/red,/obj/item/clothing/under/shorts/red,/obj/item/clothing/gloves/boxing{pixel_y = 8},/obj/item/clothing/gloves/boxing{pixel_y = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bEF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bEG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"bEH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) +"bEI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) +"bEJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bEK" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/space_heater,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bEL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/disposal) +"bEM" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bEN" = (/obj/machinery/computer/communications{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/camera{c_tag = "Bridge - Captain's Quarters"; dir = 8; pixel_y = -22},/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_x = 30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bEO" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light_switch{pixel_x = -24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bEP" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/sign/poster/official/high_class_martini{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"bEQ" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal"; dir = 8; name = "Waste Disposal APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/disposal) +"bER" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"bES" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"bET" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) +"bEU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bEV" = (/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = 26},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"bEW" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) +"bEX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"bEY" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bEZ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) +"bFa" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/router) +"bFb" = (/obj/structure/grille,/turf/open/floor/plating,/area/router) +"bFc" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bFd" = (/obj/structure/closet/crate/trashcart,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bFe" = (/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bFf" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/aiModule/supplied/oxygen{pixel_x = 2; pixel_y = 10},/obj/item/aiModule/supplied/quarantine{pixel_x = 1; pixel_y = 8},/obj/item/aiModule/zeroth/oneHuman{pixel_y = 4},/obj/effect/spawner/lootdrop/aimodule_harmful{pixel_x = -1; pixel_y = 2},/obj/item/aiModule/supplied/protectStation{pixel_x = -2},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bFg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/suit_storage_unit/engine,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"bFh" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/light,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bFi" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bFj" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bFk" = (/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bFl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/xenobiology) +"bFm" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/paper_bin,/obj/item/pen/fourcolor,/turf/open/floor/plasteel,/area/science/xenobiology) +"bFn" = (/turf/open/floor/plating/asteroid,/area/chapel/main) +"bFo" = (/obj/machinery/smartfridge/extract/preloaded,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) +"bFp" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bFq" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/slime_scanner,/obj/item/slime_scanner,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/science/xenobiology) +"bFr" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area) +"bFs" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bFt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bFu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) +"bFv" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bFw" = (/obj/machinery/monkey_recycler,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/science/xenobiology"; name = "Xenobiology Lab APC"; pixel_y = -24},/turf/open/floor/plasteel,/area/science/xenobiology) +"bFx" = (/obj/machinery/mecha_part_fabricator,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/robotics/lab) +"bFy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bFz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/janitor,/turf/open/floor/plasteel,/area/janitor) +"bFA" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bFB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/science/lab) +"bFC" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bFD" = (/obj/structure/disposaloutlet{dir = 4},/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bFE" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) +"bFF" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) +"bFG" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bFH" = (/obj/machinery/power/apc{name = "Customs APC"; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bFI" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bFJ" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bFK" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFL" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFM" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFN" = (/obj/structure/chair{dir = 4},/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bFO" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFP" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFQ" = (/obj/structure/table,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/gloves/boxing/blue{pixel_y = 8},/obj/item/clothing/gloves/boxing/blue{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bFR" = (/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/wood,/area/crew_quarters/fitness) +"bFS" = (/obj/machinery/light,/turf/open/floor/wood,/area/crew_quarters/fitness) +"bFT" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFU" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFV" = (/obj/structure/window/reinforced,/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFW" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"bFX" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bFY" = (/obj/structure/lattice/catwalk,/turf/closed/wall/r_wall,/area/engine/atmos) +"bFZ" = (/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bGa" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bGb" = (/obj/machinery/conveyor/auto{id = "router"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bGc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) +"bGd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) +"bGe" = (/mob/living/simple_animal/crab/Coffee,/turf/open/floor/plating/asteroid,/area/chapel/main) +"bGf" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/main) +"bGg" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bGh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"bGi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/fore) +"bGj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) +"bGk" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/router) +"bGl" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/poster/contraband/punch_shit{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/fore) +"bGm" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) +"bGn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"bGo" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/turf/open/floor/plating,/area/maintenance/starboard/fore) +"bGp" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bGq" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) +"bGr" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bGs" = (/obj/machinery/vending/assist,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bGt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bGu" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bGv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Arcade"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"bGw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Fitness Room"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) +"bGx" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness) +"bGy" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/obj/machinery/button/massdriver{id = "eng_in"; name = "mass driver button (Engineering)"; pixel_x = 24; pixel_y = -8},/obj/machinery/button/massdriver{id = "router_out"; name = "mass driver button (Other)"; pixel_x = 24; pixel_y = 12},/turf/open/floor/plasteel,/area/router) +"bGz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) +"bGA" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bGB" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bGC" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Starboard Quarter Maintenance - Starboard"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bGD" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bGE" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bGF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Starboard Quarter Solar Access"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bGG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"bGH" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/grille_or_trash,/turf/open/floor/plating,/area/maintenance/port/fore) +"bGI" = (/turf/closed/wall/r_wall,/area/hallway/primary/central) +"bGJ" = (/obj/structure/rack,/obj/item/storage/box/bodybags,/obj/item/clothing/gloves/color/grey,/turf/open/floor/plating,/area/maintenance/starboard/central) +"bGK" = (/obj/machinery/conveyor{id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"bGL" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) +"bGM" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/item/kirbyplants{icon_state = "plant-20"; pixel_y = 3},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bGN" = (/obj/structure/closet/wardrobe/white,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bGO" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"bGP" = (/obj/machinery/mass_driver{dir = 1; id = "secserv"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"bGQ" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) +"bGR" = (/obj/structure/closet/wardrobe/grey,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bGS" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"bGT" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) +"bGU" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall,/area/maintenance/port/fore) +"bGV" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/maintenance/port/fore) +"bGW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) +"bGX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bGY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"bGZ" = (/obj/structure/closet/crate/internals,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/router/eva) +"bHa" = (/obj/structure/closet/crate,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router/eva"; dir = 4; name = "EVA Router APC"; pixel_x = 24},/obj/machinery/button/door{id = "evablock"; name = "Router Access Control"; pixel_x = 24; pixel_y = 10; req_access_txt = "19"},/turf/open/floor/plasteel,/area/router/eva) +"bHb" = (/obj/structure/closet/wardrobe/black,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHc" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/structure/window/reinforced/spawner/north,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bHd" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) +"bHe" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) +"bHf" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHg" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bHh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/main) +"bHi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bHj" = (/obj/structure/table,/obj/structure/bedsheetbin/towel,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHk" = (/turf/closed/wall,/area/crew_quarters/locker) +"bHl" = (/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/port/fore) +"bHm" = (/turf/open/floor/plating{icon_state = "platingdmg1"},/area/maintenance/port/fore) +"bHn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bHo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHp" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bHq" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHr" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHs" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHt" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bHu" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHv" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHw" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHx" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light,/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel,/area/crew_quarters/locker) +"bHz" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bHA" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/gravity_generator) +"bHB" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/locker) +"bHC" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bHD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/aft) +"bHE" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bHF" = (/obj/structure/table/reinforced,/obj/item/assembly/timer{pixel_x = -5},/obj/item/assembly/timer{pixel_y = -7},/obj/item/assembly/timer{pixel_y = 6},/obj/item/assembly/timer{pixel_x = 8},/obj/machinery/airalarm/unlocked{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/white,/area/science/mixing) +"bHG" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/maintenance/aft) +"bHH" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/sign/poster/contraband/space_cube{pixel_y = 32},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) +"bHI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bHJ" = (/obj/item/kirbyplants{icon_state = "plant-03"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bHK" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/medical/morgue) +"bHL" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bHM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) +"bHN" = (/turf/closed/wall,/area/maintenance/solars/starboard/aft) +"bHO" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/gravity_generator) +"bHP" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bHQ" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bHR" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bHS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bHT" = (/obj/machinery/computer/camera_advanced/xenobio{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bHU" = (/obj/structure/chair/office/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bHV" = (/obj/machinery/processor/slime,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bHW" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bHX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Bow Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore) +"bHY" = (/obj/machinery/computer/camera_advanced/xenobio{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bHZ" = (/turf/closed/indestructible{desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; icon_state = "riveted"; name = "hyper-reinforced wall"},/area/science/test_area) +"bIa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bIb" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bIc" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 14},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bId" = (/obj/structure/table,/obj/item/mmi,/obj/item/mmi,/obj/item/storage/box/bodybags,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bIe" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty{pixel_x = 1},/obj/item/stack/sheet/glass/fifty{pixel_x = 1},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 31; receive_ore_updates = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/robotics/lab) +"bIf" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/door/airlock/maintenance{name = "Chemistry Maintenance"; req_access_txt = "5; 33"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/chemistry) +"bIg" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/reagent_containers/food/snacks/chips,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIh" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery/white,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bIi" = (/obj/machinery/smartfridge/chemistry/preloaded,/turf/closed/wall,/area/medical/chemistry) +"bIj" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/item/tank/internals/anesthetic,/obj/item/clothing/mask/breath,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bIk" = (/turf/closed/wall/r_wall,/area/science/robotics/lab) +"bIl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bIm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bIn" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/evac{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/aft) +"bIp" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/aft) +"bIq" = (/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bIr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bIs" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bIt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bIu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "5;6"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bIv" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bIw" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bIx" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bIy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "External Solar Access"; req_access_txt = "10;13"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bIz" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bIA" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bIB" = (/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bIC" = (/obj/machinery/conveyor/auto{id = "disposal"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bID" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bIE" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bIF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bIG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bIH" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bII" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bIJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bIK" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/science/xenobiology) +"bIL" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/table/glass,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -3; pixel_y = 3},/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/dropper,/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bIM" = (/obj/machinery/shower{desc = "The HS-451. Standard Nanotrasen Hygiene Division design, although it looks like this one was installed more recently."; dir = 8; name = "emergency shower"; pixel_y = -4},/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/chemistry) +"bIN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIO" = (/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIP" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bIQ" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIR" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIS" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bIT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) +"bIU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bIV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bIW" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/reagent_containers/food/drinks/bottle/absinthe,/obj/item/stack/spacecash/c20,/obj/item/coin/gold,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bIX" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bIY" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space) +"bIZ" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bJa" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bJb" = (/obj/machinery/bloodbankgen,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bJc" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bJd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bJe" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bJf" = (/obj/machinery/door/airlock/maintenance{name = "Chemistry Maintenance"; req_access_txt = "5; 33"},/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/medical/chemistry) +"bJg" = (/obj/structure/table,/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/item/storage/box/rxglasses{pixel_x = 2},/obj/item/pen,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bJh" = (/obj/structure/sign/warning/biohazard,/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/medical/morgue) +"bJi" = (/obj/structure/bodycontainer/morgue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bJj" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bJk" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bJl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bJm" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/lawoffice"; dir = 1; name = "Information Office APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/lawoffice) +"bJn" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bJo" = (/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bJp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bJq" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bJr" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{dir = 1},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bJs" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/item/clothing/suit/hooded/wintercoat/science,/obj/item/clothing/suit/hooded/wintercoat/science,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/shoes/winterboots,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bJt" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bJu" = (/obj/effect/turf_decal/loading_area,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/science/lab"; dir = 8; name = "Research and Development APC"; pixel_x = -24},/turf/open/floor/plasteel/white,/area/science/lab) +"bJv" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bJw" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bJx" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel,/area/science/xenobiology) +"bJy" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bJz" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) +"bJA" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Circuitry Lab"; req_access_txt = "47"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) +"bJB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bJC" = (/obj/machinery/camera{c_tag = "Library"; network = list("ss13","rd")},/obj/machinery/airalarm{pixel_y = 24},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"bJD" = (/obj/machinery/disposal/bin{name = "Corpse Disposal Unit"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/red/full,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bJE" = (/obj/machinery/mecha_part_fabricator,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/science/robotics/lab) +"bJF" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bJG" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bJH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) +"bJI" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bJJ" = (/obj/machinery/computer/med_data,/obj/structure/window/reinforced/spawner/east,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) +"bJK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) +"bJL" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/bot,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) +"bJM" = (/obj/machinery/camera/preset/toxins{dir = 4},/obj/item/target,/turf/open/floor/plating/airless,/area/science/test_area) +"bJN" = (/obj/machinery/clonepod,/obj/effect/turf_decal/bot,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/medical/medbay/central) +"bJO" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = 24},/obj/item/storage/firstaid/radbgone,/obj/item/reagent_containers/glass/beaker/synthflesh,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) +"bJP" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bJQ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bJR" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bJS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bJT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/mixing) +"bJU" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bJV" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{dir = 1; name = "euthanization chamber freezer"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bJW" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bJX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bJY" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bJZ" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/camera{c_tag = "Xenobiology - Main Access"; network = list("ss13","rd")},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bKa" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bKb" = (/obj/machinery/chem_heater,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/science/xenobiology) +"bKc" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -6},/obj/item/reagent_containers/glass/beaker{pixel_x = 4},/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel,/area/science/xenobiology) +"bKd" = (/obj/structure/table,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/clothing/glasses/welding,/obj/item/clothing/glasses/welding,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bKe" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/science/robotics/lab) +"bKf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bKg" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bKh" = (/obj/machinery/door/window/westleft{name = "Operating Theatre"; req_access_txt = "45"},/turf/open/floor/plasteel,/area/medical/medbay/central) +"bKi" = (/obj/machinery/disposal/bin{name = "Morgue Delivery Bin"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bKj" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bKk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue Maintenance"; req_access_txt = "6"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bKl" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/open/floor/plating,/area/router) +"bKm" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/storage/box/bodybags,/obj/structure/table,/obj/structure/table,/obj/item/bodybag,/obj/item/pen/blue,/obj/item/pen/red{pixel_y = 6},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bKn" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bKo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/quartermaster/miningoffice) +"bKp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) +"bKq" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/xenobiology) +"bKr" = (/obj/item/stack/packageWrap,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/router) +"bKs" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bKt" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bKu" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bKv" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bKw" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/sign/poster/official/nanotrasen_logo{pixel_y = -32},/turf/open/floor/wood,/area/library) +"bKx" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bKy" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bKz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/genetics) +"bKA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/genetics) +"bKB" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bKC" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/medical/genetics) +"bKD" = (/obj/machinery/door/airlock/external/glass{name = "Mining Dock Ferry"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bKE" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"bKF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"bKG" = (/obj/machinery/computer/cargo/request{dir = 1},/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = -8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) +"bKH" = (/obj/item/beacon,/turf/open/floor/plating/airless,/area/science/test_area) +"bKI" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/engine,/area/science/mixing) +"bKJ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/hop) +"bKK" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) +"bKL" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/junction/yjunction{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/router) +"bKM" = (/turf/open/floor/engine,/area/science/xenobiology) +"bKN" = (/obj/structure/table,/obj/item/storage/backpack/duffelbag/med/surgery,/obj/structure/window/reinforced/spawner/west,/obj/structure/window/reinforced,/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bKO" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bKP" = (/obj/machinery/door/window/southright,/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bKQ" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"bKR" = (/obj/structure/bookcase/random/religion,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"bKS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bKT" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bKU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/vending/wardrobe/gene_wardrobe,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bKV" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/clipboard{pixel_y = 3},/obj/item/paper_bin,/obj/item/hand_labeler,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bKW" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/folder/white,/obj/item/storage/pill_bottle/mannitol{pixel_x = 4},/obj/item/storage/pill_bottle/mutadone,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bKX" = (/obj/structure/table_frame,/obj/item/t_scanner{pixel_x = -4},/obj/machinery/camera{c_tag = "Supply - Warehouse Fore"; dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bKY" = (/turf/closed/wall,/area/medical/genetics) +"bKZ" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bLa" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bLb" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/stack/ore/glass,/obj/item/stack/ore/iron,/obj/item/stack/ore/silver,/obj/item/stack/ore/silver,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bLc" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bLd" = (/mob/living/simple_animal/slime,/turf/open/floor/engine,/area/science/xenobiology) +"bLe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) +"bLf" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) +"bLg" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLh" = (/obj/structure/bed,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/item/bedsheet/captain,/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bLi" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bLj" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) +"bLk" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bLl" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bLm" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bLn" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/caution,/obj/item/shovel,/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bLo" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bLp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"bLq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bLr" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bLs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bLt" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bLu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bLv" = (/obj/machinery/light,/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bLw" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bLx" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/science/mixing) +"bLy" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/engine,/area/science/xenobiology) +"bLz" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bLA" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/table,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/glass,/obj/item/flashlight,/obj/item/assembly/health,/obj/item/assembly/voice,/obj/item/assembly/timer,/obj/item/assembly/infra,/obj/item/assembly/igniter,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bLB" = (/obj/machinery/light,/obj/item/target,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area) +"bLC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bLD" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/aft) +"bLE" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/button/ignition/incinerator/toxmix{pixel_x = -24; pixel_y = 8},/obj/machinery/button/door/incinerator_vent_toxmix{pixel_x = -24; pixel_y = -2},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"bLF" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bLG" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Research Aft"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bLH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLI" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/medical/medbay/central) +"bLJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bLL" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bLM" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/medical/genetics) +"bLN" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bLO" = (/obj/item/pipe{pixel_x = -3},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/mob/living/simple_animal/bot/cleanbot{auto_patrol = 1; icon_state = "cleanbot1"; name = "Mopficcer Sweepsky"},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bLP" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plating,/area/quartermaster/warehouse) +"bLQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bLR" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bLS" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bLT" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bLU" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bLV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLW" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"bLX" = (/obj/item/kirbyplants{icon_state = "plant-02"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLY" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bLZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bMa" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bMb" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMc" = (/obj/machinery/computer/scan_consolenew{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMd" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMe" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMf" = (/obj/machinery/computer/scan_consolenew{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMg" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"bMh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bMi" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bMj" = (/turf/closed/wall,/area/medical/medbay/central) +"bMk" = (/turf/closed/wall,/area/medical/virology) +"bMl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/virology) +"bMm" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/clothing/under/misc/assistantformal{pixel_y = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"bMn" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/airlock/medical/glass{name = "Monkey Pen"; req_one_access_txt = "9;39"},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMo" = (/obj/structure/closet/l3closet/virology,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/white,/area/medical/virology) +"bMp" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bMq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Starboard Quarter Maintenance - Port"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bMr" = (/obj/machinery/vending/wardrobe/viro_wardrobe,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMs" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMt" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bMu" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/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/white,/area/medical/virology) +"bMv" = (/turf/open/floor/grass,/area/medical/virology) +"bMw" = (/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) +"bMx" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bMy" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bMz" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router"; dir = 4; name = "Router APC"; pixel_x = 24},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 19},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/router) +"bMA" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/router) +"bMC" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMD" = (/obj/structure/flora/tree/palm,/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/medical/virology) +"bME" = (/obj/structure/flora/tree/palm,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/grass,/area/medical/virology) +"bMF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/window/southright{name = "Cloning Access"; req_one_access_txt = "9;45"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bMG" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bMH" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/crowbar,/obj/machinery/requests_console{department = "Mining"; name = "Mining RC"; pixel_x = -30},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bMI" = (/obj/effect/decal/cleanable/dirt,/obj/structure/grille/broken,/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 15},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) +"bMJ" = (/turf/open/floor/plasteel/white,/area/medical/virology) +"bMK" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"bML" = (/obj/structure/flora/tree/palm,/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) +"bMM" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) +"bMN" = (/obj/structure/closet/l3closet/virology,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMO" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMP" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bMR" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bMS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/rust,/area/router) +"bMT" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"bMU" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/plasteel/white,/area/medical/virology) +"bMV" = (/obj/machinery/light,/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) +"bMW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) +"bMX" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bMY" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"bMZ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"bNa" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"bNb" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"bNc" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/chair/office/light{dir = 1},/obj/effect/landmark/start/virologist,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNd" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) +"bNe" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/door/window/northleft{name = "AI Upload Chamber"; req_one_access_txt = "65"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) +"bNf" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/router) +"bNg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Virology Interior Airlock"; req_access_txt = "39"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNi" = (/obj/effect/landmark/blobstart,/turf/open/floor/grass,/area/medical/virology) +"bNj" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNk" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bNl" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/turf/open/floor/plating,/area/router) +"bNm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/paper_bin,/obj/item/pen/red,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNn" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/mass_driver{dir = 4; id = "router_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router) +"bNo" = (/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"bNp" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bNq" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"bNr" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/structure/bedsheetbin,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel/freezer,/area/medical/virology) +"bNs" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bNt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bNu" = (/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/medical/virology) +"bNv" = (/obj/structure/sink{dir = 1; pixel_y = 25},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"bNw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNx" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) +"bNy" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bNz" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/virology) +"bNA" = (/obj/machinery/smartfridge/chemistry/virology/preloaded,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNB" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/item/clothing/gloves/color/latex,/obj/item/healthanalyzer,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNC" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) +"bND" = (/obj/machinery/computer/pandemic,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) +"bNE" = (/obj/machinery/computer/station_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) +"bNF" = (/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) +"bNG" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"bNH" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bNI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/departments/evac,/turf/open/floor/plating,/area/hallway/secondary/exit) +"bNJ" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/exit) +"bNK" = (/obj/machinery/power/solar{id = "aftstarboard"; name = "Aft-Starboard Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) +"bNL" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/starboard/aft) +"bNM" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/oil,/turf/open/floor/plasteel,/area/maintenance/port/fore) +"bNN" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/router/eva) +"bNO" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bNP" = (/obj/machinery/power/smes,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"bNQ" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bNR" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"bNS" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/starboard/aft) +"bNT" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/port/fore) +"bNU" = (/obj/machinery/power/solar{id = "aftstarboard"; name = "Aft-Starboard Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) +"bNV" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bNW" = (/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/exit) +"bNX" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/exit) +"bNY" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/exit) +"bNZ" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/exit) +"bOa" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/hallway/secondary/exit) +"bOc" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-4"},/turf/open/space/basic,/area/solar/starboard/aft) +"bOd" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/solar/starboard/aft) +"bOe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external/glass{name = "Departures Shuttle Dock"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOf" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/starboard/aft) +"bOg" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOh" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOi" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOk" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/solar/starboard/aft) +"bOl" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOm" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bOn" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Bathroom Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/toilet/restrooms) +"bOo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/docking,/turf/open/floor/plating,/area/hallway/secondary/exit) +"bOp" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bOq" = (/obj/machinery/power/tracker,/obj/structure/cable,/turf/open/floor/plating/airless,/area/solar/starboard/aft) +"bOr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/closed/wall/r_wall,/area/science/mixing) +"bOs" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/bz,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bOt" = (/obj/structure/table,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/gateway) +"bOu" = (/obj/structure/table/reinforced,/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = 30; receive_ore_updates = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) +"bOv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/mixing) +"bOw" = (/obj/structure/lattice,/obj/item/reagent_containers/food/drinks/bottle/grappa,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"bOx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) +"bOy" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bOz" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bOA" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"bOB" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/router/eva) +"bOC" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/router/eva) +"bOD" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/obj/machinery/sparker/toxmix{pixel_x = 25},/turf/open/floor/engine/vacuum,/area/science/mixing) +"bOE" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/hand_labeler,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bOF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bOG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bOH" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bOI" = (/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/computer/security/telescreen{dir = 1; name = "Test Chamber Monitor"; network = list("xeno"); pixel_y = 2},/turf/open/floor/plasteel,/area/science/xenobiology) +"bOJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/pet/cat/space,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bOK" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northright{name = "Secure Xenobiological Containment"; req_one_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) +"bOL" = (/obj/machinery/computer/card{dir = 8},/obj/machinery/keycard_auth{pixel_x = 8; pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"bOM" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/science/xenobiology) +"bON" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bOO" = (/obj/machinery/portable_atmospherics/scrubber,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/dark,/area/science/explab) +"bOP" = (/obj/machinery/shieldwallgen/xenobiologyaccess,/turf/open/floor/plating,/area/science/xenobiology) +"bOQ" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"bOR" = (/obj/structure/table/wood,/obj/item/pinpointer/nuke,/obj/item/card/id/captains_spare,/obj/item/hand_tele,/obj/item/disk/nuclear,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"bOS" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/storage/photo_album/Captain,/obj/item/camera{pixel_y = -6},/obj/item/stamp/captain,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"bOT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/engine,/area/science/xenobiology) +"bOU" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/engine,/area/science/xenobiology) +"bOV" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/eva) +"bOW" = (/obj/structure/bookcase/random/nonfiction,/turf/open/floor/engine,/area/science/xenobiology) +"bOX" = (/obj/structure/table/reinforced,/obj/item/electropack,/obj/item/assembly/signaler,/turf/open/floor/engine,/area/science/xenobiology) +"bOY" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/camera{c_tag = "Customs - Aft"; dir = 4},/obj/structure/window/reinforced/spawner,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"bOZ" = (/obj/structure/bed,/obj/item/bedsheet/purple,/turf/open/floor/engine,/area/science/xenobiology) +"bPa" = (/obj/item/beacon,/turf/open/floor/engine,/area/science/xenobiology) +"bPb" = (/obj/structure/table/reinforced,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/turf/open/floor/engine,/area/science/xenobiology) +"bPc" = (/obj/structure/chair/comfy/black,/turf/open/floor/engine,/area/science/xenobiology) +"bPd" = (/obj/structure/table/reinforced,/obj/item/book/random/triple,/turf/open/floor/engine,/area/science/xenobiology) +"bPe" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/engine,/area/science/xenobiology) +"bPf" = (/obj/machinery/light,/turf/open/floor/engine,/area/science/xenobiology) +"bPg" = (/obj/structure/chair{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"bPh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) +"bPi" = (/obj/structure/chair{dir = 8},/turf/open/floor/engine,/area/science/xenobiology) +"bPj" = (/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner,/obj/machinery/light,/turf/open/floor/engine,/area/science/xenobiology) +"bPk" = (/obj/structure/table/reinforced,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/suit/apron/surgical,/turf/open/floor/engine,/area/science/xenobiology) +"bPl" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/book/manual/wiki/research_and_development,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bPm" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bPn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bPo" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating/airless,/area/space/nearstation) +"bPp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/structure/window/reinforced/spawner/north,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) +"bPq" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/mineral/stacking_machine{input_dir = 2},/turf/open/floor/plating,/area/maintenance/disposal) +"bPr" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bPs" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bPt" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/bridge) +"bPu" = (/obj/effect/landmark/start/cook,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) +"bPv" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/t_scanner{pixel_x = -6; pixel_y = 4},/obj/item/t_scanner{pixel_x = -4},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"bPw" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) +"bPx" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/storage/primary) +"bPy" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"bPz" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bPA" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bPB" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"bPC" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "Waste In"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"bPD" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Escape Hall - Fore"; dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPE" = (/obj/structure/table/glass,/obj/item/clipboard,/obj/item/storage/crayons,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPF" = (/obj/structure/table/glass,/obj/item/storage/fancy/cigarettes,/obj/item/lighter{pixel_x = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPG" = (/obj/structure/chair{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPI" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bPJ" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"bPK" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bPL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"bPM" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/storage/tech) +"bPN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bPO" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/effect/turf_decal/tile/red,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) +"bPP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/medbay/central) +"bPQ" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bPR" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bPS" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bPT" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) +"bPU" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access_txt = "16"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) +"bPV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) +"bPW" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/vehicle/ridden/atv,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) +"bPX" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"bPY" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bPZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/sorting/mail{sortType = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bQa" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bQb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera/motion{c_tag = "AI Foyer"; network = list("minisat"); pixel_x = 22},/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/ai"; dir = 1; name = "AI Chamber turret control"; pixel_x = 5; pixel_y = 24; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"bQc" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bQd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bQe" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space/basic,/area/space/nearstation) +"bQf" = (/obj/structure/rack,/obj/item/tank/jetpack/carbondioxide,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bQg" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sci"; location = "market"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bQh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bQi" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bQj" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/machinery/light_switch{pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bQk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bQl" = (/obj/structure/bed/roller,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQm" = (/obj/structure/bed/roller,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQn" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQo" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"bQp" = (/obj/effect/decal/cleanable/dirt,/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/turf/open/floor/plasteel,/area/maintenance/aft) +"bQq" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/structure/table/wood,/obj/machinery/airalarm{pixel_y = 24},/obj/item/modular_computer/laptop/preset/civilian,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper/guides/cogstation/letter_atmos,/turf/open/floor/plasteel,/area/engine/break_room) +"bQr" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bQs" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"bQt" = (/obj/machinery/conveyor/auto{dir = 5; id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bQu" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bQv" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bQw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bQx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bQy" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQz" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQA" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bQB" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/weldingtool,/obj/item/wrench/medical,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQC" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQD" = (/obj/machinery/power/apc{name = "Tech Storage APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/storage/tech) +"bQE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) +"bQF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"bQG" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"bQH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"bQI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bQJ" = (/obj/machinery/disposal/bin,/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/red{dir = 1},/obj/machinery/power/apc{name = "Medbay Treatment Center APC"; pixel_y = -24},/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/cable,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bQK" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/atmospheric_technician,/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"bQL" = (/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bQM" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/break_room) +"bQN" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) +"bQO" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) +"bQP" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bQQ" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) +"bQR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/evac{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/aft) +"bQS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) +"bQT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/radio/intercom{frequency = 1447; name = "Station Intercom (AI Private)"; pixel_y = 24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/status_display{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bQU" = (/obj/structure/chair/office/light{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"bQV" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) +"bQW" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/turf/open/floor/plating,/area/router) +"bQX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) +"bQY" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bQZ" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/landmark/start/scientist,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bRa" = (/obj/item/cigbutt,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) +"bRb" = (/obj/machinery/door/window/southleft{name = "Captain's Equipment"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"bRc" = (/obj/machinery/suit_storage_unit/captain,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"bRd" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/storage"; dir = 4; name = "Canister Storage APC"; pixel_x = 24},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"bRe" = (/obj/machinery/computer/security/wooden_tv,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/dark,/area/lawoffice) +"bRf" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRh" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"bRi" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bRj" = (/obj/machinery/atmospherics/components/trinary/filter/flipped,/turf/open/floor/plasteel/white,/area/science/mixing) +"bRk" = (/obj/machinery/disposal/bin,/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/white,/area/science/mixing) +"bRl" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/router) +"bRm" = (/obj/structure/closet/bombcloset,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bRn" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"bRo" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) +"bRp" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"bRq" = (/obj/machinery/portable_atmospherics/scrubber/huge/movable,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/white,/area/science/mixing) +"bRr" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bRs" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRt" = (/obj/structure/closet/wardrobe/miner,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/quartermaster/miningoffice"; dir = 8; name = "Mining Office APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bRu" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) +"bRv" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) +"bRw" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bRx" = (/obj/structure/table,/obj/item/circuitboard/machine/cyborgrecharger,/obj/item/disk/design_disk,/obj/machinery/camera/motion{c_tag = "Computer Core"; dir = 1; network = list("minisat")},/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) +"bRy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRz" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bRA" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bRB" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRC" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"bRD" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/bridge) +"bRE" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) +"bRF" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"bRG" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bRH" = (/obj/structure/chair/sofa/right,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/turf/open/floor/wood,/area/medical/medbay/lobby) +"bRI" = (/turf/closed/wall/r_wall,/area/medical/medbay/central) +"bRJ" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/assistant,/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera{c_tag = "Medbay - Waiting Room"; network = list("ss13","rd")},/turf/open/floor/wood,/area/medical/medbay/lobby) +"bRK" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/vacuum,/area/engine/atmos) +"bRL" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bRM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/science/research{name = "Research Sector"}) +"bRN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/medium,/area/science/research{name = "Research Sector"}) +"bRO" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bRP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Storage"; req_access_txt = "18"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bRQ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bRR" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bRS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bRT" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin{name = "Lab Delivery"},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bRU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bRV" = (/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/dark/side{dir = 9},/area/science/robotics/lab) +"bRW" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/status_display/ai{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bRX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bRY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bRZ" = (/obj/structure/bookcase/random/nonfiction,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"bSa" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/storage/belt/medolier,/obj/item/clothing/neck/stethoscope,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bSb" = (/turf/open/floor/engine/n2o,/area/engine/atmos) +"bSc" = (/obj/machinery/vending/wardrobe/medi_wardrobe,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bSd" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel/dark/side{dir = 1},/area/science/robotics/lab) +"bSe" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark/side{dir = 1},/area/science/robotics/lab) +"bSf" = (/obj/structure/table,/obj/item/analyzer,/obj/item/healthanalyzer,/obj/item/plant_analyzer,/obj/item/aicard,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/turf/open/floor/plating,/area/storage/tech) +"bSg" = (/obj/machinery/rnd/production/techfab/department/medical,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bSh" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central) +"bSi" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/n2o,/area/engine/atmos) +"bSj" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/obj/machinery/camera{c_tag = "Xenobiology - Kill Chamber"; dir = 4},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) +"bSk" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "AI Access"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSl" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bSm" = (/obj/machinery/modular_computer/console/preset/engineering,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/electricshock,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSo" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSp" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSr" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSt" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bSv" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSw" = (/obj/machinery/power/port_gen/pacman,/obj/machinery/light,/obj/machinery/light_switch{pixel_y = -24},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) +"bSx" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plasteel,/area/engine/break_room) +"bSy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bSz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 11},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) +"bSA" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/central) +"bSB" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/hallway/primary/central) +"bSC" = (/turf/closed/wall,/area/science/lab) +"bSD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/router) +"bSE" = (/turf/closed/wall/r_wall,/area/science/lab) +"bSF" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) +"bSG" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/lab) +"bSH" = (/obj/structure/sign/departments/science,/turf/closed/wall/r_wall,/area/science/lab) +"bSI" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating,/area/router) +"bSJ" = (/obj/structure/closet/crate/science,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/science/circuit"; dir = 1; name = "Circuitry Lab APC"; pixel_y = 24},/turf/open/floor/plasteel/white,/area/science/circuit) +"bSK" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel/white,/area/science/lab) +"bSL" = (/turf/open/floor/plasteel/white,/area/science/lab) +"bSM" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel/white,/area/science/lab) +"bSN" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/table,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/item/folder/white,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/turf/open/floor/plasteel/white,/area/science/lab) +"bSO" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "AI Access"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSP" = (/obj/machinery/computer/rdconsole/core,/turf/open/floor/plasteel,/area/science/lab) +"bSQ" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) +"bSR" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/science/lab) +"bSS" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bST" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bSU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bSV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"bSW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bSX" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bSY" = (/obj/structure/table,/obj/item/stock_parts/micro_laser{pixel_x = 4},/obj/item/stock_parts/micro_laser{pixel_x = 4},/obj/item/stock_parts/scanning_module{pixel_x = -6},/obj/item/stock_parts/scanning_module{pixel_x = -6},/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/turf/open/floor/plasteel/white,/area/science/lab) +"bSZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/lab) +"bTa" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bTb" = (/turf/open/floor/plasteel,/area/science/lab) +"bTc" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/lab) +"bTd" = (/obj/structure/table,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bTe" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) +"bTf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/lab) +"bTg" = (/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/science/robotics/mechbay"; dir = 1; name = "Mech Bay APC"; pixel_y = 28},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) +"bTh" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/start/cyborg,/turf/open/floor/plasteel,/area/science/robotics/lab) +"bTi" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark/side{dir = 5},/area/science/robotics/lab) +"bTj" = (/obj/structure/table,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -6},/obj/item/reagent_containers/glass/beaker{pixel_x = 4},/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel/white,/area/science/lab) +"bTk" = (/obj/item/rack_parts,/obj/structure/table_frame,/obj/item/flashlight,/obj/item/flashlight,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/quartermaster/warehouse"; dir = 1; name = "Warehouse APC"; pixel_y = 24},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bTl" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/clothing/glasses/welding,/turf/open/floor/plasteel/white,/area/science/lab) +"bTm" = (/obj/machinery/disposal/bin,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) +"bTn" = (/obj/effect/turf_decal/delivery,/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) +"bTo" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/debugger,/turf/open/floor/plasteel/white,/area/science/circuit) +"bTp" = (/obj/machinery/vending/wardrobe/law_wardrobe,/obj/effect/turf_decal/bot,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/lawoffice) +"bTq" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/circuit) +"bTr" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/circuit) +"bTs" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/circuit) +"bTt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/central) +"bTu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bTv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bTw" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bTx" = (/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 14},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bTy" = (/obj/item/kirbyplants,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bTz" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bTA" = (/obj/structure/filingcabinet/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bTB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) +"bTC" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bTD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bTE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bTF" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bTG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/circuit) +"bTH" = (/turf/open/floor/engine/plasma,/area/engine/atmos) +"bTI" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/plasma,/area/engine/atmos) +"bTJ" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) +"bTK" = (/turf/open/floor/engine/co2,/area/engine/atmos) +"bTL" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/co2,/area/engine/atmos) +"bTM" = (/obj/structure/table,/obj/machinery/light,/obj/item/storage/toolbox/mechanical{pixel_x = 1; pixel_y = 6},/obj/item/storage/toolbox/mechanical,/obj/machinery/camera{c_tag = "Research - Development Lab"; dir = 1},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_y = -30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/lab) +"bTN" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/science/circuit) +"bTO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"bTP" = (/obj/machinery/disposal/bin,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/circuit) +"bTQ" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel/white,/area/science/circuit) +"bTR" = (/turf/closed/wall/r_wall,/area/science/circuit) +"bTS" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/item/stock_parts/cell/high/plus,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bTT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/hallway/primary/central) +"bTU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) +"bTV" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bTW" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"bTX" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/status_display/ai{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bTY" = (/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"bTZ" = (/obj/structure/disposalpipe/segment,/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) +"bUa" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/camera{c_tag = "Atmospherics - Entrance"},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/engine/atmos) +"bUb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bUc" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bUd" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bUe" = (/obj/machinery/disposal/deliveryChute{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plating/airless,/area/router/aux) +"bUf" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/sorting) +"bUg" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"bUh" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bUi" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bUj" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) +"bUk" = (/obj/structure/closet/crate,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bUl" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bUm" = (/obj/structure/closet/crate/internals,/obj/item/tank/internals/emergency_oxygen/double,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bUn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/hallway/primary/aft) +"bUo" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/space/nearstation) +"bUp" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{id = "router"},/turf/open/floor/plating,/area/router) +"bUq" = (/turf/closed/wall/r_wall,/area/hallway/primary/aft) +"bUr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/hallway/primary/aft) +"bUs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bUt" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/dark/side{dir = 4},/area/hallway/primary/central) +"bUu" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/gateway) +"bUv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/aft) +"bUw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bUx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"bUy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bUz" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/hallway/primary/aft) +"bUA" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/solars/port) +"bUB" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/engine/engine_smes"; dir = 1; name = "Power Monitoring APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"bUC" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bUD" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bUE" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/aft) +"bUF" = (/obj/machinery/doppler_array/research/science{dir = 8},/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/mixing) +"bUG" = (/obj/effect/turf_decal/bot,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/storage/primary) +"bUH" = (/obj/machinery/shieldgen,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bUI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bUJ" = (/obj/effect/landmark/event_spawn,/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/science/lab) +"bUK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Quartermaster's Office"; req_access_txt = "31;41"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) +"bUL" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bUM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/qm) +"bUN" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/door/airlock/engineering{name = "Primary Tool Storage"; req_access_txt = "11"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"bUO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/power/apc{areastring = "/area/storage/primary"; dir = 1; name = "Primary Tool Storage APC"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/storage/primary) +"bUP" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/quartermaster/sorting) +"bUQ" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/door{id = "DeliveryDoor"; name = "Cargo Delivery Door Control"; pixel_x = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bUR" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/mob/living/simple_animal/bot/firebot,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bUS" = (/obj/structure/closet/secure_closet/quartermaster,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/item/clothing/suit/space/eva,/obj/item/clothing/head/helmet/space/eva,/obj/item/paper/fluff/cogstation/letter_qm,/turf/open/floor/plasteel,/area/quartermaster/qm) +"bUT" = (/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1},/obj/structure/filingcabinet/filingcabinet,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bUU" = (/obj/item/beacon,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bUV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) +"bUW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/aft"; dir = 1; name = "Starboard Quarter Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bUX" = (/obj/structure/transit_tube/station/reverse/flipped{dir = 1},/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bUY" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 10},/obj/item/grown/bananapeel,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) +"bUZ" = (/obj/structure/reagent_dispensers/watertank,/obj/item/wirecutters,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bVa" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/structure/closet/crate,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/router) +"bVb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/transit_tube/horizontal,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"bVc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVd" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) +"bVe" = (/obj/machinery/photocopier,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"bVf" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Engineering - Power Monitoring"; dir = 1},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"bVg" = (/obj/machinery/power/emitter,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bVh" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVi" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bVj" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"bVk" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVl" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bVm" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bVn" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"bVo" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/storage) +"bVp" = (/obj/machinery/computer/card/minor/rd{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"bVq" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVr" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/cargo_technician,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVt" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bVu" = (/obj/effect/decal/cleanable/dirt,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/structure/disposalpipe/junction{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/router) +"bVv" = (/obj/structure/sign/departments/xenobio{pixel_x = -32},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"bVw" = (/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bVx" = (/obj/machinery/light/small{dir = 4},/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bVy" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"bVz" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher{pixel_x = -4},/obj/item/crowbar/red{pixel_x = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bVA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/router) +"bVB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bVC" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "AI SMES Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVD" = (/obj/structure/lattice,/turf/open/space/basic,/area/space) +"bVE" = (/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/atmos) +"bVF" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bVH" = (/obj/effect/landmark/event_spawn,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/janitor) +"bVI" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bVJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bVK" = (/obj/item/restraints/legcuffs/beartrap,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"bVL" = (/obj/effect/turf_decal/delivery,/obj/structure/noticeboard/rd{pixel_y = 28},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bVM" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bVN" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"bVO" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bVP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bVQ" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bVR" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/warning/securearea{pixel_y = 32},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bVS" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bVT" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bVU" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/lawoffice) +"bVV" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bVW" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/aft) +"bVX" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"bVY" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/window/southright{name = "Primary Tool Storage Desk"; req_access_txt = "11"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/primary) +"bVZ" = (/obj/machinery/power/apc{name = "Cargo Bay APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/quartermaster/storage) +"bWa" = (/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) +"bWb" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWc" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWd" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/sign/poster/official/wtf_is_co2{pixel_y = 32},/turf/open/floor/plasteel,/area/science/explab) +"bWe" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/turf/open/floor/plasteel,/area/bridge) +"bWf" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bWg" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Law Office"; dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bWh" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bWi" = (/obj/structure/table/wood,/obj/item/cartridge/lawyer{pixel_x = 2; pixel_y = 8},/obj/item/stamp/law,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bWj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bWk" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"bWl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Toxins Storage"; req_access_txt = "7;8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/science/mixing) +"bWm" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "AI SMES Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bWn" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bWo" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWp" = (/obj/machinery/atmospherics/miner/n2o,/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/engine/n2o,/area/engine/atmos) +"bWq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bWr" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line,/obj/machinery/camera{c_tag = "Research Entrance"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWs" = (/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bWu" = (/obj/machinery/vending/assist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bWv" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating/airless,/area/space/nearstation) +"bWw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/lawoffice) +"bWx" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWy" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWz" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWA" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWB" = (/obj/structure/rack,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWC" = (/obj/machinery/shower{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWD" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Medbay"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bWE" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bWF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bWG" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"bWH" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/central) +"bWI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"bWJ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 1},/turf/open/space/basic,/area/space/nearstation) +"bWK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/floor/plating,/area/engine/atmos) +"bWL" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWM" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/machinery/camera{c_tag = "Central Hall - AI Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bWN" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"bWO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bWP" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/command{name = "Computer Core"; req_access_txt = "30"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bWQ" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating/airless,/area/space/nearstation) +"bWR" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) +"bWS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) +"bWT" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWU" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWV" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWW" = (/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWX" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bWY" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"bWZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/hallway/primary/aft) +"bXa" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/multitool{pixel_y = 4},/obj/item/book/manual/wiki/robotics_cyborgs,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bXb" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bXc" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "2-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"bXd" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"bXe" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/atmospherics/miner/toxins,/turf/open/floor/engine/plasma,/area/engine/atmos) +"bXf" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/button/door{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"; pixel_x = 24; pixel_y = -6; req_access_txt = "11"},/obj/machinery/button/door{name = "Privacy Shutters"; pixel_x = 24; pixel_y = 6},/obj/item/kirbyplants/photosynthetic,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"bXg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/closed/wall/r_wall,/area/science/mixing) +"bXh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXi" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bXj" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bXk" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bXl" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXm" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bXn" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bXo" = (/obj/structure/closet/l3closet/scientist,/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/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXp" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating,/area/router) +"bXq" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"bXr" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Research Fore"; dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"bXt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) +"bXu" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) +"bXv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/aft) +"bXw" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bXx" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXy" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/machinery/light,/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXz" = (/obj/machinery/power/apc{name = "Medbay Lobby APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/aft) +"bXA" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXB" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXC" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bXD" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bXE" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bXF" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/checkpoint/supply) +"bXG" = (/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/red{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"bXH" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hydroponics) +"bXI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"bXJ" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXK" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/machinery/light,/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXL" = (/obj/effect/decal/cleanable/dirt,/obj/structure/rack,/obj/item/storage/belt/utility,/turf/open/floor/plasteel,/area/maintenance/aft) +"bXM" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) +"bXN" = (/obj/machinery/smartfridge/organ/preloaded,/turf/closed/wall,/area/medical/morgue) +"bXO" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/camera{c_tag = "Xenobiology - Fore"; dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"bXP" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/space/nearstation) +"bXQ" = (/obj/structure/closet/l3closet/scientist,/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,/area/science/research{name = "Research Sector"}) +"bXR" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/machinery/atmospherics/miner/carbon_dioxide,/turf/open/floor/engine/co2,/area/engine/atmos) +"bXS" = (/obj/structure/closet/bombcloset,/obj/machinery/camera{c_tag = "Toxins Lab - Access"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) +"bXT" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bXU" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/research{name = "Research Sector"}) +"bXV" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) +"bXW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bXX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bXY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bXZ" = (/obj/structure/table,/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/item/paper_bin,/obj/item/radio/headset/headset_sci,/obj/item/radio/headset/headset_sci,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYa" = (/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) +"bYc" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/research{name = "Research Sector"}) +"bYd" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/central) +"bYe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYf" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 8; id = "router"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) +"bYg" = (/obj/machinery/door/poddoor{id = "toxinsdriver"; name = "toxins launcher bay door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/science/mixing) +"bYh" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYi" = (/obj/structure/table,/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/machinery/recharger,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) +"bYk" = (/obj/machinery/vending/wardrobe/science_wardrobe,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYl" = (/obj/structure/lattice,/obj/structure/disposalpipe/sorting/mail/flip{sortType = 6},/turf/open/space/basic,/area/space/nearstation) +"bYm" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bYn" = (/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYo" = (/obj/structure/disposalpipe/segment,/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) +"bYp" = (/turf/open/floor/plasteel/recharge_floor,/area/science/robotics/mechbay) +"bYq" = (/obj/machinery/light/small{dir = 1},/obj/machinery/mech_bay_recharge_port{dir = 8},/turf/open/floor/circuit/green,/area/science/robotics/mechbay) +"bYr" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 8},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYs" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Toxins Lab Access"; req_access_txt = "7;8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) +"bYt" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYu" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYv" = (/turf/closed/wall,/area/science/robotics/mechbay) +"bYw" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/circuit,/area/science/robotics/mechbay) +"bYy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) +"bYz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bYA" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"bYC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) +"bYD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYE" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bYF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/machinery/recharge_station,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) +"bYG" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/machinery/sleeper{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"bYH" = (/obj/structure/sign/poster/contraband/kss13{pixel_y = -32},/obj/structure/cable,/obj/machinery/recharge_station,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) +"bYI" = (/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bYJ" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/storage/belt/medical,/obj/item/clothing/neck/stethoscope,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"bYK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"bYL" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bYM" = (/obj/machinery/vending/wardrobe/cargo_wardrobe,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"bYN" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/storage) +"bYO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bYP" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"bYQ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/aft) +"bYR" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/aft) +"bYS" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"bYT" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bYU" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bYV" = (/obj/machinery/rnd/destructive_analyzer,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/lab) +"bYW" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bYX" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bYY" = (/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) +"bYZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) +"bZa" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/disks,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"bZb" = (/obj/structure/table,/obj/machinery/button/door{id = "RDServer"; layer = 3.6; name = "RD Server Lockup Control"; pixel_x = -24},/obj/item/circuitboard/machine/rdserver,/obj/item/disk/tech_disk,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) +"bZc" = (/obj/machinery/computer/robotics{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) +"bZd" = (/obj/effect/landmark/blobstart,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bZe" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"bZf" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bZg" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bZh" = (/turf/closed/wall,/area/crew_quarters/toilet/restrooms) +"bZi" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) +"bZj" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bZk" = (/obj/machinery/shower{dir = 4},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bZl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bZm" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=upload"; location = "med"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"bZn" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bZo" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bZp" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"bZq" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"bZr" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/central) +"bZs" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"bZt" = (/turf/closed/wall,/area/maintenance/starboard/aft) +"bZu" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bZv" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/obj/machinery/camera{c_tag = "Fire Suppression Storage"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bZw" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/office) +"bZx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fire Suppression Storage"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bZy" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"bZz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{name = "Xenobiology Kill Room"; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"bZA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/library) +"bZB" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) +"bZC" = (/obj/machinery/computer/libraryconsole,/obj/structure/table/wood,/turf/open/floor/carpet,/area/library) +"bZD" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/science/xenobiology) +"bZE" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bZF" = (/turf/open/floor/wood,/area/library) +"bZG" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/warning/fire{pixel_x = -32; pixel_y = 32},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"bZH" = (/turf/closed/wall,/area/library) +"bZI" = (/obj/machinery/air_sensor/atmos/mix_tank,/turf/open/floor/engine/vacuum,/area/engine/atmos) +"bZJ" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/photocopier,/turf/open/floor/carpet,/area/library) +"bZK" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"bZL" = (/obj/machinery/air_sensor/atmos/nitrous_tank,/turf/open/floor/engine/n2o,/area/engine/atmos) +"bZM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"bZN" = (/obj/structure/closet/crate/freezer,/obj/item/rack_parts,/obj/item/rack_parts,/obj/item/wrench,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"bZO" = (/obj/machinery/air_sensor/atmos/toxin_tank,/turf/open/floor/engine/plasma,/area/engine/atmos) +"bZP" = (/obj/machinery/air_sensor/atmos/carbon_tank,/turf/open/floor/engine/co2,/area/engine/atmos) +"bZQ" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"bZR" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/atmos) +"bZS" = (/turf/closed/wall/r_wall,/area/library) +"bZT" = (/obj/structure/table,/obj/item/book/manual/wiki/robotics_cyborgs{pixel_x = -3; pixel_y = -2},/obj/item/book/manual/ripley_build_and_repair{pixel_x = 3; pixel_y = 2},/obj/item/mmi/posibrain,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/robotics/lab) +"bZU" = (/obj/structure/table/wood,/obj/machinery/door/window/northright{name = "Library Desk Window"; req_access_txt = "37"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"bZV" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/table/wood,/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet,/area/library) +"bZW" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/science/mixing) +"bZX" = (/obj/structure/table/wood,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/computer/libraryconsole/bookmanagement,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"bZY" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing) +"bZZ" = (/obj/machinery/vending/wardrobe/curator_wardrobe,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"caa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel/white,/area/science/mixing) +"cab" = (/obj/structure/bookcase/random/adult{name = "Forbidden Knowledge"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"cac" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/science/mixing) +"cad" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/white,/area/science/mixing) +"cae" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light,/obj/item/storage/firstaid/toxin,/turf/open/floor/plasteel/white,/area/science/mixing) +"caf" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"cag" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/analyzer,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/science/circuit) +"cah" = (/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cai" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"caj" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cak" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) +"cal" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 10},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) +"cam" = (/obj/machinery/door/poddoor/incinerator_atmos_main,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"can" = (/obj/machinery/power/turbine{dir = 8},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cao" = (/obj/machinery/power/compressor{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cap" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/air_sensor/atmos/incinerator_tank{pixel_x = -32; pixel_y = 32},/obj/machinery/igniter/incinerator_atmos,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"caq" = (/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"car" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cas" = (/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior,/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/engine/vacuum,/area/engine/atmos) +"cat" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input,/turf/open/floor/engine/vacuum,/area/engine/atmos) +"cau" = (/obj/machinery/door/poddoor/incinerator_atmos_aux,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cav" = (/turf/closed/wall/r_wall,/area/science/explab) +"caw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/explab) +"cax" = (/turf/closed/wall,/area/science/explab) +"cay" = (/obj/machinery/air_sensor/atmos/nitrogen_tank,/turf/open/floor/engine/n2,/area/engine/atmos) +"caz" = (/obj/machinery/door/airlock/research{name = "Mech Bay"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) +"caA" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/science/explab) +"caB" = (/obj/structure/closet/bombcloset,/turf/open/floor/plasteel,/area/science/explab) +"caC" = (/obj/structure/table,/obj/item/wrench,/obj/item/clothing/suit/fire/firefighter,/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/obj/item/storage/toolbox/mechanical,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel,/area/science/explab) +"caD" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/disposal) +"caE" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/explab) +"caF" = (/obj/machinery/air_sensor/atmos/oxygen_tank,/turf/open/floor/engine/o2,/area/engine/atmos) +"caG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) +"caH" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"caI" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/analyzer,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = 30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/circuit) +"caJ" = (/obj/machinery/air_sensor/atmos/air_tank,/turf/open/floor/engine/air,/area/engine/atmos) +"caK" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/machinery/atmospherics/miner/nitrogen,/turf/open/floor/engine/n2,/area/engine/atmos) +"caL" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/atmospherics/miner/oxygen,/turf/open/floor/engine/o2,/area/engine/atmos) +"caM" = (/obj/machinery/light/small,/turf/open/floor/engine/n2,/area/engine/atmos) +"caN" = (/obj/machinery/light/small,/turf/open/floor/engine/o2,/area/engine/atmos) +"caO" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) +"caP" = (/obj/structure/chair/office/light,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/explab) +"caQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Medbay Lobby"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white/side,/area/medical/medbay/lobby) +"caR" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/kirbyplants{icon_state = "plant-06"},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"caS" = (/obj/machinery/light/small,/turf/open/floor/engine/air,/area/engine/atmos) +"caT" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/science/explab) +"caU" = (/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/closed/wall/r_wall,/area/science/explab) +"caV" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 1"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"caW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) +"caX" = (/turf/open/floor/engine,/area/science/explab) +"caY" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/engine,/area/science/explab) +"caZ" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 2"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) +"cba" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/turf/closed/wall/r_wall,/area/science/explab) +"cbb" = (/turf/closed/wall/r_wall,/area/science/storage) +"cbc" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/item/stack/sheet/metal/ten,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/item/screwdriver,/obj/item/screwdriver,/obj/item/multitool,/obj/item/multitool,/obj/machinery/camera{c_tag = "Research - Circuitry Lab"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/white,/area/science/circuit) +"cbd" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/item/clothing/ears/earmuffs,/obj/item/radio,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cbe" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/gas,/turf/open/floor/engine,/area/science/explab) +"cbf" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/obj/machinery/sleeper{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cbg" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/engine,/area/science/storage) +"cbh" = (/obj/machinery/rnd/experimentor,/turf/open/floor/engine,/area/science/explab) +"cbi" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"cbj" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cbk" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/quartermaster/qm"; dir = 8; name = "Quartermaster's Office APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/qm) +"cbl" = (/obj/structure/table/reinforced,/obj/item/healthanalyzer,/turf/open/floor/engine,/area/science/explab) +"cbm" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/airlock/maintenance{name = "Medbay Maintenance"; req_access_txt = "5"},/turf/open/floor/plating,/area/medical/medbay/central) +"cbn" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/science/storage) +"cbo" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/science/xenobiology) +"cbp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) +"cbq" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/pen,/turf/open/floor/engine,/area/science/explab) +"cbr" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cbs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cbt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/engine,/area/science/explab) +"cbu" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/science/storage) +"cbv" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line,/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel,/area/science/explab) +"cbw" = (/turf/open/floor/plasteel/dark,/area/science/explab) +"cbx" = (/obj/structure/table/reinforced,/obj/item/storage/box/syringes,/obj/item/pen/blue,/turf/open/floor/engine,/area/science/explab) +"cby" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cbz" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/latex,/obj/item/reagent_containers/dropper,/obj/item/pen/red,/turf/open/floor/engine,/area/science/explab) +"cbA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) +"cbB" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/misc_lab{name = "Research Observatory"}) +"cbC" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/engine,/area/science/storage) +"cbD" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cbE" = (/turf/closed/wall/r_wall,/area/science/misc_lab{name = "Research Observatory"}) +"cbF" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cbG" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"cbH" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) +"cbI" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cbJ" = (/obj/structure/table/reinforced,/obj/item/analyzer,/obj/item/t_scanner,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/supermatter"; dir = 4; name = "Thermo-Electric Generator APC"; pixel_x = 24},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"cbK" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/sign/departments/chemistry{pixel_x = 32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cbL" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) +"cbM" = (/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/item/storage/box/lights/mixed,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/structure/cable{icon_state = "1-10"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cbN" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cbO" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cbP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) +"cbQ" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/item/reagent_containers/food/snacks/meat/slab/spider,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"cbR" = (/obj/structure/cable{icon_state = "1-10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"cbS" = (/obj/machinery/conveyor{dir = 4; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cbT" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_x = -2; pixel_y = -27},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"cbU" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Air to Distro"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/engine/atmos"; name = "Atmospherics APC"; pixel_y = -28},/obj/structure/cable,/turf/open/floor/plasteel,/area/engine/atmos) +"cbV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/window/reinforced/spawner,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) +"cbW" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"cbX" = (/obj/structure/table,/obj/item/aicard,/obj/item/disk/tech_disk,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/circuit,/area/bridge) +"cbY" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) +"cbZ" = (/obj/machinery/computer/slot_machine,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"cca" = (/obj/machinery/computer/slot_machine,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"ccb" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/stairs/medium,/area/crew_quarters/bar) +"ccc" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) +"ccd" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Robotics Lab"; dir = 4},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) +"cce" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/science/circuit) +"ccf" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"ccg" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cch" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/turf/open/floor/plating,/area/router) +"cci" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/mass_driver{id = "workshop_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) +"ccj" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/turf/open/floor/plating,/area/router) +"cck" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ccl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/maintenance/department/chapel) +"ccm" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/robotics/lab) +"ccn" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/turf/open/floor/plating,/area/router) +"cco" = (/obj/machinery/conveyor/auto{id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"ccp" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"ccq" = (/obj/machinery/light{dir = 1},/obj/structure/sign/poster/official/nanomichi_ad{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"ccr" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) +"ccs" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cct" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/science/robotics/mechbay) +"ccu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) +"ccv" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/door/airlock/mining{name = "Mining Office"; req_one_access_txt = "10;24;48"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ccw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"ccx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"ccy" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) +"ccz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"ccA" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"ccB" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/white,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Robotics Desk"; req_access_txt = "29"},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"ccC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"ccD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"ccE" = (/obj/machinery/mass_driver{id = "eng_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) +"ccF" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/flashlight,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/quartermaster/office) +"ccG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/camera{c_tag = "Atmospherics East"; dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/engine/atmos) +"ccH" = (/obj/machinery/mass_driver{dir = 8; id = "disposal_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"ccI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ccJ" = (/obj/machinery/conveyor{dir = 8; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) +"ccK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"ccL" = (/obj/effect/landmark/event_spawn,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/rnd/bepis,/turf/open/floor/engine,/area/science/explab) +"ccM" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) +"ccN" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"ccO" = (/obj/structure/grille,/obj/structure/disposalpipe/sorting/mail{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) +"ccP" = (/obj/structure/disposalpipe/junction/yjunction{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) +"ccQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/courtroom) +"ccR" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/courtroom) +"ccS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/courtroom) +"ccT" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ccU" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ccV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/aft) +"ccW" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"ccX" = (/obj/effect/turf_decal/loading_area{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"ccY" = (/obj/structure/cable,/obj/effect/landmark/start/librarian,/obj/machinery/power/apc{areastring = "/area/library"; dir = 4; name = "Library APC"; pixel_x = 24},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"ccZ" = (/obj/structure/closet/cardboard,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cda" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"cdb" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/turf/open/floor/plating/airless,/area/router/aux) +"cdc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/hallway/secondary/entry) +"cdd" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/hallway/secondary/exit) +"cde" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"cdf" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cdg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/break_room) +"cdh" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cdi" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/router/aux) +"cdj" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/microwave,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cdk" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cdl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cdm" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/photocopier,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper/guides/cogstation/disposals,/turf/open/floor/plasteel,/area/engine/break_room) +"cdn" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cdo" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating/airless,/area/space/nearstation) +"cdp" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cdq" = (/obj/machinery/mass_driver{id = "sq_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cdr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) +"cds" = (/obj/effect/turf_decal/bot,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cdt" = (/turf/closed/wall/r_wall,/area/router/eng) +"cdu" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cdv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cdw" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cdx" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plating,/area/quartermaster/warehouse) +"cdy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall,/area/engine/break_room) +"cdz" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cdA" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) +"cdB" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/sign/warning/enginesafety,/turf/closed/wall,/area/engine/break_room) +"cdC" = (/turf/closed/wall,/area/engine/break_room) +"cdD" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/monkeycubes,/obj/item/storage/box/monkeycubes,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_y = 30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/xenobiology) +"cdE" = (/obj/structure/table/wood,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"cdF" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating,/area/quartermaster/warehouse) +"cdG" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "engblock"; name = "Engineering Router"},/turf/open/floor/plating,/area/router/eng) +"cdH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/engine/break_room) +"cdI" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"cdJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cdK" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) +"cdL" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) +"cdM" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cdN" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/door/airlock/command{name = "Chief Engineer's Office"; req_access_txt = "56"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cdO" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/turf/open/floor/plasteel,/area/engine/break_room) +"cdP" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/camera{c_tag = "Aft Hall - Primary Tool Storage"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cdQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) +"cdR" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/sign/poster/contraband/hacking_guide{pixel_x = -32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"cdS" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/break_room) +"cdT" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_access_txt = "10;24"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cdU" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "eng"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "engblock"; name = "Engineering Router"},/turf/open/floor/plating,/area/router/eng) +"cdV" = (/turf/closed/wall/r_wall,/area/engine/teg_hot) +"cdW" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) +"cdX" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/chemist,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cdY" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cdZ" = (/turf/closed/wall/r_wall,/area/medical/medbay/lobby) +"cea" = (/obj/structure/table/wood,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "1-2"},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"ceb" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics3"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) +"cec" = (/obj/structure/table/glass,/obj/item/paicard,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) +"ced" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cee" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cef" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"ceg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) +"ceh" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/storage/tech) +"cei" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cej" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cek" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) +"cel" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cem" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/window/eastright{name = "Medbay Desk"; req_access_txt = "5"},/obj/item/folder/white,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cen" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/circuit,/area/bridge) +"ceo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/bridge) +"cep" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Starboard Bow"; dir = 1; network = list("tcomms"); pixel_x = 22},/turf/open/space/basic,/area/space) +"ceq" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall/rust,/area/engine/teg_hot) +"cer" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "eng_out"; name = "Router Driver"},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/router/eng) +"ces" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "eng"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/router/eng) +"cet" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"ceu" = (/obj/machinery/vending/snack/random,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"cev" = (/obj/machinery/vending/games,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"cew" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "service"},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/router/eng) +"cex" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"cey" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Arcade"},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"cez" = (/obj/structure/table,/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/red{dir = 1},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"ceA" = (/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/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"ceB" = (/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/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"ceC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/solars/port) +"ceD" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 13; id = "ferry_home"; name = "port bay 2"; width = 5},/turf/open/space/basic,/area/space) +"ceE" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"ceF" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"ceG" = (/obj/machinery/mass_driver{dir = 4; id = "trash"; name = "Disposal Driver"},/turf/open/floor/plating,/area/maintenance/disposal) +"ceH" = (/obj/structure/fans/tiny,/obj/machinery/door/poddoor{id = "trash"; name = "Disposal Bay Door"},/turf/open/floor/plating,/area/maintenance/disposal) +"ceI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) +"ceJ" = (/obj/machinery/power/solar_control{dir = 4; name = "Starboard Quarter Solar Control"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"ceK" = (/obj/structure/grille,/turf/open/floor/plating,/area/router/eng) +"ceL" = (/obj/effect/turf_decal/delivery,/obj/structure/table,/obj/item/destTagger,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/router/eng) +"ceM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/massdriver{id = "eng_out"; pixel_x = -24; pixel_y = 24},/obj/machinery/button/door{id = "engblock"; name = "Router Access Control"; pixel_x = -24; pixel_y = 32; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eng) +"ceN" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/router/eng) +"ceO" = (/obj/effect/turf_decal/delivery,/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eng) +"ceP" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/router/eng) +"ceQ" = (/obj/structure/reagent_dispensers/fueltank,/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-5"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"ceR" = (/obj/machinery/door/poddoor{id = "TEGMixVent"; name = "Mixing Chamber Vent"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"ceS" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/starboard/central) +"ceT" = (/obj/effect/turf_decal/delivery,/obj/machinery/computer/cargo/request{dir = 4},/obj/machinery/light/small,/obj/machinery/requests_console{department = "Engineering Router"; name = "Engineering Router RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/router/eng) +"ceU" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 9},/obj/structure/fireaxecabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/engine/atmos) +"ceV" = (/turf/open/floor/plasteel,/area/router/eng) +"ceW" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/eng) +"ceX" = (/obj/effect/turf_decal/delivery,/obj/machinery/power/apc{name = "Engineering Router APC"; pixel_y = -24},/obj/machinery/light/small,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/router/eng) +"ceY" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"ceZ" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_access_txt = "10;24"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cfa" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfb" = (/obj/machinery/light{dir = 8},/obj/machinery/photocopier,/turf/open/floor/carpet/blue,/area/medical/medbay/central) +"cfc" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/hallway/primary/aft) +"cfd" = (/obj/structure/closet/crate/wooden,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cfe" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall - Starboard"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cff" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfg" = (/obj/structure/chair{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/effect/landmark/start/research_director,/obj/machinery/camera{c_tag = "Research Director's Office - Port"; network = list("ss13","rd")},/obj/machinery/keycard_auth{pixel_x = -8; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"cfh" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfi" = (/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfj" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfk" = (/obj/structure/closet/secure_closet/engineering_electrical,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfl" = (/turf/closed/wall,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfm" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall,/area/engine/engine_smes{name = "Power Monitoring"}) +"cfn" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"cfo" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfp" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 1},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfq" = (/obj/structure/lattice/catwalk,/turf/open/floor/plating/airless,/area/space/nearstation) +"cfr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/door/airlock/external/glass{name = "Mixing Chamber Access"; req_one_access_txt = "10;24"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plating,/area/engine/teg_hot) +"cfs" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) +"cft" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/camera{c_tag = "Engineering - Mixing Chamber"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/engine/teg_hot) +"cfu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"cfv" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cfw" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Engineering Construction Area"; dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cfx" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cfy" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/terminal{dir = 1},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"cfz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cfA" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfB" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfD" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) +"cfE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"cfF" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/teg_hot) +"cfG" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Tech Storage"; req_access_txt = "19;23"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) +"cfH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/sparker{id = "TEGMixIgniter"; pixel_x = 24},/obj/effect/decal/cleanable/ash,/obj/effect/decal/remains/human,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) +"cfJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"cfK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/teg_hot) +"cfL" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/airlock/atmos{name = "Atmospherics Access"; req_access_txt = "24"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cfM" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"cfN" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cfO" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cfP" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"cfQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/library) +"cfR" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cfS" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"cfT" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"cfU" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/item/beacon,/turf/open/floor/plasteel,/area/engine/break_room) +"cfV" = (/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/atmos) +"cfW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/plasma/reinforced/spawner/north,/obj/structure/window/plasma/reinforced/spawner,/obj/structure/lattice,/turf/open/space/basic,/area/engine/teg_hot) +"cfX" = (/obj/item/pipe,/obj/structure/cable{icon_state = "2-5"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"cfY" = (/obj/machinery/light/small{dir = 4},/obj/item/stack/sheet/metal,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/metal,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"cfZ" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/stairs/right,/area/science/research{name = "Research Sector"}) +"cga" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cgb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Mixing Chamber Access"; req_one_access_txt = "10;24"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plating,/area/engine/teg_hot) +"cgc" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/storage/primary) +"cgd" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/maintenance/disposal) +"cge" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/atmos) +"cgf" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cgg" = (/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) +"cgh" = (/obj/machinery/pipedispenser,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/stripes/end{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/atmos) +"cgi" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/teg_hot) +"cgj" = (/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cgk" = (/obj/machinery/light/small{dir = 8},/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cgl" = (/obj/machinery/button/door{id = "TEGMixVent"; name = "Mixing Chamber Vent"; pixel_y = 24; req_access_txt = "10"},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "atmos mix to burn"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgm" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small{dir = 1},/obj/effect/turf_decal/caution/stand_clear{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cgn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cgo" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/machinery/button/ignition{id = "TEGMixIgniter"; name = "Mix Igniter"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgq" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cgr" = (/obj/machinery/vending/wardrobe/robo_wardrobe,/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cgt" = (/obj/structure/rack,/obj/item/caution,/obj/item/caution,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cgu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgv" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cgw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgx" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) +"cgy" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/rust,/area/maintenance/solars/starboard/aft) +"cgz" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos) +"cgA" = (/obj/machinery/pipedispenser/disposal,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/atmos) +"cgB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cgC" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/hallway/primary/central) +"cgD" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/teg_hot) +"cgE" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cgF" = (/obj/structure/grille,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"cgG" = (/obj/structure/grille,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"cgH" = (/obj/structure/cable{icon_state = "2-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgI" = (/obj/structure/cable{icon_state = "2-4"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgJ" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgK" = (/obj/structure/cable{icon_state = "1-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgL" = (/obj/machinery/computer/rdservercontrol{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) +"cgM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cgN" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgP" = (/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) +"cgQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"cgR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgS" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/disposal) +"cgU" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "manual mix to burn"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cgV" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cgW" = (/obj/docking_port/stationary{dir = 4; dwidth = 3; height = 5; id = "mining_home"; name = "mining shuttle bay"; roundstart_template = /datum/map_template/shuttle/mining/delta; width = 7},/turf/open/space/basic,/area/space) +"cgX" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cgY" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cgZ" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cha" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 1},/turf/open/floor/plating,/area/maintenance/disposal) +"chb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"chc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"chd" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"che" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"chf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) +"chg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"chh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plating,/area/tcommsat/computer) +"chi" = (/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/closed/wall/r_wall,/area/tcommsat/computer) +"chj" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"chk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"chl" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"chm" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall/r_wall/rust,/area/hydroponics/garden{name = "Nature Preserve"}) +"chn" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal/incinerator"; dir = 8; name = "Incinerator APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/atmos) +"cho" = (/turf/closed/wall/r_wall/rust,/area/maintenance/department/eva) +"chp" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"chq" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/effect/turf_decal/stripes/end,/turf/open/floor/plasteel/dark,/area/engine/atmos) +"chr" = (/obj/machinery/atmospherics/components/binary/valve/digital,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"chs" = (/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cht" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"chu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"chv" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"chw" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"chx" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) +"chy" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"chz" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/engine/teg_hot) +"chA" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) +"chB" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/teg_hot) +"chC" = (/turf/closed/wall/r_wall/rust,/area/space/nearstation) +"chD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) +"chE" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/teg_cold) +"chF" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/table,/obj/item/analyzer,/obj/item/pipe_dispenser,/obj/item/wrench,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"chG" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"chH" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall/rust,/area/maintenance/fore) +"chI" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/meter,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"chJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) +"chK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 4},/turf/open/floor/plating,/area/engine/teg_cold) +"chL" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"chM" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos) +"chN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/teg_hot) +"chO" = (/obj/structure/table,/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30},/obj/item/clothing/head/welding{pixel_x = -5; pixel_y = 3},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 7},/obj/item/clothing/glasses/welding,/obj/item/multitool,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/atmos) +"chP" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/lawoffice) +"chQ" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"chR" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/science/mixing"; dir = 1; name = "Toxins Lab APC"; pixel_y = 24},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/science/storage) +"chS" = (/obj/machinery/suit_storage_unit/atmos,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/atmos) +"chT" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/engine,/area/science/storage) +"chU" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/wood,/area/library) +"chV" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"chW" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"chX" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall/r_wall,/area/engine/teg_hot) +"chY" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/machinery/light{dir = 8},/obj/item/storage/hypospraykit/fire,/obj/item/grenade/chem_grenade/smart_metal_foam,/obj/item/grenade/chem_grenade/smart_metal_foam,/obj/item/wrench,/turf/open/floor/plasteel,/area/engine/teg_hot) +"chZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel,/area/engine/teg_hot) +"cia" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cib" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cic" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) +"cid" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/analyzer,/turf/open/floor/plasteel,/area/engine/teg_hot) +"cie" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_cold) +"cif" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cig" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cih" = (/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cii" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cij" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/door/window/westleft{name = "Science Desk"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/lab) +"cik" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "router_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cil" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cim" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 11},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cin" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"cio" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/closed/wall,/area/science/robotics/mechbay) +"cip" = (/obj/machinery/mass_driver{id = "cargo_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"ciq" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"cir" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"cis" = (/obj/structure/sign/warning/vacuum{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cit" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/fore) +"ciu" = (/obj/structure/barricade/wooden,/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/poster/ripped{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/port/fore) +"civ" = (/obj/structure/girder/displaced,/turf/open/floor/plating,/area/maintenance/port/fore) +"ciw" = (/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) +"cix" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/port/fore) +"ciy" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) +"ciz" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/item/reagent_containers/food/drinks/trophy,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) +"ciA" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ciB" = (/obj/structure/frame/computer,/obj/structure/disposalpipe/segment,/turf/open/floor/plating/airless,/area/maintenance/port/fore) +"ciC" = (/obj/structure/table,/obj/item/paper/pamphlet/gateway,/turf/open/floor/plasteel/white,/area/gateway) +"ciD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"ciE" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"ciF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"ciG" = (/obj/machinery/conveyor{dir = 4; id = "disposal_off"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciH" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/machinery/meter,/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"ciI" = (/turf/closed/wall/r_wall/rust,/area/quartermaster/warehouse) +"ciJ" = (/turf/closed/wall/rust,/area/quartermaster/warehouse) +"ciK" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"ciL" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/primary) +"ciM" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciN" = (/obj/structure/table/reinforced,/obj/item/storage/box/donkpockets{pixel_y = 4},/obj/machinery/door/poddoor/preopen{id = "kitchenlock"; name = "Kitchen Lockup"},/obj/machinery/door/window/northleft{name = "Kitchen Slider"; req_access_txt = "28"},/obj/machinery/door/window/southleft{name = "Bar Slider"; req_access_txt = "25"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/kitchen) +"ciO" = (/obj/machinery/mass_driver{dir = 4; id = "disposal_out"; name = "Router Driver"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciP" = (/obj/effect/turf_decal/delivery,/obj/item/weldingtool,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"ciQ" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"ciR" = (/obj/machinery/door/firedoor,/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/red{dir = 1},/obj/machinery/door/airlock/security{name = "Cargo Security Checkpoint"; req_access_txt = "63"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"ciS" = (/obj/machinery/conveyor/auto{dir = 9; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciT" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/closet/radiation,/obj/machinery/firealarm{dir = 4; pixel_x = -28; pixel_y = -4},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"ciU" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/gravity_generator) +"ciV" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciW" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 11},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"ciX" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"ciY" = (/obj/structure/table,/obj/item/storage/toolbox/emergency,/obj/item/wrench,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/engine/teg_hot"; dir = 8; name = "Hot Loop APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/engine/teg_hot) +"ciZ" = (/obj/machinery/atmospherics/components/binary/valve/digital,/turf/open/floor/plasteel,/area/engine/teg_hot) +"cja" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cjb" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cjc" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/door/poddoor{name = "Disposal Router"},/turf/open/floor/plating,/area/maintenance/disposal) +"cjd" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cje" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cjf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Cargo Detainment Cell"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cjg" = (/obj/machinery/conveyor/auto{dir = 1; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"cjh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cji" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) +"cjj" = (/turf/closed/wall,/area/crew_quarters/theatre/mime) +"cjk" = (/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) +"cjl" = (/obj/structure/closet/crate/wooden/toy,/obj/item/toy/figure/mime,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) +"cjm" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) +"cjn" = (/obj/structure/reagent_dispensers/cooking_oil,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) +"cjo" = (/obj/structure/table,/obj/item/flashlight/seclite,/turf/open/floor/plating,/area/maintenance/port/fore) +"cjp" = (/turf/closed/wall/r_wall,/area/crew_quarters/theatre/mime) +"cjq" = (/turf/closed/wall/rust,/area/maintenance/port/central) +"cjr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) +"cjs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cjt" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/quartermaster/office"; dir = 1; name = "Cargo Office APC"; pixel_y = 24},/obj/structure/sign/poster/contraband/scum{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cju" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/machinery/light_switch{pixel_x = 24},/obj/item/clothing/ears/earmuffs,/obj/item/extinguisher{pixel_x = -12; pixel_y = -2},/obj/machinery/camera{c_tag = "Engineering - Hot Loop"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cjv" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/library) +"cjw" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/library) +"cjx" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/wood,/area/library) +"cjy" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/port/central) +"cjz" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cjA" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/item/kirbyplants/random,/turf/open/floor/plasteel,/area/quartermaster/office) +"cjB" = (/obj/item/stack/cable_coil/cut/red,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"cjC" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/clothing/mask/cigarette,/obj/structure/sign/poster/official/twelve_gauge{pixel_x = 32},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cjD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/maintenance/department/eva) +"cjE" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) +"cjF" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) +"cjG" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"cjH" = (/obj/structure/lattice,/obj/structure/sign/warning/electricshock{pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) +"cjI" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cjJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Storage"; req_access_txt = "18"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"cjK" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_cold) +"cjL" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"cjM" = (/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/item/storage/toolbox/mechanical,/obj/item/radio/off,/obj/item/multitool{pixel_x = -6},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/department/eva) +"cjN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/camera{c_tag = "Security - Visitation Area"; dir = 1},/turf/open/floor/plasteel,/area/security/main) +"cjO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) +"cjP" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cjQ" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"cjR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Security's Office"; req_one_access_txt = "58"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hos) +"cjS" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"cjT" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/landmark/start/security_officer,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) +"cjU" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"cjV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Engineering Sector"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cjW" = (/obj/structure/bed,/obj/machinery/light_switch{pixel_y = -24},/obj/item/bedsheet/hos,/obj/effect/landmark/start/head_of_security,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/button/door{id = "hos"; name = "HoS Office Shutters"; pixel_y = -32; pixel_x = -5},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"cjX" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 9},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) +"cjY" = (/obj/machinery/computer/station_alert{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/keycard_auth{pixel_x = 8; pixel_y = 24},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cjZ" = (/obj/item/beacon,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) +"cka" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"ckb" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/obj/structure/disposalpipe/junction{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) +"ckc" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft/secondary"; dir = 8; name = "Aft Air Hookup APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"ckd" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cke" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/library) +"ckf" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"ckg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) +"ckh" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cki" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ckj" = (/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"ckk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Research Maintenance"; dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) +"ckl" = (/turf/open/space/basic,/area/space/station_ruins) +"ckm" = (/turf/closed/wall/r_wall,/area/engine/teg_cold) +"ckn" = (/obj/machinery/door/airlock/external/glass{name = "External Solar Access"; req_access_txt = "10;13"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"cko" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/engine/engineering"; dir = 4; name = "Engine Room APC"; pixel_x = 24},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"ckp" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/chemist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"ckq" = (/obj/structure/closet/crate/hydroponics,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) +"ckr" = (/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) +"cks" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"ckt" = (/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cku" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) +"ckv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Warehouse"; req_one_access_txt = "10;31"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"ckw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) +"ckx" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cky" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/engine/teg_hot) +"ckz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/item/pipe_dispenser,/turf/open/floor/plasteel,/area/engine/teg_hot) +"ckA" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/engine/teg_hot) +"ckB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/closet/crate/engineering,/obj/machinery/light_switch{pixel_x = -24},/obj/item/rcl/pre_loaded,/obj/item/rcl/pre_loaded,/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/machinery/camera{c_tag = "Engineering - Cold Loop"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) +"ckC" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve/digital{name = "gas to cold loop"},/turf/open/floor/plasteel,/area/engine/teg_cold) +"ckD" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/structure/sign/warning/fire{pixel_x = 32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"ckE" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"ckF" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/teg_cold"; dir = 4; name = "Cold Loop APC"; pixel_x = 24},/turf/open/floor/plasteel,/area/engine/teg_cold) +"ckG" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ckH" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"ckI" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) +"ckJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/teg_hot) +"ckK" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ckL" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ckM" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ckN" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/science/xenobiology) +"ckO" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) +"ckP" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckQ" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckR" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/science/lab) +"ckS" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"ckT" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckU" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckV" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckW" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ckX" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"ckY" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) +"ckZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/storage/eva) +"cla" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"clb" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"clc" = (/obj/machinery/vending/wardrobe/chem_wardrobe,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cld" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cle" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/science/misc_lab"; dir = 1; name = "Research Observatory APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"clf" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 3"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"clg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"clh" = (/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cli" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) +"clj" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/xenobiology) +"clk" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) +"cll" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) +"clm" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/space/nearstation) +"cln" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) +"clo" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) +"clp" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/xenobiology) +"clq" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) +"clr" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/xenobiology) +"cls" = (/obj/structure/window/reinforced/spawner,/obj/structure/grille,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/space/nearstation) +"clt" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) +"clu" = (/obj/machinery/door/window/northleft{name = "Library Desk Door"; req_access_txt = "37"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"clv" = (/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"clw" = (/obj/effect/landmark/start/librarian,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"clx" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cly" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"clz" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"clA" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"clB" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"clC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"clD" = (/obj/machinery/telecomms/server/presets/medical,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clE" = (/obj/machinery/ntnet_relay,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clF" = (/obj/machinery/telecomms/server/presets/supply,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clG" = (/obj/machinery/telecomms/server/presets/engineering,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clH" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"clI" = (/obj/machinery/telecomms/bus/preset_four,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clJ" = (/obj/machinery/telecomms/broadcaster/preset_left,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clK" = (/obj/machinery/telecomms/processor/preset_four,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clL" = (/obj/machinery/telecomms/bus/preset_two,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clM" = (/obj/machinery/telecomms/broadcaster/preset_right,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clN" = (/obj/machinery/telecomms/processor/preset_two,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) +"clO" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"clP" = (/obj/structure/table,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/analyzer,/obj/item/stock_parts/subspace/analyzer,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clQ" = (/obj/structure/table,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clR" = (/obj/structure/table,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/transmitter,/obj/item/stock_parts/subspace/transmitter,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clS" = (/obj/structure/table,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clT" = (/obj/structure/table,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clU" = (/obj/structure/table,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/scanning_module,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"clV" = (/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/red{dir = 1},/obj/machinery/camera{c_tag = "Supply - Security Post"; dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"clW" = (/turf/closed/wall/rust,/area/storage/tech) +"clX" = (/turf/closed/wall/rust,/area/maintenance/starboard/aft) +"clY" = (/obj/effect/turf_decal/stripes/line,/obj/structure/closet/firecloset,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) +"clZ" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/chair{dir = 4},/obj/machinery/camera{c_tag = "Escape Hall - Port"; dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cma" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/chair{dir = 8},/obj/machinery/camera{c_tag = "Escape Hall - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cmb" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Supply - Mining Dock"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cmc" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Starboard Quarter Solar Maintenance"; dir = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"cmd" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cme" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cmf" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cmg" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cmh" = (/obj/structure/sign/warning/radiation,/turf/closed/wall/r_wall,/area/engine/gravity_generator) +"cmi" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmj" = (/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cml" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"cmm" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) +"cmn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cmo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"cmp" = (/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmq" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmr" = (/obj/machinery/gravity_generator/main/station,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cms" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmt" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cmu" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/cable,/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cmv" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cmw" = (/obj/machinery/camera{c_tag = "Engineering - Gravity Generator"; dir = 1},/turf/open/floor/engine,/area/engine/gravity_generator) +"cmx" = (/obj/machinery/light,/turf/open/floor/engine,/area/engine/gravity_generator) +"cmy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/exit) +"cmz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/secondary/exit) +"cmA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Bar Backroom"; req_access_txt = "25"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"cmB" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northright{name = "Emergency Shower"},/turf/open/floor/plasteel,/area/medical/chemistry) +"cmC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"cmD" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/deliveryChute,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cmE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cmF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"cmG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cmH" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Cargo Router"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cmI" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cmJ" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/machinery/door/airlock/external/glass{name = "Mining Dock"; req_one_access_txt = "10;24;48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cmK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cmL" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/aft) +"cmM" = (/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cmN" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_y = -28},/turf/open/floor/plasteel/dark,/area/lawoffice) +"cmO" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Engineering"},/turf/open/floor/plasteel,/area/engine/break_room) +"cmP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"cmQ" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 4"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) +"cmR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cmS" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cmT" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/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/red{dir = 1},/obj/item/folder/red,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/window/northright{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cmU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cmV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cmW" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/requests_console{department = "Cargo"; name = "Cargo RC"; pixel_x = -30},/obj/machinery/camera{c_tag = "Supply - Quartermaster's Office"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) +"cmX" = (/obj/machinery/light/small,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"cmY" = (/obj/machinery/door/airlock/engineering{name = "Hot Loop"; req_one_access_txt = "10;24"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cmZ" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/machinery/atmospherics/components/unary/cryo_cell{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cna" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/window/reinforced/spawner/east,/obj/machinery/atmospherics/components/unary/cryo_cell{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cnb" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/beakers{pixel_x = -4},/obj/item/storage/box/syringes{pixel_x = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/xenobiology) +"cnc" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cnd" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cne" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cnf" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cng" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/quartermaster/qm) +"cnh" = (/obj/machinery/door/airlock/engineering{name = "Cold Loop"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cni" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cnj" = (/obj/machinery/camera{c_tag = "Research - Observatory"; dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cnk" = (/obj/machinery/light,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cnl" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1; pixel_x = 5},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cnm" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/gateway) +"cnn" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"cno" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cnp" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) +"cnq" = (/obj/structure/disposalpipe/segment{dir = 10},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/port/central) +"cnr" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cns" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cnt" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/door/poddoor{name = "Disposal Router"},/turf/open/floor/plating,/area/maintenance/disposal) +"cnu" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/gateway) +"cnv" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/bot,/obj/effect/decal/cleanable/dirt,/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cnw" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/storage) +"cnx" = (/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/red{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cny" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cnz" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/structure/sign/departments/chemistry{pixel_y = 32},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cnA" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office) +"cnB" = (/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/red{dir = 1},/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cnC" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/engine,/area/science/explab) +"cnD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/xenobiology) +"cnE" = (/obj/docking_port/stationary{dir = 2; dwidth = 9; height = 22; id = "emergency_home"; name = "CogStation Escape Dock"; width = 29},/turf/open/space/basic,/area/space) +"cnF" = (/obj/structure/disposalpipe/segment,/obj/item/reagent_containers/food/drinks/bottle/kahlua/empty,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/port/fore) +"cnG" = (/obj/machinery/door/airlock/external/glass{name = "Shuttle Maintenance Access"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cnH" = (/obj/machinery/door/airlock/external/glass{name = "Departures Shuttle Dock"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cnI" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/space/nearstation) +"cnJ" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/space/nearstation) +"cnK" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cnL" = (/obj/structure/closet/crate/science,/obj/item/stack/sheet/metal/ten,/obj/item/stack/sheet/glass/five,/obj/item/stack/rods/twentyfive,/obj/item/target/syndicate,/obj/item/target/alien,/obj/item/target,/obj/item/target/clown,/turf/open/floor/plasteel,/area/science/mixing) +"cnM" = (/obj/machinery/mass_driver{dir = 8; id = "pb_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cnN" = (/obj/structure/bookcase/random/fiction,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) +"cnO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/storage) +"cnP" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/turf/open/floor/wood,/area/library) +"cnQ" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/camera{c_tag = "Supply - Warehouse Exterior"; dir = 1},/turf/open/space/basic,/area/quartermaster/warehouse) +"cnR" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cnS" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/starboard/aft; dir = 1; name = "Starboard Quarter Solars APC"; pixel_y = 26},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) +"cnT" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) +"cnU" = (/obj/machinery/door/poddoor/incinerator_toxmix,/turf/open/floor/engine/vacuum,/area/science/mixing) +"cnV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/engine,/area/science/storage) +"cnW" = (/obj/structure/chair/office/dark{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) +"cnX" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/vehicle/ridden/wheelchair,/turf/open/floor/plasteel,/area/medical/medbay/central) +"cnY" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/vehicle/ridden/wheelchair,/turf/open/floor/plasteel,/area/medical/medbay/central) +"cnZ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/holopad,/obj/machinery/requests_console{department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"coa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cob" = (/obj/structure/closet/l3closet/virology,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/virology) +"coc" = (/obj/machinery/camera{c_tag = "Medbay - Reception"; dir = 4},/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) +"cod" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/light,/obj/structure/window/reinforced/spawner/east,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) +"coe" = (/obj/structure/bodycontainer/morgue,/obj/machinery/camera{c_tag = "Medbay Morgue"; dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cof" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) +"cog" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"coh" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) +"coi" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coj" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cok" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) +"col" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"com" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/end{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/medical/chemistry) +"con" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/station_engineer,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/storage/primary) +"coo" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/storage/primary) +"cop" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/chief) +"coq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cor" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cos" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Workshop"; req_access_txt = "11"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cot" = (/obj/machinery/computer/apc_control{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cou" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/chief_engineer,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cov" = (/obj/structure/sign/warning/nosmoking{pixel_y = -32},/turf/closed/wall,/area/medical/medbay/central) +"cow" = (/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_one_access_txt = "10;48"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cox" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"coy" = (/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"coz" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coA" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Aft Maintenance - Starboard Quarter"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/aft) +"coB" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Aft Hallway - MedSci Port"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coC" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/camera{c_tag = "Aft Maintenance - Starboard Bow"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/aft) +"coD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coE" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Aft Hall - MedSci Starboard"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coF" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/landmark/start/assistant,/obj/machinery/camera{c_tag = "Aft Hall - Workshop"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coG" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/obj/machinery/camera{c_tag = "Research - Experimentation Lab"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/explab) +"coH" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"coI" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) +"coJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Virology Access"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/medical/virology) +"coK" = (/obj/machinery/camera{c_tag = "Medbay - Monkey Pen"; dir = 4},/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) +"coL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=cargo"; location = "eng2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coM" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"coN" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"coO" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/camera{c_tag = "Central Hall"; dir = 4},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) +"coP" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/machinery/camera{c_tag = "Central Plaza - Port"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"coQ" = (/obj/machinery/camera{c_tag = "Central Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) +"coR" = (/obj/machinery/camera{c_tag = "Ferry Docking Bay"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"coS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Ferry Docking Bay - Starboard"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"coT" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/teg_hot) +"coU" = (/obj/machinery/computer/secure_data{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Front Desk"; dir = 1},/turf/open/floor/plasteel,/area/security/main) +"coV" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/camera{c_tag = "Medbay Entrance"; dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"coW" = (/obj/machinery/light/small{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/engineering,/obj/machinery/camera{c_tag = "Technical Storage"; dir = 4},/turf/open/floor/plating,/area/storage/tech) +"coX" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/camera{c_tag = "Medbay - Operating Theatre"; dir = 8; network = list("ss13","medbay"); pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"coY" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/machinery/camera{c_tag = "Medbay - Cryogenics"; dir = 1},/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"coZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cpa" = (/obj/structure/closet/crate/radiation,/obj/item/storage/firstaid/radbgone,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpb" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel,/area/medical/virology) +"cpc" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cpd" = (/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/fitness) +"cpe" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/white/full,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/engine,/area/science/explab) +"cpf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cpg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/explab) +"cph" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"cpi" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"cpj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cpk" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpl" = (/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cpm" = (/obj/effect/turf_decal/delivery,/obj/machinery/photocopier,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; name = "Cargo RC"; pixel_y = 30},/obj/machinery/camera{c_tag = "Supply - Delivery Office Aft"; network = list("ss13","rd")},/obj/item/paper/guides/cogstation/disposals,/obj/item/paper/fluff/cogstation/mulebot,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cpn" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cpo" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpp" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "cargo"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Cargo Router"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cpq" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) +"cpr" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cps" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"cpt" = (/obj/machinery/newscaster{pixel_x = -30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"cpu" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/holopad,/turf/open/floor/wood,/area/library) +"cpv" = (/obj/structure/table,/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cpw" = (/obj/machinery/computer/operating,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/poster/official/space_cops{pixel_y = 32},/turf/open/floor/plasteel/white,/area/science/robotics/lab) +"cpx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"cpy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cpz" = (/turf/closed/wall/r_wall,/area/medical/virology) +"cpA" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpB" = (/obj/effect/landmark/carpspawn,/turf/open/space/basic,/area/space) +"cpC" = (/obj/effect/landmark/carpspawn,/turf/open/space/basic,/area/space/station_ruins) +"cpD" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/engine,/area/science/storage) +"cpE" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/turf/open/floor/plating,/area/maintenance/disposal) +"cpF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpG" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) +"cpH" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/directions/engineering{dir = 4; pixel_y = -24},/obj/structure/sign/directions/supply{dir = 4; pixel_y = -32},/obj/structure/sign/directions/evac{dir = 4; pixel_y = -40},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cpI" = (/obj/machinery/chem_dispenser,/obj/effect/turf_decal/stripes/end{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/medical/chemistry) +"cpJ" = (/turf/closed/wall/r_wall/rust,/area/quartermaster/office) +"cpK" = (/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/red{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cpL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/engine/teg_hot) +"cpM" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/engine/atmos) +"cpN" = (/obj/structure/closet/secure_closet/atmospherics,/obj/item/cartridge/atmos,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/engine/atmos) +"cpO" = (/obj/structure/closet/secure_closet/atmospherics,/obj/item/cartridge/atmos,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/atmos) +"cpP" = (/obj/machinery/camera{c_tag = "Research - Gateway Atrium"; dir = 1},/turf/open/floor/plasteel/white,/area/gateway) +"cpQ" = (/obj/machinery/vending/wardrobe/atmos_wardrobe,/obj/effect/turf_decal/stripes/line{dir = 6; layer = 2.03},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/engine/atmos) +"cpR" = (/obj/structure/closet/crate/engineering/electrical,/obj/item/electronics/apc,/obj/item/electronics/apc,/obj/item/electronics/airalarm,/obj/item/electronics/airalarm,/obj/item/electronics/firelock,/obj/item/electronics/firelock,/obj/item/electronics/firealarm,/obj/item/electronics/firealarm,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpS" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpT" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpV" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cpW" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cpX" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/air,/area/engine/atmos) +"cpY" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) +"cpZ" = (/obj/structure/table,/obj/item/tank/internals/air,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) +"cqa" = (/obj/machinery/autolathe,/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqb" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cqc" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqd" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/hostile/retaliate/goose{check_friendly_fire = 1; desc = "It may not be as wise as an owl, but the Head of Security's pet is far more dangerous."; faction = list("neutral","silicon","turret","station"); name = "Officer Snooty"},/turf/open/floor/plasteel,/area/security/main) +"cqe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=eng1"; location = "sci"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cqf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cqg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cqh" = (/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/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cqi" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/fitness) +"cqj" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"cqk" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=med"; location = "cargo"},/turf/open/floor/plasteel,/area/quartermaster/office) +"cql" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=eng2"; location = "evac"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cqm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/item/storage/box/disks_nanite,/obj/item/book/manual/wiki/research_and_development{pixel_x = 4; pixel_y = -8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cqn" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqo" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Warehouse"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqr" = (/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/central"; name = "Central Starboard Maintenance APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/starboard/central) +"cqs" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table/wood,/obj/item/clipboard,/obj/item/paper/guides/jobs/engi/solars,/obj/item/pen,/obj/machinery/camera{c_tag = "Engineering Foyer - Port"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cqt" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/noticeboard/qm{dir = 4; pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cqu" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/atmos_alert,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cqv" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cqw" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/disposal/bin,/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cqx" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/modular_computer/console/preset/engineering,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cqy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/table/wood,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cqz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cqA" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqB" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/absinthe,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"cqC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqE" = (/obj/machinery/conveyor_switch{id = "EngiCargoConveyer"},/obj/machinery/button/door{id = "EngiDeliverDoor"; name = "Engineering Delivery Door Control"; pixel_x = 24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqF" = (/obj/effect/turf_decal/delivery,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cqG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cqH" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) +"cqI" = (/obj/structure/chair/stool,/obj/effect/landmark/start/atmospheric_technician,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cqJ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cqK" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/sign/plaques/atmos{pixel_x = 32},/turf/open/floor/plasteel,/area/engine/break_room) +"cqL" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqM" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqN" = (/turf/closed/wall/rust,/area/maintenance/department/security) +"cqO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cqP" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cqQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cqR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cqS" = (/obj/machinery/computer/rdconsole/experiment{dir = 4},/obj/effect/turf_decal/stripes/line,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = -30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/explab) +"cqT" = (/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cqU" = (/obj/machinery/door/airlock/external{name = "Escape Pod"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cqV" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"cqW" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/window/reinforced/spawner,/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cqX" = (/obj/docking_port/stationary{dir = 4; dwidth = 5; height = 7; id = "supply_home"; name = "Cargo Shuttle"; width = 12},/turf/open/space/basic,/area/space) +"cqY" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cqZ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cra" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Auxiliary Tool Storage"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) +"crb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/engine/teg_cold) +"crc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"crd" = (/obj/effect/turf_decal/bot,/obj/structure/table/reinforced,/obj/item/destTagger,/obj/item/destTagger,/obj/item/destTagger,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/obj/machinery/button/massdriver{id = "cargo_out"; pixel_x = -8; pixel_y = -4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cre" = (/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_one_access_txt = "10;48"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"crf" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) +"crg" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/airlock/medical/glass{name = "Chemistry Lab"; req_access_txt = "5; 33"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"crh" = (/obj/machinery/mass_driver{dir = 1; id = "cargo_out"; name = "Router Driver"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cri" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel,/area/engine/break_room) +"crj" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"crk" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"crl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"crm" = (/obj/machinery/door/firedoor,/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/machinery/door/poddoor{id = "EngiDeliverDoor"; name = "Engineering Delivery Door"},/turf/open/floor/plating,/area/engine/teg_cold) +"crn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/medical/chemistry) +"cro" = (/turf/closed/wall/r_wall/rust,/area/maintenance/starboard/aft) +"crp" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/storage/tech) +"crq" = (/obj/structure/closet/crate/freezer,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/medical/morgue"; dir = 4; name = "Morgue APC"; pixel_x = 24},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"crr" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Fore"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/hallway/primary/central) +"crs" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"crt" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) +"cru" = (/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"crv" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"crw" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"crx" = (/obj/machinery/camera{c_tag = "Engine Room - Port Quarter"; dir = 1},/obj/structure/cable,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cry" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10; pixel_x = -5},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random{pixel_x = -2; pixel_y = -2},/obj/item/stack/cable_coil/random{pixel_x = 2; pixel_y = 2},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/camera{c_tag = "Robotics - Surgery"; dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"crz" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/camera/motion{c_tag = "Telecomms Satellite"; dir = 1; network = list("tcomms")},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"crA" = (/obj/machinery/aug_manipulator,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"crB" = (/obj/structure/lattice,/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port"; dir = 8; network = list("tcomms")},/turf/open/space/basic,/area/space/nearstation) +"crC" = (/obj/structure/lattice,/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior Starboard"; dir = 4; network = list("tcomms")},/turf/open/space/basic,/area/space/nearstation) +"crD" = (/obj/machinery/camera/motion{c_tag = "Telecomms Server Room"; dir = 1; network = list("tcomms")},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) +"crE" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port Quarter"; network = list("tcomms")},/turf/open/space/basic,/area/space) +"crF" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Starboard Quarter"; network = list("tcomms"); pixel_x = 22},/turf/open/space/basic,/area/space) +"crG" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating/airless,/area/science/test_area) +"crH" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating/airless,/area/science/test_area) +"crI" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/science/mixing) +"crJ" = (/obj/structure/window/reinforced,/obj/machinery/mass_driver{dir = 8; id = "toxinsdriver"},/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/science/mixing) +"crK" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area) +"crL" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/science/test_area) +"crM" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area) +"crN" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/atmospherics/components/unary/tank/air{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) +"crO" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/effect/turf_decal/stripes/end,/turf/open/floor/plasteel,/area/science/xenobiology) +"crP" = (/obj/structure/lattice,/turf/closed/wall,/area/hallway/secondary/entry) +"crQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"crR" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"crS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Pod"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"crT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"crU" = (/obj/effect/turf_decal/stripes/line,/obj/item/crowbar,/obj/structure/sign/poster/official/safety_internals{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"crV" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"crW" = (/obj/machinery/computer/rdconsole/robotics{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"crX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"crY" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"crZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/hallway/primary/aft) +"csa" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/sign/warning/pods{pixel_x = -32; pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) +"csb" = (/obj/structure/sign/warning/pods{pixel_x = 32; pixel_y = 32},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) +"csc" = (/obj/structure/fans/tiny/invisible,/obj/docking_port/stationary{dir = 2; dwidth = 1; height = 4; name = "escape pod loader"; roundstart_template = /datum/map_template/shuttle/escape_pod/default; width = 3},/turf/open/space/basic,/area/space) +"csd" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cse" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/item/clipboard,/obj/item/paper/monitorkey,/obj/item/pen/fountain,/obj/item/stamp/ce,/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Engineer's Desk"; departmentType = 5; name = "Chief Engineer's RC"; pixel_y = -32},/mob/living/simple_animal/parrot/Poly,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"csf" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director's RC"; pixel_y = -32; receive_ore_updates = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"csg" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) +"csh" = (/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/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"csi" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/turf/open/floor/plating,/area/medical/chemistry) +"csj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"csk" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/explab) +"csl" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hor) +"csm" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) +"csn" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/main) +"cso" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/genetics) +"csp" = (/obj/structure/cable{icon_state = "1-2"},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"csq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Cold Loop"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"csr" = (/obj/structure/table,/obj/machinery/computer/libraryconsole/bookmanagement,/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_x = 30},/turf/open/floor/plasteel,/area/bridge) +"css" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) +"cst" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/teg_cold) +"csu" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) +"csv" = (/obj/structure/table,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/item/storage/toolbox/mechanical,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/paper/guides/cogstation/letter_supp,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"csw" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) +"csx" = (/obj/structure/closet/secure_closet/RD,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/cable{icon_state = "1-2"},/obj/item/paper/fluff/cogstation/letter_rd,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"csy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/xmastree,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) +"csz" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"csA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Visitation"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) +"csB" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"csC" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) +"csD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/bridge) +"csE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) +"csF" = (/obj/structure/bed,/obj/effect/landmark/start/research_director,/obj/item/bedsheet/rd,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"csG" = (/obj/machinery/holopad,/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) +"csH" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/library) +"csI" = (/obj/structure/table/wood,/obj/machinery/light_switch{pixel_x = 4; pixel_y = -24},/obj/item/flashlight/lamp/green,/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = -6; pixel_y = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"csJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"csK" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/window/northright{name = "Medbay Desk"; req_access_txt = "5"},/obj/item/clipboard,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/letter_med,/obj/item/clothing/glasses/hud/health,/obj/item/pen,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"csL" = (/obj/effect/landmark/xmastree/rdrod,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"csM" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"csN" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"csO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"csP" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"csQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"csR" = (/turf/open/floor/engine,/area/science/storage) +"csS" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"csT" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/circuit) +"csU" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/storage/tech) +"csV" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/button/door{id = "robotics"; name = "Shutters Control Button"; pixel_y = 8; req_access_txt = "29"; pixel_x = -24},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) +"csW" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"csX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"csY" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"csZ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cta" = (/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/xenobiology) +"ctb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/explab) +"ctc" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ctd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cte" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctf" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cth" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cti" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctj" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/mixing) +"ctk" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/turf/open/floor/plasteel,/area/engine/atmos) +"ctl" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/white/full,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/engine/workshop) +"ctm" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/sorting/mail/flip{sortType = 2},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctn" = (/obj/structure/closet/secure_closet/engineering_chief,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/obj/item/paper/guides/cogstation/letter_chief,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cto" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctq" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/office) +"cts" = (/obj/structure/rack,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel/white,/area/gateway) +"ctt" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"ctu" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/machinery/camera{c_tag = "Supply - Cargo Office"; dir = 1},/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/item/storage/box/disks,/turf/open/floor/plasteel,/area/quartermaster/office) +"ctv" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"ctw" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/office) +"ctx" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cty" = (/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"ctz" = (/obj/structure/table,/obj/item/stamp/qm,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "4-8"},/obj/item/coin/silver{pixel_x = -12},/obj/item/key{pixel_x = 8; pixel_y = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) +"ctA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Cargo Bay"; req_one_access_txt = "31;48"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"ctB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"ctC" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/storage) +"ctD" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) +"ctE" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/modular_computer/console/preset/engineering,/obj/structure/cable{icon_state = "1-2"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/engine/workshop) +"ctF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) +"ctG" = (/turf/closed/wall,/area/engine/workshop) +"ctH" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"ctI" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/engine,/area/science/explab) +"ctJ" = (/obj/structure/plasticflaps,/turf/open/floor/plating,/area/engine/workshop) +"ctK" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"ctL" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 5"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) +"ctM" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 6"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) +"ctN" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ctO" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/sign/warning/biohazard{pixel_x = -32},/turf/open/floor/plasteel/white,/area/medical/virology) +"ctP" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ctQ" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/science/xenobiology) +"ctR" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"ctS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/warning/biohazard{pixel_x = -32; pixel_y = 32},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"ctT" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/machinery/camera{c_tag = "Xenobiology - Aft"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"ctU" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"ctV" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/secondary/exit"; name = "Escape Shuttle Hallway APC"; pixel_y = -28},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) +"ctW" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ctX" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/engine/workshop) +"ctY" = (/obj/structure/sign/departments/xenobio{pixel_x = -32; pixel_y = 32},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"ctZ" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cua" = (/obj/structure/chair/comfy/black{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cub" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cuc" = (/obj/machinery/door/airlock/virology/glass{name = "Monkey Pen"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"cud" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/camera{c_tag = "Xenobiology - Aft Access"; dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cue" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/xenobiology) +"cuf" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cug" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cuh" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cui" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cuj" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cuk" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cul" = (/obj/structure/chair/comfy/black,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cum" = (/obj/structure/rack,/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cun" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/snacks/meat/steak,/obj/machinery/camera{c_tag = "Xenobiology - Test Chamber"; dir = 1},/turf/open/floor/engine,/area/science/xenobiology) +"cuo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/hallway/primary/aft) +"cup" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cuq" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cur" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cus" = (/obj/machinery/light/small,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cut" = (/obj/docking_port/stationary{dir = 2; dwidth = 7; height = 9; id = "whiteship_home"; name = "SS13: Merchant Dock"; width = 13},/turf/open/space/basic,/area/space) +"cuu" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/engine/workshop) +"cuv" = (/obj/structure/bed,/obj/item/bedsheet/medical,/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cuw" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) +"cux" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) +"cuy" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) +"cuz" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"cuA" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"cuB" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cuC" = (/obj/structure/lattice/catwalk,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"cuD" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) +"cuE" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) +"cuF" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/junction{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) +"cuG" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) +"cuH" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) +"cuI" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table,/obj/machinery/airalarm{pixel_y = 24},/obj/item/storage/toolbox/emergency,/obj/item/screwdriver,/turf/open/floor/plasteel,/area/engine/workshop) +"cuJ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/storage/toolbox/mechanical,/obj/item/screwdriver,/turf/open/floor/plasteel,/area/engine/workshop) +"cuK" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/secure_closet/engineering_welding,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/engine/workshop"; dir = 1; name = "Engineering Workshop APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/workshop) +"cuL" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/workshop) +"cuM" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair{dir = 1},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) +"cuN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall,/area/engine/workshop) +"cuO" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/primary) +"cuP" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/atmospheric_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cuQ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/gateway) +"cuR" = (/turf/closed/wall,/area/router/air) +"cuS" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "workshop_out"; name = "Router Driver"},/turf/open/floor/plating,/area/engine/workshop) +"cuT" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor{id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cuU" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/sign/poster/official/build{pixel_x = -32},/turf/open/floor/plasteel,/area/engine/workshop) +"cuV" = (/turf/open/floor/plasteel,/area/engine/workshop) +"cuW" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/mapping_helpers/airlock/unres,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cuX" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay"; req_access_txt = "5"},/obj/effect/mapping_helpers/airlock/unres,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cuY" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cuZ" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) +"cva" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/engine/workshop) +"cvb" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/engine/workshop) +"cvc" = (/obj/structure/chair/stool,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) +"cvd" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) +"cve" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cvf" = (/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cvg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) +"cvh" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/computer/rdconsole/production{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) +"cvi" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/workshop) +"cvj" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/conveyor{id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cvk" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cvl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/router/air) +"cvm" = (/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Airbridge Router APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/router/air) +"cvn" = (/obj/structure/table,/obj/item/destTagger,/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/router/air) +"cvo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) +"cvp" = (/obj/effect/turf_decal/bot,/obj/machinery/computer/cargo/request,/obj/machinery/camera{c_tag = "Airbridge Router"; pixel_x = 22},/obj/machinery/requests_console{department = "Airbridge Router"; name = "Airbridge Router RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/router/air) +"cvq" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor{dir = 1; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cvr" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/workshop) +"cvs" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/medical/virology) +"cvt" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 10},/area/science/robotics/lab) +"cvu" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cvv" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/requests_console{department = "Genetics"; name = "Genetics RC"; pixel_x = 30},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cvw" = (/obj/structure/closet,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/wrench/medical,/obj/item/screwdriver,/obj/item/stock_parts/cell/high/plus,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cvx" = (/obj/structure/table,/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/red{dir = 1},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/toolbox/emergency,/obj/item/hypospray/mkii/tricord,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cvy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"cvz" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cvA" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/securearea{pixel_x = -32; pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cvB" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cvC" = (/obj/machinery/computer/nanite_cloud_controller,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) +"cvD" = (/obj/effect/turf_decal/delivery,/obj/machinery/rnd/server,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cvE" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/poddoor{id = "RDServer"; name = "RD Server Lockup"},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cvF" = (/obj/item/caution,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cvG" = (/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) +"cvH" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Toxins Mixing Lab"; req_access_txt = "7;8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white,/area/science/mixing) +"cvI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/computer/telecomms/server{dir = 1; network = "tcommsat"},/turf/open/floor/plasteel,/area/tcommsat/computer) +"cvJ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"cvK" = (/obj/structure/chair/sofa/right,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) +"cvL" = (/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/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cvM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/gateway) +"cvN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cvO" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cvP" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Custodial Closet"; dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/janitor) +"cvQ" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) +"cvR" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{sortType = 23},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cvS" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/holopad,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cvT" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall,/area/medical/medbay/central) +"cvU" = (/obj/structure/closet/crate/freezer/blood,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/reagent_dispensers/virusfood{pixel_x = -32},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel/white,/area/medical/virology) +"cvV" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cvW" = (/obj/structure/chair/comfy/black,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cvX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/xenobiology) +"cvY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) +"cvZ" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/clipboard,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/stamp,/obj/machinery/door/window/southright{name = "Customs Desk"; req_access_txt = "57"},/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"cwa" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/structure/window/reinforced/spawner,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"cwb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Mech Bay"; req_access_txt = "29"},/turf/open/floor/circuit,/area/science/robotics/mechbay) +"cwc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/button/door{id = "cargoblock"; name = "Router Access Control"; pixel_x = -24; pixel_y = 24; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cwd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cwe" = (/obj/structure/closet/secure_closet/exile,/turf/open/floor/plasteel/white,/area/gateway) +"cwf" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cwg" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) +"cwh" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwi" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwj" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) +"cwk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) +"cwl" = (/obj/structure/table,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/book/manual/wiki/infections,/obj/item/folder/white,/obj/machinery/requests_console{department = "Virology"; name = "Virology RC"; pixel_x = -32},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwm" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwo" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table,/obj/machinery/microwave,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) +"cwq" = (/obj/machinery/door/airlock/engineering{name = "Hot Loop"; req_one_access_txt = "10;24"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cwr" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) +"cws" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cwt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"cwu" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cwv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/maintenance/disposal) +"cww" = (/turf/closed/wall/r_wall,/area/engine/atmos) +"cwx" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/white/full,/turf/open/floor/plasteel,/area/engine/atmos) +"cwy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cwz" = (/obj/structure/transit_tube/curved{dir = 8},/turf/open/space/basic,/area/space) +"cwA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) +"cwB" = (/turf/open/floor/plasteel,/area/engine/atmos) +"cwC" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cwD" = (/obj/structure/transit_tube/diagonal/topleft,/turf/open/space/basic,/area/space) +"cwE" = (/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) +"cwF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cwG" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/effect/landmark/event_spawn,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"cwH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/toilet/restrooms) +"cwI" = (/obj/structure/transit_tube/horizontal,/turf/open/space/basic,/area/space) +"cwJ" = (/obj/structure/lattice,/obj/structure/transit_tube/horizontal,/turf/open/space/basic,/area/space/nearstation) +"cwK" = (/obj/structure/transit_tube/crossing/horizontal,/turf/open/space/basic,/area/space) +"cwL" = (/obj/structure/transit_tube/horizontal,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) +"cwM" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/structure/transit_tube/station/reverse/flipped,/obj/structure/transit_tube_pod{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"cwN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"cwO" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cwP" = (/obj/structure/bed,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/chief_engineer,/obj/item/bedsheet/ce,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/chief"; dir = 4; name = "Chief Engineer's Office APC"; pixel_x = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) +"cwQ" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/primary) +"cwR" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) +"cwS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Warehouse"; req_access_txt = "11"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) +"cwT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) +"cwU" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) +"cwV" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cwW" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cwX" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cwY" = (/obj/effect/landmark/event_spawn,/obj/machinery/air_sensor/atmos/toxins_mixing_tank,/turf/open/floor/engine/vacuum,/area/science/mixing) +"cwZ" = (/obj/structure/table,/obj/item/storage/box/beanbag,/obj/item/gun/ballistic/revolver/doublebarrel,/obj/item/storage/hypospraykit/toxin,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) +"cxa" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 6},/turf/open/space/basic,/area/space/nearstation) +"cxb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"cxc" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"cxd" = (/obj/machinery/computer/monitor,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cxe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxf" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cxg" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cxh" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cxi" = (/obj/structure/rack,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/item/extinguisher,/obj/item/extinguisher,/obj/item/extinguisher,/obj/item/extinguisher,/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Engineering - Primary Tool Storage"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"cxj" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/reagent_dispensers/foamtank,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"cxk" = (/obj/structure/tank_dispenser,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) +"cxl" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/storage/primary) +"cxm" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) +"cxn" = (/obj/machinery/portable_atmospherics/scrubber,/obj/item/t_scanner{pixel_x = -4},/obj/item/pipe,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating{icon_state = "platingdmg2"},/area/quartermaster/warehouse) +"cxo" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/obj/machinery/camera{c_tag = "Supply - Warehouse Aft"; dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxp" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxq" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxr" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxs" = (/obj/structure/table,/obj/machinery/light{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/item/storage/toolbox/electrical,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cxt" = (/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cxu" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) +"cxv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxw" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Warehouse"; req_one_access_txt = "10;31"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cxy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/quartermaster/storage) +"cxz" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"cxA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining{name = "Mining Office"; req_access_txt = "48"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Cargo Office"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxE" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxI" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/junction{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxK" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxN" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"cxO" = (/obj/structure/table,/obj/item/storage/firstaid/regular,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxP" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"cxQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) +"cxR" = (/obj/effect/landmark/start/shaft_miner,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxT" = (/obj/structure/table,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/paper/guides/cogstation/letter_supp,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxU" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) +"cxV" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cxW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/office) +"cxX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cxY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cxZ" = (/obj/effect/turf_decal/delivery,/obj/machinery/button/door{id = "MiningConveyorBlastDoor"; name = "Mining Conveyor Access"; pixel_x = 8; pixel_y = -24; req_one_access_txt = "10;24;48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cya" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cyb" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cyc" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Mining Dock"; req_one_access_txt = "10;24;48"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cyd" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cye" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cyf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cyg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cyh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Mining Office Maintenance"; req_one_access_txt = "10;24;48"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/miningoffice) +"cyi" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cyj" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cyk" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cyl" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cym" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cyn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cyo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) +"cyp" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/workshop) +"cyq" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/power/apc{dir = 4; name = "Restrooms APC"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"cyr" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cys" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cyt" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/purple,/obj/machinery/power/apc{areastring = "/area/science/robotics/lab"; dir = 8; name = "Robotics Lab APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cyu" = (/obj/structure/closet/wardrobe/chemistry_white{anchored = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cyv" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) +"cyw" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/sign/poster/official/cleanliness{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"cyx" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cyy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Medbay Lobby"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white/side,/area/medical/medbay/lobby) +"cyz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) +"cyA" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cyB" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/official/medical_green_cross{pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyC" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cyE" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cyF" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"cyG" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"cyH" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyI" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyJ" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"cyK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cyL" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyM" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cyN" = (/obj/machinery/chem_dispenser/apothecary,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"cyO" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyQ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyR" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyS" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"cyU" = (/obj/machinery/camera{c_tag = "Aft Maintenance - Central Starboard"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) +"cyV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"cyW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cyX" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cyY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"cyZ" = (/obj/machinery/computer/arcade,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"cza" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"czb" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/paicard,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) +"czc" = (/obj/structure/chair{dir = 8},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/exit) +"czd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/aft) +"cze" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) +"czg" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/mob/living/simple_animal/hostile/retaliate/bat,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"czh" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"czi" = (/obj/structure/bed,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/landmark/start/chief_medical_officer,/obj/item/bedsheet/cmo,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"czj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) +"czk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) +"czl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/secondary/exit) +"czm" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czo" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czp" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czq" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/coffee,/obj/item/pen/blue,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czr" = (/obj/structure/table/glass,/obj/item/storage/toolbox/emergency,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czt" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"czu" = (/obj/machinery/suit_storage_unit/cmo,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"czv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"czw" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czy" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"czz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/engine,/area/gateway) +"czA" = (/obj/machinery/modular_computer/console/preset/research{dir = 8},/obj/item/reagent_containers/food/drinks/coffee,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"czB" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"czC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czD" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"czE" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"czF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) +"czG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czH" = (/obj/machinery/button/door{id = "robotics2"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"czI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czJ" = (/obj/item/beacon,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"czK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"czL" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/genetics) +"czM" = (/obj/machinery/requests_console{department = "Chemistry"; departmentType = 2; name = "Chemistry RC"; pixel_x = 30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) +"czN" = (/obj/structure/closet/crate/trashcart,/obj/structure/sign/departments/custodian{pixel_x = 32},/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) +"czO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"czP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"czQ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"czR" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/department/chapel) +"czS" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock{name = "Custodial Closet"; req_access_txt = "26"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"czT" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"czU" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/janitor) +"czV" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) +"czW" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/chair/office/light{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"czX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/rust,/area/maintenance/disposal) +"czY" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/janitor) +"czZ" = (/obj/effect/landmark/start/janitor,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/janitor) +"cAa" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/chair/sofa/right,/obj/item/reagent_containers/food/drinks/bottle/vermouth/empty,/obj/item/reagent_containers/food/snacks/grown/cannabis{pixel_x = -4; pixel_y = 2},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAb" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/chair/sofa/left,/obj/item/storage/box/hug/medical,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAc" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/medbay/central) +"cAd" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"cAe" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/janitor) +"cAf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) +"cAg" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) +"cAh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance_hatch{name = "Custodial Closet"; req_access_txt = "12;26"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) +"cAi" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAj" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAk" = (/obj/effect/turf_decal/stripes/line,/obj/item/reagent_containers/pill/floorpill,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/glass,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 1},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAl" = (/obj/effect/turf_decal/stripes/line,/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/item/camera,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cAn" = (/obj/structure/disposalpipe/junction/flip,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) +"cAo" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cAp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) +"cAq" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAr" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/maintenance/disposal) +"cAs" = (/obj/structure/mopbucket,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/janitor) +"cAt" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/window/southleft{name = "Cloning Access"; req_one_access_txt = "9;45"},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cAu" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"cAv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) +"cAw" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/soap,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/reagent_containers/spray/cleaner{pixel_x = 4; pixel_y = -1},/obj/structure/disposalpipe/segment,/obj/item/reagent_containers/spray/cleaner{pixel_x = -8; pixel_y = 4},/obj/machinery/requests_console{department = "Custodial Closet"; name = "Custodial RC"; pixel_x = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"cAx" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/landmark/start/janitor,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) +"cAy" = (/obj/item/cigbutt,/turf/open/floor/plating,/area/maintenance/disposal) +"cAz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) +"cAA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall,/area/storage/primary) +"cAB" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cAD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation Room A"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAE" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/caution,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Detective's Office"; req_access_txt = "4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cAG" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAH" = (/obj/structure/table,/obj/item/storage/box/beakers,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cAJ" = (/obj/structure/table/wood,/obj/item/storage/book/bible/booze,/obj/item/beacon{pixel_y = -8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"cAK" = (/obj/machinery/computer/med_data,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cAL" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/security{name = "Detective's Office"; req_access_txt = "4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/detectives_office) +"cAM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cAN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cAO" = (/obj/effect/landmark/start/detective,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cAP" = (/obj/structure/table/wood,/obj/item/storage/fancy/cigarettes,/obj/item/lighter{pixel_x = -4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/newscaster/security_unit{pixel_y = -30},/obj/machinery/camera{c_tag = "Detective's Office"; dir = 1},/obj/item/reagent_containers/food/drinks/bottle/hcider{pixel_x = 3; pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cAQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hor) +"cAR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"cAS" = (/obj/structure/cable{icon_state = "2-8"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) +"cAT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) +"cAU" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cAV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cAW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cAX" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cAY" = (/obj/machinery/door/airlock{name = "Catering"; req_one_access_txt = "25;28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) +"cAZ" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cBa" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) +"cBb" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/main) +"cBc" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cBe" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBg" = (/obj/structure/chair,/obj/effect/turf_decal/tile/neutral,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBh" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBi" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBj" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/start/station_engineer,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cBl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Power Monitoring"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) +"cBm" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/rnd/production/techfab/department/engineering,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) +"cBn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cBo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBp" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cBq" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBr" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"cBs" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"cBt" = (/obj/structure/closet/l3closet/scientist,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"cBu" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/sign/departments/security{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBv" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/primary/port/fore) +"cBx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cBy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) +"cBz" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/quartermaster/qm) +"cBA" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/machinery/camera{c_tag = "Aft Hall - Fore"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cBB" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/engine/workshop) +"cBC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) +"cBD" = (/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cBE" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/central) +"cBG" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cBH" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cBI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/recharger,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cBJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/power/apc{name = "Engineering Foyer APC"; pixel_y = -24},/obj/item/storage/firstaid/regular,/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cBK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBL" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cBM" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBN" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBO" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBP" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBQ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBR" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBS" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) +"cBT" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cBU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/crew_quarters/bar) +"cBV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"cBW" = (/obj/structure/sign/plaques/golden{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"cBX" = (/obj/structure/chair/stool/bar,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"cBY" = (/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet/green,/area/crew_quarters/bar) +"cBZ" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cCa" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/sign/departments/security{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cCc" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCd" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/sleeper{dir = 8},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) +"cCe" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cCf" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Central Maintenance - Fore"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/central) +"cCg" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) +"cCi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Monkey Pen"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cCl" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/medical/virology) +"cCm" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCn" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/port/fore) +"cCo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) +"cCp" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/port/fore) +"cCq" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) +"cCr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) +"cCs" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark,/area/chapel/office) +"cCt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Chapel Confessions"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/dark,/area/chapel/main) +"cCu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) +"cCv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cCw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) +"cCx" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/caution,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation Room B"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cCA" = (/obj/machinery/computer/security/wooden_tv,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) +"cCB" = (/obj/machinery/light,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) +"cCC" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) +"cCD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cCE" = (/obj/machinery/portable_atmospherics/canister/water_vapor,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction/flip,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/janitor) +"cCF" = (/obj/machinery/conveyor_switch/oneway{id = "recycler"; name = "Recycler Conveyor Control"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plating,/area/maintenance/disposal) +"cCG" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cCH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cCI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cCJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/wood,/area/library) +"cCK" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/library) +"cCL" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cCM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/junction,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bridge1"; location = "router"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) +"cCN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/hallway/primary/central) +"cCO" = (/obj/structure/table,/obj/machinery/airalarm{pixel_y = 24},/obj/item/hand_labeler,/obj/item/reagent_containers/glass/bottle/formaldehyde,/obj/item/paper/guides/jobs/medical/morgue,/obj/item/paper/guides/cogstation/cdn_med{pixel_x = -6; pixel_y = 1},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cCP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/landmark/start/depsec/engineering,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) +"cCQ" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/light,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cCR" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) +"cCS" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cCT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/aft) +"cCU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cCV" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) +"cCW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"cCX" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) +"cCY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cCZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDa" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDb" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/glasses/science,/obj/item/pen,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) +"cDc" = (/obj/structure/table,/obj/machinery/light,/obj/structure/bedsheetbin,/obj/item/clothing/glasses/hud/health,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cDd" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cDe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) +"cDf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) +"cDg" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cDh" = (/obj/machinery/computer/card/minor/cmo{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/keycard_auth{pixel_x = -24},/obj/item/paper/guides/cogstation/letter_cmo,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cDi" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/crate/solarpanel_small,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/storage/primary) +"cDj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cDk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/port/fore) +"cDl" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cDm" = (/obj/structure/plasticflaps,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cDn" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/router/air) +"cDo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/air) +"cDp" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"cDq" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"cDr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) +"cDs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark/side,/area/bridge) +"cDt" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) +"cDu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) +"cDv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"cDw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"cDx" = (/obj/machinery/light_switch{pixel_x = -4; pixel_y = 24},/obj/structure/extinguisher_cabinet{pixel_x = 6; pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) +"cDy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/hor) +"cDz" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/checkpoint/supply) +"cDA" = (/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/red{dir = 1},/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/newscaster/security_unit{pixel_x = 30},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cDB" = (/obj/item/storage/secure/safe{pixel_x = -24},/obj/machinery/light{dir = 8},/obj/structure/dresser,/obj/item/storage/lockbox/medal,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"cDC" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) +"cDD" = (/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/red{dir = 1},/obj/machinery/computer/security{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/security/checkpoint/supply"; dir = 4; name = "Cargo Security Checkpoint APC"; pixel_x = 24},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cDE" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cDF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cDG" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cDH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway) +"cDI" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/gateway) +"cDJ" = (/obj/machinery/computer/crew,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cDK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/gateway) +"cDL" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/obj/machinery/camera{c_tag = "Medbay - Apothecary"; dir = 8; network = list("ss13","medbay"); pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cDM" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/table/glass,/obj/item/book/manual/wiki/chemistry,/obj/item/book/manual/wiki/chemistry{pixel_x = 3; pixel_y = 3},/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science{pixel_x = 2; pixel_y = 4},/turf/open/floor/plasteel,/area/medical/chemistry) +"cDN" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/gateway) +"cDO" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDQ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDR" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cDS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cDT" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red{pixel_x = 3},/turf/open/floor/plasteel,/area/gateway) +"cDU" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cDV" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/command{name = "Gateway Atrium"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/gateway) +"cDW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cDX" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cDY" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) +"cDZ" = (/obj/structure/table,/obj/machinery/computer/med_data/laptop,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Medical Officer's Desk"; departmentType = 5; name = "Chief Medical Officer RC"; pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cEa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cEb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Research Director's Office"; req_access_txt = "30"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) +"cEc" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEd" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEe" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEj" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEk" = (/obj/machinery/door/firedoor,/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/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEl" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEm" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEn" = (/obj/machinery/door/firedoor,/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/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEo" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEr" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEs" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEt" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) +"cEx" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) +"cEz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEA" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) +"cEC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/science/lab) +"cED" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/lab) +"cEE" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Aft Maintenance APC"; pixel_x = -26},/turf/open/floor/plating,/area/maintenance/aft) +"cEF" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEG" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cEJ" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) +"cEL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/science/lab) +"cEM" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cEO" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cEP" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) +"cEQ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cER" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Locker Room"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cES" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cET" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Locker Room"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEV" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cEZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFd" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFe" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFg" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cFh" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFi" = (/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFj" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFk" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFl" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFm" = (/obj/structure/closet/crate/freezer/blood,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFn" = (/obj/structure/closet/l3closet,/obj/structure/disposalpipe/segment,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFo" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFq" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFs" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/paper/guides/cogstation/letter_med,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFt" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Medbay - Port"; dir = 4},/obj/machinery/power/apc{areastring = "/area/medical/medbay/central"; dir = 8; name = "Medbay APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFv" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFw" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/door/window/westright{name = "Treatment Center"; req_access_txt = "5"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFy" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFz" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/obj/item/healthanalyzer,/obj/item/clothing/neck/stethoscope,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cFA" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = 5},/obj/item/storage/box/syringes{pixel_x = -4},/obj/item/reagent_containers/dropper,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cFB" = (/obj/machinery/vending/snack/teal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFC" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/medical/medbay/central) +"cFD" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFF" = (/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFH" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Break Room"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFI" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet/blue,/area/medical/medbay/central) +"cFL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFN" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) +"cFO" = (/obj/structure/closet/crate/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFP" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/item/reagent_containers/pill/patch/styptic,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet/blue,/area/medical/medbay/central) +"cFQ" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/medical_doctor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet/blue,/area/medical/medbay/central) +"cFR" = (/obj/structure/closet/crate/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cFT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Virology Exterior Airlock"; req_access_txt = "39"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"cFU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) +"cFV" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/multitool{pixel_x = 3},/obj/item/multitool{pixel_x = 3},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = -1},/obj/item/storage/toolbox/electrical{pixel_x = -1; pixel_y = 4},/obj/item/storage/toolbox/electrical{pixel_x = -1; pixel_y = 4},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cFW" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/robotics/lab) +"cFX" = (/obj/machinery/chem_heater,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"cFY" = (/turf/open/floor/plasteel,/area/router/air) +"cFZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/button/massdriver{id = "airbridge_out"; pixel_x = -8; pixel_y = 24},/turf/open/floor/plasteel,/area/router/air) +"cGa" = (/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cGb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "MedSci Router"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGc" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/junction{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGd" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Medbay Locker Room"; dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGe" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/item/reagent_containers/blood/OMinus{pixel_x = 4; pixel_y = 3},/obj/item/reagent_containers/food/drinks/coffee{pixel_x = 6},/obj/item/storage/box/masks{pixel_x = -4},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGf" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cGg" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cGh" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/window/reinforced/spawner,/obj/machinery/mass_driver{dir = 4; id = "airbridge_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router/air) +"cGi" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGj" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGk" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGm" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGn" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/science/research{name = "Research Sector"}) +"cGp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGr" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGt" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGu" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) +"cGv" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cGy" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGz" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cGA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGC" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGD" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGE" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cGF" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/engine,/area/science/storage) +"cGG" = (/obj/machinery/power/apc{areastring = "/area/science/storage"; dir = 4; name = "Toxins Storage APC"; pixel_x = 24},/obj/structure/cable,/turf/open/floor/engine,/area/science/storage) +"cGH" = (/obj/machinery/camera{c_tag = "Toxins Lab - Storage"; dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/engine,/area/science/storage) +"cGI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/chair/office/light,/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel,/area/medical/chemistry) +"cGJ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/science/storage) +"cGK" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine,/area/science/storage) +"cGL" = (/obj/structure/table,/obj/item/extinguisher,/obj/item/storage/toolbox/mechanical,/obj/item/wrench,/obj/item/clothing/mask/gas,/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/turf/open/floor/engine,/area/science/storage) +"cGM" = (/obj/structure/tank_dispenser,/turf/open/floor/engine,/area/science/storage) +"cGN" = (/obj/structure/closet/l3closet,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGO" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cGP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/storage) +"cGQ" = (/obj/machinery/door/airlock/research{name = "Plasma Canister Storage"; req_access_txt = "7;8"},/turf/open/floor/engine,/area/science/storage) +"cGR" = (/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGT" = (/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGU" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "5;6"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cGV" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/science/storage) +"cGW" = (/obj/effect/landmark/blobstart,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/science/storage) +"cGX" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) +"cGY" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/science/circuit) +"cGZ" = (/turf/open/floor/plating/airless,/area/science/storage) +"cHa" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/camera{c_tag = "Toxins Lab - Plasma Storage"; dir = 1},/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/science/storage) +"cHb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) +"cHc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cHd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cHe" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) +"cHf" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel/white,/area/science/circuit) +"cHg" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) +"cHh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/science/circuit) +"cHi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/circuit) +"cHj" = (/obj/structure/table,/obj/item/storage/hypospraykit/toxin{pixel_x = -5},/obj/item/storage/hypospraykit/fire{pixel_x = 5},/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/explab) +"cHk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) +"cHl" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) +"cHm" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) +"cHn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) +"cHo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHq" = (/obj/structure/closet/firecloset,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHt" = (/obj/structure/disposalpipe/junction,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHu" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHv" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Research - Experimentation Hall"; dir = 8; network = list("ss13","medbay")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/engine,/area/science/explab) +"cHy" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/science/explab) +"cHz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/science/explab) +"cHA" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHB" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHC" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/science/explab"; dir = 4; name = "Experimentation Lab APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) +"cHD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/item/beacon,/turf/open/floor/engine,/area/science/explab) +"cHE" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/engine,/area/science/explab) +"cHF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/engine,/area/science/explab) +"cHG" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHH" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHI" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) +"cHJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/engine,/area/science/explab) +"cHK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cHL" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cHM" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cHN" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cHO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cHP" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cHQ" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cHR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue"; req_one_access_txt = "9;45"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cHS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) +"cHT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/rust,/area/medical/morgue) +"cHU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) +"cHV" = (/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/red{dir = 1},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cHW" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 2; icon_state = "left"; name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel,/area/medical/chemistry) +"cHX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"cHY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) +"cHZ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "Airbridge Router"},/turf/open/floor/plating,/area/router/air) +"cIa" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) +"cIb" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/storage/firstaid/radbgone,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIc" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) +"cId" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) +"cIe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) +"cIf" = (/obj/structure/closet/crate/trashcart,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) +"cIg" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIh" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cIi" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cIj" = (/obj/structure/chair,/obj/effect/landmark/start/geneticist,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIk" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIl" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIm" = (/obj/structure/chair,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIn" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) +"cIo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab Maintenance"; req_access_txt = "9"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/medical/genetics) +"cIp" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) +"cIq" = (/obj/structure/window/reinforced/spawner,/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor{dir = 1; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cIr" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28; pixel_y = -4},/obj/machinery/light_switch{pixel_x = -24; pixel_y = 10},/turf/open/floor/plasteel,/area/engine/workshop) +"cIs" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) +"cIt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cIu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cIv" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIw" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIx" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/camera{c_tag = "Aft Hall"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIA" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIB" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIC" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cID" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIE" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIF" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIG" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIH" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cII" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIJ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIK" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIL" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Engineering Sector"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIQ" = (/obj/structure/disposalpipe/junction/yjunction{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIR" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIS" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIU" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=evac"; location = "eng1"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIV" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cIZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJb" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJe" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cJf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"cJg" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) +"cJh" = (/obj/structure/table,/obj/structure/bedsheetbin/towel,/obj/machinery/camera{c_tag = "Aft Restrooms"; dir = 8; pixel_y = -22},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) +"cJi" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/office) +"cJj" = (/obj/machinery/computer/security/mining,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cJk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) +"cJl" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Engine Room - Starboard Quarter"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJm" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) +"cJn" = (/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"cJo" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) +"cJp" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"cJq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "External Construction Access"; req_one_access_txt = "10;31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cJr" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 5},/turf/open/space/basic,/area/space/nearstation) +"cJs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) +"cJt" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 8},/obj/machinery/power/apc{name = "AI Upload Foyer APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cJu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"cJv" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Engineering Router"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"cJw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJx" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 1},/turf/open/space/basic,/area/space/nearstation) +"cJy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/rnd/production/circuit_imprinter,/turf/open/floor/plasteel,/area/engine/workshop) +"cJz" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/warehouse) +"cJA" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"cJB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) +"cJC" = (/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cJD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cJE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cJF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/cable{icon_state = "0-8"},/obj/structure/table,/obj/machinery/light/small,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/engine/gravity_generator"; dir = 4; name = "Gravity Generator APC"; pixel_x = 26},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/gravity_generator) +"cJH" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) +"cJI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator) +"cJJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJN" = (/obj/machinery/light/small,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) +"cJP" = (/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/light/small,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"cJR" = (/obj/machinery/door/airlock/engineering{name = "Canister Storage"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cJS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cJT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/corner,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cJU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cJV" = (/obj/structure/plasticflaps,/obj/machinery/door/poddoor{id = "DeliveryDoor"; name = "Delivery Door"},/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cJW" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJX" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJY" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"cJZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cKa" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cKb" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cKc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Canister Storage"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) +"cKd" = (/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/sorting) +"cKe" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "Airbridge Router"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/air) +"cKf" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/air) +"cKg" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/vending/engivend,/turf/open/floor/plasteel,/area/storage/primary) +"cKh" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cKi" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/medical{name = "Apothecary"; req_access_txt = "5"},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) +"cKj" = (/obj/structure/closet/secure_closet/CMO,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/paper/guides/cogstation/letter_cmo,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cKk" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cKl" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) +"cKm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) +"cKn" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cKo" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 9},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cKp" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cKq" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cKr" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cKs" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cKt" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cKu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cKv" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cKw" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/plating/airless,/area/science/xenobiology) +"cKx" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating/airless,/area/science/xenobiology) +"cKy" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/xenobiology) +"cKz" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cKA" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cKB" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cKC" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chief_medical_officer,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cKD" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cKE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) +"cKF" = (/obj/effect/turf_decal/delivery,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cKG" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/wardrobe/yellow,/turf/open/floor/plasteel,/area/hallway/primary/central) +"cKH" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cKI" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/science/mixing) +"cKJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) +"cKK" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) +"cKL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) +"cKM" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) +"cKN" = (/obj/structure/table/reinforced,/obj/item/assembly/signaler{pixel_x = -4},/obj/item/assembly/signaler,/obj/item/assembly/signaler{pixel_y = 8},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) +"cKO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/sign/departments/restroom{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cKP" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/sign/departments/custodian{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/aft) +"cKQ" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output,/turf/open/floor/engine/vacuum,/area/engine/atmos) +"cKR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input,/turf/open/floor/engine/n2o,/area/engine/atmos) +"cKS" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output,/turf/open/floor/engine/n2o,/area/engine/atmos) +"cKT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input,/turf/open/floor/engine/plasma,/area/engine/atmos) +"cKU" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output,/turf/open/floor/engine/plasma,/area/engine/atmos) +"cKV" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input,/turf/open/floor/engine/co2,/area/engine/atmos) +"cKW" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output,/turf/open/floor/engine/co2,/area/engine/atmos) +"cKX" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cKY" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cKZ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) +"cLa" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) +"cLb" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plating,/area/engine/atmos) +"cLc" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/engine/atmos) +"cLd" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"cLe" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{dir = 8},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) +"cLf" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) +"cLg" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/extinguisher_cabinet{pixel_y = 29},/turf/open/floor/plasteel,/area/engine/atmos) +"cLh" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cLi" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/atmos) +"cLj" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) +"cLk" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "CO2 Outlet Pump"},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) +"cLl" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cLm" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cLn" = (/obj/effect/turf_decal/bot,/obj/machinery/light/small{dir = 8},/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/turf/open/floor/plasteel,/area/storage/primary) +"cLo" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/engine/atmos) +"cLp" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) +"cLq" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/engine/atmos) +"cLr" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/storage/primary) +"cLs" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cLt" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) +"cLu" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) +"cLv" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) +"cLw" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) +"cLx" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) +"cLy" = (/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) +"cLz" = (/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/turf/open/floor/plasteel,/area/storage/primary) +"cLA" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Virology - Starboard"; dir = 8; pixel_y = -22},/obj/machinery/power/apc{areastring = "/area/medical/virology"; dir = 4; name = "Virology Lab APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"cLB" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/air) +"cLC" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/camera{c_tag = "Virology - Port"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLE" = (/obj/structure/closet/crate/medical,/turf/open/floor/plasteel,/area/router/air) +"cLF" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"cLG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"cLH" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"cLI" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) +"cLJ" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/wirecutters,/turf/open/floor/plasteel,/area/router/air) +"cLK" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor{id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cLL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLN" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLO" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cLP" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/syringes,/obj/item/hand_labeler,/obj/item/radio/headset/headset_med,/obj/structure/sign/warning/biohazard{pixel_x = 32},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) +"cLQ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/obj/machinery/door/poddoor{name = "Airbridge Router"},/turf/open/floor/plating,/area/router/air) +"cLR" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "workshop_in"; name = "Router Driver"},/turf/open/floor/plating,/area/engine/workshop) +"cLS" = (/obj/machinery/light,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/medical/virology) +"cLT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/medical/virology) +"cLU" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "inc_in"},/turf/open/floor/plating/airless,/area/medical/virology) +"cLV" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cLW" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cLX" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 6},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) +"cLY" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cLZ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) +"cMa" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cMb" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cMc" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) +"cMd" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "N2 to Airmix"},/turf/open/floor/plasteel,/area/engine/atmos) +"cMe" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/tcommsat/computer) +"cMg" = (/obj/machinery/atmospherics/components/trinary/mixer/airmix{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMh" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"cMi" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/atmos) +"cMj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{dir = 1},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cMk" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/dark/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cMl" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"cMm" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"cMn" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "N2 to Pure"},/turf/open/floor/plasteel,/area/engine/atmos) +"cMo" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"cMq" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMr" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"cMs" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cMt" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cMu" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) +"cMv" = (/obj/machinery/button/door/incinerator_vent_atmos_main{pixel_x = -24; pixel_y = 8},/obj/machinery/button/door/incinerator_vent_atmos_aux{pixel_x = -40; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"cMw" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "Waste Release"},/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMx" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -30},/turf/open/floor/plasteel,/area/engine/atmos) +"cMy" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Nitrogen Outlet"},/turf/open/floor/plasteel,/area/engine/atmos) +"cMz" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/light,/obj/machinery/camera{c_tag = "Atmospherics - Starboard Aft"; dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"cMA" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/engine/atmos) +"cMB" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "O2 to Airmix"},/turf/open/floor/plasteel,/area/engine/atmos) +"cMC" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 to Pure"},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"cMD" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) +"cME" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 9},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) +"cMF" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Air to Pure"},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) +"cMG" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 5},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) +"cMH" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cMI" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos) +"cMJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) +"cMK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/computer) +"cML" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"cMM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"cMN" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"cMO" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"cMP" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/floor/plating/airless,/area/engine/atmos) +"cMQ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cMR" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"cMS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/space/basic,/area/space/nearstation) +"cMT" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"cMU" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 8; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cMV" = (/obj/machinery/conveyor{dir = 10; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) +"cMW" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/engine/workshop) +"cMX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/multitool,/obj/item/multitool,/turf/open/floor/plasteel,/area/engine/workshop) +"cMY" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/machinery/camera{c_tag = "Engineering - Workshop"; dir = 1},/obj/item/clothing/gloves/color/yellow,/obj/item/t_scanner,/obj/item/t_scanner,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/engine/workshop) +"cMZ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/engine/workshop) +"cNa" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair,/obj/effect/landmark/start/station_engineer,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) +"cNb" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) +"cNc" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/item/storage/toolbox/electrical,/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) +"cNd" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/crate/engineering,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) +"cNe" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) +"cNf" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/workshop) +"cNg" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/engine/workshop) +"cNh" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "Airbridge Router"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/air) +"cNi" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/air) +"cNj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/air) +"cNk" = (/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/router/air) +"cNl" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light,/turf/open/floor/plasteel,/area/router/air) +"cNm" = (/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cNn" = (/obj/machinery/conveyor{dir = 10; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) +"cNo" = (/turf/closed/wall/rust,/area/engine/workshop) +"cNp" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/southleft{name = "Workshop Desk"; req_access_txt = "11"},/obj/item/paper_bin,/obj/item/pen,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) +"cNq" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/southright{name = "Workshop Desk"; req_access_txt = "11"},/obj/item/folder/yellow,/turf/open/floor/plasteel,/area/engine/workshop) +"cNr" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/engine/workshop) +"cNs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall,/area/engine/workshop) +"cNt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/engine/workshop) +"cNu" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/airlock/engineering{name = "Engineering Workshop"; req_access_txt = "11"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/workshop) +"cNv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/closed/wall,/area/engine/workshop) +"cNw" = (/turf/closed/wall/r_wall,/area/router/air) +"cNx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/aft) +"cNy" = (/turf/closed/wall/r_wall,/area/quartermaster/miningdock/airless) +"cNz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/miningdock/airless) +"cNA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office) +"cNB" = (/turf/open/floor/plating,/area/quartermaster/miningdock/airless) +"cNC" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cND" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) +"cNE" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNF" = (/obj/item/shovel,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNH" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNI" = (/turf/open/floor/plating/airless,/area/router/aux) +"cNJ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/machinery/camera{c_tag = "Medbay - Starboard"; network = list("ss13","rd")},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cNK" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/plating{icon_state = "panelscorched"},/area/engine/teg_hot) +"cNL" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating{icon_state = "panelscorched"},/area/engine/teg_cold) +"cNM" = (/obj/effect/decal/cleanable/dirt,/obj/structure/rack,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNN" = (/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNO" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNP" = (/obj/effect/decal/cleanable/dirt,/obj/structure/frame/computer{dir = 8},/turf/open/floor/plating,/area/quartermaster/miningdock/airless) +"cNQ" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/router/aux) +"cNR" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNS" = (/obj/machinery/power/apc{name = "Mining Dock APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNT" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNU" = (/obj/structure/table,/obj/effect/decal/cleanable/dirt,/obj/item/stack/sheet/plasteel/fifty,/turf/open/floor/plating,/area/quartermaster/miningdock/airless) +"cNV" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cNW" = (/obj/structure/lattice/catwalk,/obj/machinery/camera{c_tag = "Supply - Mining Exterior"; dir = 4},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cNX" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cNY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Refinery"; req_access_txt = "48"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cNZ" = (/obj/machinery/door/airlock/external/glass{name = "Refinery"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) +"cOa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cOb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOc" = (/obj/structure/lattice/catwalk,/obj/machinery/camera{c_tag = "Supply - Refinery Exterior"; pixel_x = 22},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOd" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) +"cOe" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cOf" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOg" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOh" = (/obj/structure/lattice,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOi" = (/obj/machinery/conveyor_switch{id = "MiningConveyer"},/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOj" = (/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOk" = (/obj/machinery/light/small{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOl" = (/turf/closed/wall/r_wall,/area/quartermaster/miningdock/airless/no_grav) +"cOm" = (/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) +"cOn" = (/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOo" = (/obj/structure/table,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOp" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOq" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cOr" = (/obj/machinery/light/small,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOs" = (/obj/structure/closet/crate,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOt" = (/obj/structure/closet/crate,/obj/item/stack/rods/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOu" = (/obj/structure/closet/crate,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOv" = (/obj/item/storage/toolbox/emergency,/obj/structure/table,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) +"cOw" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit) +"cOx" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router/medsci"; dir = 1; name = "MedSci Router APC"; pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/router/medsci) +"cOy" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/router/medsci) +"cOz" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/router/medsci) +"cOA" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/router/medsci) +"cOB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/medsci) +"cOC" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/light_switch{pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/medsci) +"cOD" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft) +"cOE" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/router/medsci) +"cOF" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/router/medsci) +"cOG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/router/medsci) +"cOH" = (/obj/machinery/computer/cargo/request{dir = 8},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/router/medsci) +"cOI" = (/turf/closed/wall/r_wall,/area/router/medsci) +"cOJ" = (/obj/machinery/conveyor{id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) +"cOK" = (/obj/structure/table/reinforced,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/machinery/light,/obj/machinery/button/massdriver{id = "medsci_out"; pixel_x = -8; pixel_y = 8},/obj/machinery/requests_console{department = "MedSci Router"; name = "MedSci Router RC"; pixel_y = -32},/turf/open/floor/plating,/area/router/medsci) +"cOL" = (/obj/machinery/conveyor{dir = 1; id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) +"cOM" = (/turf/closed/wall/r_wall,/area/janitor/aux) +"cON" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Auxiliary Custodial Closet"; req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/janitor/aux) +"cOO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/janitor/aux) +"cOP" = (/obj/machinery/mass_driver{id = "medsci_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/medsci) +"cOQ" = (/obj/structure/reagent_dispensers/watertank,/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/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/janitor/aux"; dir = 1; name = "Auxiliary Custodial Closet APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/janitor/aux) +"cOR" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/janitor/aux) +"cOS" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/item/storage/box/lights/mixed,/obj/item/light/tube,/obj/item/radio/off,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) +"cOT" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "MedSci Router"},/turf/open/floor/plating,/area/router/medsci) +"cOU" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "MedSci Router"},/obj/machinery/conveyor{dir = 1; id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) +"cOV" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/storage/box/mousetraps,/obj/item/reagent_containers/glass/bucket,/obj/item/mop,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/janitor/aux) +"cOW" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) +"cOX" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/janitor/aux) +"cOY" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/janitor/aux) +"cOZ" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Custodial Closet - Auxiliary"; dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) +"cPa" = (/obj/structure/mopbucket,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/janitor/aux) +"cPb" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/janitor/aux) +"cPc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/virology) +"cPd" = (/obj/machinery/conveyor{id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPe" = (/obj/machinery/mass_driver{dir = 1; id = "sq_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cPf" = (/obj/machinery/conveyor/auto,/turf/open/floor/plating/airless,/area/router/aux) +"cPg" = (/obj/machinery/mass_driver{dir = 1; id = "medsci_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cPh" = (/obj/machinery/conveyor{dir = 1; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPi" = (/obj/machinery/conveyor{dir = 1; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPj" = (/obj/machinery/conveyor{dir = 9; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPk" = (/obj/machinery/conveyor{dir = 8; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPl" = (/obj/machinery/mass_driver{dir = 8; id = "viro_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cPm" = (/obj/machinery/conveyor{dir = 8; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPn" = (/obj/machinery/conveyor{dir = 10; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPo" = (/obj/machinery/conveyor{dir = 4; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPp" = (/obj/machinery/mass_driver{dir = 4; id = "viro_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) +"cPq" = (/obj/machinery/conveyor{dir = 4; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) +"cPr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hydroponics/lobby) +"cPs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) +"cPt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) +"cPu" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/break_room) +"cPv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) +"cPw" = (/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) +"cPx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cPy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/contraband/lusty_xenomorph{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/aft) +"cPz" = (/obj/structure/lattice,/obj/structure/transit_tube/curved{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cPA" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cPB" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/structure/transit_tube/crossing/horizontal,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"cPC" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/transit_tube/horizontal,/turf/open/floor/plasteel,/area/engine/atmos) +"cPD" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/atmos) +"cPE" = (/obj/structure/disposalpipe/segment,/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/space/basic,/area/space/nearstation) +"cPF" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/space/basic,/area/space/nearstation) +"cPG" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/turretid{control_area = "/area/science/server"; icon_state = "control_stun"; name = "Computer Core turret control"; pixel_x = -3; pixel_y = -23; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) +"cPH" = (/obj/machinery/conveyor_switch{id = "EngiCargoConveyer"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/quartermaster/sorting"; dir = 8; name = "Delivery Office APC"; pixel_x = -26},/turf/open/floor/plasteel,/area/quartermaster/sorting) +"cPI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Foyer"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) +"cPJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Foyer"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) +"cPK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Engineering Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) +"cPL" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Engineering Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) +"cPM" = (/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/red{dir = 1},/obj/structure/table,/obj/machinery/recharger,/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_x = 32},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) +"cPN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cPO" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/aft) +"cPP" = (/obj/effect/landmark/start/paramedic,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) +"cPQ" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/medical/genetics"; dir = 8; name = "Genetics Lab APC"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) +"cPR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cPS" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "CMO's Office"; req_access_txt = "40"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) +"cPT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) +"cPU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cPV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cPW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cPX" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) +"cPY" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/xenobiology) +"cPZ" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) +"cQb" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQc" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQd" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQe" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio2"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) +"cQg" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio1"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQh" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQi" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQj" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQk" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) +"cQl" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio1"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQm" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) +"cQp" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQq" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQr" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/machinery/button/door{id = "xenobio4"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQs" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQu" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio4"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQv" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/button/door{id = "xenobio3"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQw" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQx" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/machinery/button/door{id = "xenobio6"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQy" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio5"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQz" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQA" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQB" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQC" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/button/door{id = "xenobio5"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQD" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQE" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQF" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQG" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) +"cQH" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/door{id = "xenobio7"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQI" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/science,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) +"cQJ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) +"cQK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) +"cQL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/science/xenobiology) +"cQM" = (/obj/machinery/door/window/southright{name = "Secure Xenobiological Containment"; req_one_access_txt = "55"},/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) +"cQN" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) +"cQO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) +"cQP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/science/xenobiology) +"cQQ" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQS" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"cQT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"cQU" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) +"cQV" = (/obj/item/kirbyplants{icon_state = "plant-02"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQW" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/machinery/camera{c_tag = "Bridge - Port Quarter"; dir = 1},/obj/machinery/keycard_auth{pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQX" = (/obj/machinery/photocopier,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQY" = (/obj/structure/reagent_dispensers/water_cooler,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cQZ" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/bridge) +"cRa" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/machinery/door/poddoor{id = "MiningConveyorBlastDoor"; name = "Asteroid Mining Load Door"},/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) +"cRb" = (/obj/machinery/computer/cloning,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/item/paper/guides/jobs/medical/cloning{pixel_x = -4},/turf/open/floor/plasteel,/area/medical/medbay/central) +"cRc" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/door/airlock/research{name = "Aft Observatory"; req_access_txt = "47"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cRd" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/research{name = "Aft Observatory"; req_access_txt = "47"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) +"cRe" = (/obj/machinery/computer/upload/ai{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) +"cRf" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/flasher{id = "ID"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) +"cRg" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel/white/corner,/area/engine/atmos) +"cRh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cRi" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) +"cRj" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/dark/side{dir = 6},/area/science/robotics/lab) +"cRk" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000; pixel_y = 3; pixel_x = 4},/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000; pixel_x = -6; pixel_y = 6},/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000},/obj/machinery/button/door{id = "robotics3"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cRl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cRm" = (/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/red{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/stripes/red/full,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/sign/poster/official/cleanliness{pixel_y = -32},/obj/machinery/disposal/bin{name = "Corpse Disposal Unit"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cRn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cRo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cRp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) +"cRq" = (/obj/machinery/rnd/production/circuit_imprinter/department/science,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cRr" = (/obj/machinery/droneDispenser,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/effect/turf_decal/stripes/line{dir = 5; layer = 2.03},/turf/open/floor/plasteel,/area/science/robotics/lab) +"cRs" = (/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) +"cRt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/warehouse) +"cRu" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/mixing) +"cRv" = (/mob/living/simple_animal/opossum{desc = "Wubba lubba dub dub."; name = "Rick"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) +"cRw" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/letter_med{pixel_y = 4},/obj/item/storage/backpack/duffelbag/med/surgery,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) +"cVq" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) +"cVO" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"dpO" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"dVR" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) +"dYm" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/science/storage) +"eCy" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/plasteel,/area/engine/atmos) +"eIh" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "N2O Outlet Pump"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) +"eKM" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"eTZ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"eUF" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"fgS" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Plasma Outlet Pump"},/turf/open/floor/plasteel,/area/engine/atmos) +"fkx" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"fti" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"fui" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/turf/open/space/basic,/area/space) +"fuE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) +"fuR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_x = 30},/turf/open/floor/plasteel,/area/science/mixing) +"fIw" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) +"guK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space) +"gDY" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Fuel Pipe to Incinerator"},/obj/machinery/light,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"gGG" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"gVV" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine,/area/science/storage) +"hcR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/closed/wall/r_wall,/area/bridge) +"hiV" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) +"hlo" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) +"hlV" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) +"hDz" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"hFa" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/engine,/area/science/storage) +"hKC" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"hMZ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Pure to Port"},/turf/open/floor/plasteel,/area/engine/atmos) +"hXk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) +"ifC" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/orange/visible,/turf/open/space/basic,/area/space/nearstation) +"iAW" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"iQY" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/atmos) +"jiZ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/atmos) +"jml" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) +"jon" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"jyu" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) +"jMO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"jXo" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/atmos) +"kxw" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/open/space/basic,/area/space) +"kzb" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/closed/wall/r_wall,/area/bridge) +"kOG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Engine"},/turf/open/floor/plasteel,/area/engine/atmos) +"lcD" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Air to Port"},/turf/open/floor/plasteel,/area/engine/atmos) +"lRy" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"mkx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"mqB" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"mxW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"mBP" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel,/area/science/mixing) +"mEa" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) +"mIm" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{light_color = "#cee5d2"},/turf/open/floor/engine,/area/science/storage) +"mIT" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) +"mKP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) +"mNN" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"ntC" = (/obj/machinery/atmospherics/components/binary/pump{name = "Port to Fuel Pipe"},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"nvn" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) +"nAF" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Port"},/turf/open/floor/plasteel,/area/engine/atmos) +"nBM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"nEX" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) +"nLV" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"ony" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) +"opd" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) +"oMB" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/atmos) +"pgu" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) +"prx" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"qeq" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/space/basic,/area/space/nearstation) +"qgO" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/atmos) +"qlJ" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) +"qvB" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"qHL" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plating,/area/engine/atmos) +"qWY" = (/obj/machinery/atmospherics/components/binary/pump/on{name = "Waste In"},/turf/open/floor/plasteel,/area/engine/atmos) +"rdF" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) +"rTW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 6},/turf/open/space/basic,/area/space/nearstation) +"rUl" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) +"sdp" = (/obj/structure/reagent_dispensers/foamtank,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"sHB" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"sRD" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) +"sVC" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) +"tjb" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/meter,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) +"tpQ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/open/space/basic,/area/space/nearstation) +"tuF" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/closed/wall/r_wall,/area/engine/atmos) +"tyI" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) +"tXV" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/turf/open/floor/plasteel,/area/engine/atmos) +"tZj" = (/obj/structure/tank_dispenser{pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) +"tZC" = (/obj/machinery/atmospherics/pipe/manifold4w/orange/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) +"urj" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) +"uwK" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) +"uAY" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/engine/atmos) +"uVD" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) +"vcb" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) +"vsO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/atmos) +"vxU" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/extinguisher_cabinet{pixel_x = 27},/turf/open/floor/plasteel,/area/engine/atmos) +"wbu" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/closed/wall/r_wall,/area/engine/atmos) +"wPS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) +"wWH" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/turf/open/floor/plasteel,/area/engine/atmos) +"xcO" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Mix Outlet Pump"},/turf/open/floor/plasteel,/area/engine/atmos) +"xjk" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"xkC" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) +"xoj" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/plasteel,/area/engine/atmos) +"xxP" = (/turf/closed/wall,/area/quartermaster/storage) +"xCy" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) +"xKr" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/atmos) (1,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(2,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(3,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(4,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(5,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(6,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(7,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(8,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(9,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(10,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(11,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(12,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(13,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(14,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(15,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(16,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(17,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(18,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(19,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(20,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(21,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(22,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(23,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaw -aaf -aaw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(24,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bnj -aaw -bHZ -aaw -bnj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(25,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaw -aaw -acp -bJM -acp -aaw -aaw -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(26,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaf -aaf -acp -bef -crG -crK -acp -aaf -aaf -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(27,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaw -bgD -acp -beh -bKH -crL -acp -bLB -aaw -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(28,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaf -aaf -acp -bFr -crH -crM -acp -aaf -aaf -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(29,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaw -aaw -acp -acp -acp -aaw -aaw -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(30,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bnj -aaw -crG -aaw -bnj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(31,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaw -crH -aaw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(32,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(33,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(34,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(35,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(36,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(37,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(38,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(39,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(40,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(41,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(42,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(43,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -crB -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(44,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aye -aEf -akI -akI -akI -akI -akI -akI -akI -akI -akI -akI -akI -akI -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -crE -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(45,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aye -aaU -akI -adp -ajt -chi -arW -aHo -buV -bxu -akI -bxB -bxQ -bxZ -byb -byi -byn -byp -byB -byG -byL -byB -clI -byn -clP -byi -aaa -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(46,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aye -aaa -akI -adZ -chh -cMf -axF -aIM -mKP -crz -cMf -bxE -bxW -bya -byb -byk -byn -byq -byn -byH -clD -byn -clJ -byn -clQ -byi -aaU -aye -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(47,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aye -aaa -akI -ajZ -anx -akJ -aAI -aMx -cnn -bxx -bxD -bxI -bxJ -byb -byb -byb -byn -byx -byn -byn -byn -byn -clK -byn -clR -byi -aaa -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(48,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aye -aaa -akI -ahh -aCf -akI -aAJ -cMp -aYa -bxm -akI -aNC -bxv -byf -byj -byl -byn -byn -byn -byI -clE -byn -byn -byn -crD -byi -aaa -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(49,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aye -aaU -akI -ajn -aLH -akI -aAK -aRC -bxn -akI -bxA -hiV -cvI -byb -byb -byb -byn -byy -byn -byn -byn -byn -clL -byn -clS -byi -aaa -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(50,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aye -cep -akI -akI -akI -akI -aGa -cMK -bxo -akI -akI -bbk -bxX -byg -byb -bym -byn -byz -byn -byJ -clF -byn -clM -byn -clT -byi -aaU -aye -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(51,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aEa -aXm -aXs -bxC -akI -bxK -bxY -byh -byb -byi -byn -byA -byC -byK -clG -byC -clN -byn -clU -byi -aaa -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(52,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aEa -cMK -bxt -akI -akI -akI -akI -akI -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -byi -crF -aye -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(53,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aEa -aHE -bab -aaa -aaa -aaU -aaa -aaa -aaa -crC -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(54,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aEb -aPT -aaU -aaU -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aye -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(55,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(56,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -agL -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(57,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aee -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(58,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abh -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cpC -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(59,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaL -abi -aaa -aaa -aaK -aaL -abi -aaa -aaa -aaK -aaL -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(60,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -cpC -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(61,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(62,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEb -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(63,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(64,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -bxT -bxT -bFl -bxT -bFl -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bAb -cKw -cli -bxT -bxT -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(65,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxT -bFj -bHS -bSj -bJr -bFj -bxT -bKE -caV -bKM -bxT -bKE -clf -bKM -bxT -bKE -ctL -bKM -bxT -ctQ -cKx -clj -clk -clj -clm -cln -cln -cln -clp -clq -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(66,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxT -bFk -bHS -bIE -bJr -bFk -bxT -bKF -bLd -bKM -bxT -bKF -bLd -bKM -bxT -bKF -bKM -bKM -bxT -bxT -cKy -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -clr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(67,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxT -bFl -bFl -bZz -bFl -bFl -bxT -bKF -bKM -bKM -bxT -bKF -bKM -bKM -bxT -bKF -bKM -bKM -bxT -bOs -cKz -bOG -bOP -bxT -bOW -bOZ -bPc -bPe -bxT -cls -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(68,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaK -aaM -abi -aaa -aaa -aaU -aEa -aPT -aaU -aaU -aaa -aaU -aPV -bik -bik -bik -bik -bik -bik -cQT -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bbv -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxT -bFm -bHT -bFt -bJs -bJV -bxT -cQa -cQg -cQk -bxT -cQa -cQs -cQk -bxT -cQa -cQy -cQk -bxT -cvz -cKA -bOH -cQJ -bxT -bKM -bKM -bKM -bKM -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(69,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aee -aaU -aaU -aaU -aaU -aee -aaU -aaU -aaU -aaU -aee -aaU -aaU -aaU -aaU -aEa -aPT -aaU -aaU -aPV -bik -cQS -aIA -aJe -aLE -aLy -aMQ -aNF -cQU -bik -cQT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bxT -cnb -bHU -bOF -bJt -bJW -bxT -cbo -bLf -cQl -bxT -cbo -bLf -cQv -bxT -cbo -bLf -cQC -bxT -ctT -cKB -bOI -cQK -bOT -bKM -bKM -bKM -bPf -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(70,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abh -abh -abh -abh -abh -abh -aiq -aaL -ajc -abh -abh -abh -abh -abh -abh -aEb -aPT -aaU -aaU -aPW -aHD -aIg -aHF -aJn -aHF -aHF -aJn -aHF -aPp -cQV -cQS -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaU -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -bxT -bFo -bHV -bYz -cPU -cPW -cPY -cQb -cQh -cQm -cQh -cQh -cQh -cQh -cQw -cQh -cQz -cQD -cjP -ctR -cQF -cQH -cQL -bKM -bKM -bKM -bKM -bPg -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(71,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abx -aoH -abx -aaU -aaU -aaU -aaU -aaU -aaU -aEa -aPT -aaU -aPU -aTH -bRD -aHF -aHF -aIE -aIE -aIE -aIE -csD -aHF -cQW -aGq -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaU -aaa -bcy -cnU -cnU -cnU -bZW -aaa -aaU -aaU -cbb -cbb -cbb -cbb -cbb -cbb -aaa -aaa -aaa -aaU -aaa -aaa -bxT -cdD -bHW -bIG -cPV -cPX -cPZ -cQc -cQi -cQn -cQi -cQp -cQt -cQi -cQi -cQp -cQA -cQE -cbF -cnl -cla -bOK -cQM -bKM -bKM -bPa -bKM -cun -bxT -cls -aaU -aaU -aaU -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(72,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aju -aoP -aqM -aaU -aaU -aaa -aaa -aaa -aGq -aDn -aLK -aGq -aGq -aKH -cQQ -aHF -aIE -aJu -aKA -bhB -aMX -aIE -aHF -cQX -aQW -bkC -bkC -aQW -bkC -aQW -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -bcw -aUZ -bcw -aaa -bcy -bdc -byc -bdc -bcy -aaU -aaU -aaa -cbb -cbg -chT -cpD -cGH -cbb -aaa -aaa -aaa -aaU -aaa -bAb -bxT -bFq -bHY -bIH -cGA -bJX -bKq -cQd -bLi -bLi -bLF -cQq -bMi -bLi -bLi -cQq -bLi -bLi -cvV -ckS -cQG -cQI -cQN -bKM -bKM -bKM -bKM -bPi -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(73,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abx -aqw -aoW -aqw -aqw -aaU -aaa -aaa -aaa -aGq -aEe -aUz -bDP -aGq -aGL -cQQ -aHF -aIH -aJz -aKE -aLI -aMX -aIE -aHF -cQY -aQW -bmj -bBt -cDB -bLh -aQW -aQW -bkC -bVN -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -bcw -bde -bcw -bYg -bcy -bfp -cwY -bOD -bcy -aaU -aaU -aaa -cbb -hFa -csR -csR -csR -cbb -aaU -aaU -aaU -aaU -aaU -bAf -bxT -crN -crO -bII -cGB -bFw -bxT -cQe -bLj -ckN -bxT -cQr -bLj -ckN -bxT -cQx -bLj -ckN -bxT -bOy -cla -bOM -cQO -bOU -bKM -bKM -bKM -bPj -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(74,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abx -akg -apS -arr -abx -aaU -aaa -aaa -aaa -aGq -aXj -aZq -bDQ -hcR -aGM -cQQ -aHF -aII -abO -aKG -aRe -aXS -bbb -aHF -cQQ -aQW -baP -bCd -cjQ -bLk -aVP -cpt -bOR -bXI -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bcw -bee -bcw -crI -bcy -bfo -blG -bfo -bcy -aaa -aaU -aaU -cbb -csR -csR -cGJ -dYm -cbb -cGZ -cGZ -cbb -bxT -bxT -bAg -bBJ -bFs -bIa -bIJ -cGC -bXO -bxT -cQf -cQj -cQo -bxT -cQf -cQu -cQo -bxT -cQf -cQB -cQo -bxT -ctU -ckX -bON -cQP -bxT -bKM -bKM -bKM -bKM -bxT -cls -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(75,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aiN -akj -anV -asl -abx -aaU -aaU -aaU -aaU -aGq -aFE -bdz -bDR -aKF -aLm -cQR -aMi -aQh -aQN -aRa -aRl -aXT -bbc -bbD -cQZ -cDt -cDw -bEq -cps -bMh -bRb -bOQ -bOS -cbi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bcy -bdf -mBP -crJ -blT -bqJ -bBN -bKI -bOr -aaa -aaU -aaa -cbb -cbn -csR -gVV -cGK -cbb -cbb -cbb -cbb -bJZ -cby -bMx -bxT -bFt -bIb -csY -cGD -bZD -bxT -bKM -bKM -bKF -bxT -bKM -bKM -bKF -bxT -bKM -bKM -bKF -bxT -bOA -clb -bOG -bOP -bxT -bOX -bPb -bPd -bPk -bxT -cls -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(76,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aiN -akz -aDO -asH -awm -axc -awm -ayJ -aqw -aGq -aJL -aUR -bEc -kzb -aGW -aHI -aIL -aKv -aGn -aKK -aLQ -aGn -bbd -bbG -bit -cDu -cDx -bFy -cDC -bOJ -aVR -bBj -bRc -bXI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bcy -bdt -ctj -bUF -bOv -bfo -blI -bfo -bWS -bcw -bcw -bcw -bcy -cbu -csR -cGF -cGL -cGP -cGV -cHa -cbb -bxV -cOq -cGv -cGw -cGy -cGy -cGy -cGE -bKb -bxT -bKM -bKM -bKF -bxT -bKM -bLd -bKF -bxT -bKM -cnD -bKF -bxT -cue -cvX -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -clr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(77,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aiN -akB -aDT -atv -awo -atv -axp -atv -azy -aGq -aJM -urj -cbX -aGq -aGX -aHM -aHM -aIP -aJB -aHM -aHM -aNg -aSW -aHM -biF -aQW -buM -bAX -bEN -bOL -aQW -aQW -buO -cbp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bcy -bec -bek -blH -bnm -bwN -bJY -bLE -bOE -bJY -cKI -cbP -bcy -cbC -cnO -csR -csR -cGQ -cGW -mIm -cbb -bKa -cGq -bMy -bxT -bzy -bzy -bIK -bJx -bKc -bxT -cta -caZ -bLy -bxT -bKM -cmQ -bLy -bxT -bKM -ctM -bLy -bxT -ctS -cud -clj -cll -clj -clm -clo -clo -clo -clp -clt -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(78,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -bfq -aaa -aaa -aaU -aiN -alu -aDT -aGy -awu -auL -awu -auL -aAc -aGq -aJX -bdE -cen -aGq -cvK -aHM -cnp -aIQ -aJG -aKL -bPt -aNi -aSW -aHM -bju -aQW -buO -buO -aQW -buO -aQW -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bcy -bed -boJ -fuR -bzX -bAl -boL -bAG -cnT -boQ -cKJ -bAP -bcy -chR -cnV -cGG -cGM -cGP -cGV -cGV -cbb -bxT -cGr -bxT -bxT -bFl -bFl -bFl -bFl -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -bxT -cvG -cvY -bxT -bxT -bxT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(79,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -agW -ahf -ain -aaa -ain -alt -agW -aaa -aqw -abx -aCd -aDV -aEp -aEs -aIo -aEs -aNZ -atv -aGq -aGq -bdJ -ceo -aGq -aKY -aHM -aHM -aHM -aHM -aHM -aHM -aHM -aSW -aHM -bjJ -aGq -aaU -aaa -aaU -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -bcy -bcy -bcy -bcy -bcy -bgC -bdf -boR -bDL -boQ -cKJ -bAP -bcy -bWl -bZW -bcy -cbb -cbb -cbb -cbb -cbb -bRh -bTO -bVv -bTR -aaU -aaU -aaU -aaU -cav -cav -cav -cav -cav -cav -cav -aaU -aaU -aaa -aaa -aaa -aaU -cbB -ctY -cvA -cbB -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(80,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -agW -ahk -ain -aaU -ain -ahk -agW -aaU -abx -aiO -amq -avW -awd -awK -axf -awK -aOK -aAi -ceC -aAR -aEm -aGz -aGs -aOp -aOZ -aPu -aOZ -aOZ -aOZ -aSa -aSa -bbe -bnG -bkA -aGq -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bQe -aaU -aaU -aaU -bcw -bdf -bdf -bpM -bFp -bvj -cKK -bAU -bRi -bSl -bRi -bcy -aEF -bko -bko -bko -bTr -aVF -cGt -aVF -bTR -cav -cav -cav -cav -cav -cav -cbe -cbl -cbq -cav -cav -cav -aaU -aaa -aaa -aaa -aaU -cbB -cKr -cub -cbB -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(81,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -agW -ahl -ain -ain -ain -alv -agW -agW -agW -aiP -anV -auL -awr -awM -asL -axu -aOL -asL -asL -asL -aFj -aFj -aFj -bmc -aHP -aHP -aIT -aJK -aKP -aSi -aYh -csr -aNR -blf -aNR -buR -bKp -bKJ -aaa -bdg -bdg -bdg -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -bdg -bdg -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aye -aaU -aaU -aaU -bcw -cnL -bdf -bpR -bJw -bLc -cKL -bAV -bRj -bZf -bZY -bcy -aSj -bko -csT -bko -bTs -aVF -cGs -aVF -cav -cav -cHj -cqS -cav -cav -ccL -caX -caX -caX -ctb -cav -cav -cav -aaa -aaa -aaa -aaU -cbB -cKr -cuf -cbB -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(82,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -agW -aho -ais -akl -akO -aho -alW -amX -agW -aiO -aob -bUA -awk -ajU -asL -axv -aOW -aAn -aAS -aCc -aFj -aFX -aGt -bnW -cjW -aFj -aFj -aGq -bdQ -aSB -aGq -aNR -aNR -bly -bjF -byd -aUB -bKK -aaa -bdg -beN -bgx -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -bEC -bgx -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -chC -abp -abp -abp -bcy -biK -bdf -bpR -bJT -bLl -cKM -bQX -bvy -bZg -caa -bcy -aTE -aTE -aTE -aTE -bTG -aVF -cGs -aVF -caw -caA -cHk -caP -caT -caX -caX -caX -cbh -caX -caX -cbx -cav -cav -aaa -aaa -aaa -aaU -cbB -cKr -cub -cbB -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -cpC -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(83,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahg -ahg -ahg -ahg -ahg -ahp -aiE -akq -akT -aAd -atq -atH -anU -anU -asL -asL -azi -asL -anU -axz -aPj -ayM -cCP -aCg -aFm -aGK -cCW -brG -aGu -aMh -aFm -aOr -aKS -aSW -cDs -aNR -biq -blA -bqh -buG -bIW -bKK -aaa -bdg -beR -beJ -bdg -bdg -bdg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bdg -beJ -beR -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -brs -brs -brs -brs -bcw -biT -bdf -bpR -bwD -bLx -cKN -bWt -bvy -bZj -cac -bcy -aTX -aVF -aVF -aVF -aVF -aVF -cHg -bTP -caw -caB -cHl -caP -caT -caY -caX -caX -caX -caX -caX -ctI -cav -cav -aaa -aaa -aaa -aaU -cbB -cKr -cub -cbB -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(84,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahg -akp -alw -afH -ahg -ahq -aiG -akr -alj -ari -amg -amX -anU -aCr -aKd -aLJ -azj -aph -asL -axA -aPk -aMp -aOn -aCi -aFj -aGb -cCX -bGn -aHW -baK -aFj -aSs -bWe -cPs -bdS -aNR -aPt -aYR -csE -bvJ -aUF -bKK -aaa -bdg -beJ -beJ -aXk -bjg -aXl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -baZ -bjg -bhS -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -cnI -cnJ -bgW -bgW -bgW -bgW -bnk -bqI -bHF -bDM -bOu -bWu -bRk -bZB -cad -bcy -aVF -cGR -cGX -cHb -cHc -cHe -cHh -bTQ -caw -caC -cHk -caP -caT -coG -caX -cHx -cHD -cHJ -caX -cbz -cav -cav -aaa -aaa -aaa -aaU -cbB -cKs -cug -cbB -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(85,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -ahg -aks -akY -alF -ahg -aps -agW -agW -agW -asF -ain -ain -anU -aEw -asX -aNj -aNJ -aph -asL -axB -aPn -aAv -aOO -aCl -aFj -aZT -aGv -bLp -bEV -aIr -aFj -aOs -aIP -aTf -aYy -bbf -bsf -bnI -aRo -bAn -bKG -bLe -aaa -bdg -beJ -beJ -bdg -bdg -bdg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bdg -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -bgW -bin -bjs -bgW -bgW -bmb -bgW -bgW -bOv -bWS -bcy -cvH -bcy -bcy -bSJ -cGS -cGY -buC -cHd -cHf -cHi -buC -cax -bWd -cHm -cbv -caU -cba -cnC -cHy -cHE -cbt -cpe -cav -cav -cav -aaa -aaa -aaU -cbB -cbE -cKt -cuh -cbE -cbB -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(86,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anU -anU -acc -anU -ahg -akt -atI -amm -ame -akL -akD -amh -aBA -arq -awJ -awJ -anU -aHb -asY -aNG -aNV -aBb -anU -abS -aPv -abS -aPD -abS -aFj -aFj -aLa -cjR -aFj -aFj -aFj -aGn -bfA -aTu -aGn -aNR -aNR -aNR -aRw -bCe -aNR -aNR -aaa -bdg -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -coQ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bgW -cfg -bjt -bep -bVe -bVp -csf -bgW -jyu -bXg -bXS -bYb -cae -bcy -bfr -cGT -bJz -bTo -cag -cbc -caI -bTo -cax -caE -cHn -csk -cav -cav -cav -cHz -cHF -caX -cav -cav -cav -aaU -aaU -aaU -cbB -cbB -cnj -cKu -cui -clh -cbB -cbB -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(87,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anU -aaN -aaS -auE -ahy -aku -aly -aoq -aoR -aoV -aoY -apu -aeD -arT -aaS -aNM -anU -aHN -atj -ayf -azn -aBe -bzx -axC -aPY -aAz -aOh -aCG -bpX -aGo -aAz -cjS -anU -aMY -aNK -aNL -aPo -aTD -aNL -aNK -aVj -aNR -bao -bDk -aNR -aaU -aaa -bdg -beJ -bbI -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -cmd -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bgX -bAw -biA -biA -biA -bmd -csI -bgW -bOw -bcy -bRm -bYj -bRq -bcy -big -cce -bJA -bTq -big -big -bTN -big -cax -cpg -cHo -cbw -bXd -cav -cav -cHA -cHG -cav -cav -cbE -cbE -cbE -cbE -cbE -cbE -cle -csW -cKv -cuj -cuq -cus -cbE -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(88,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aah -aaz -byX -byX -byX -byX -byX -aaz -acO -anU -aeb -apc -auI -ahy -aky -amI -aod -amB -ajy -akF -awG -axW -asj -awR -axo -anU -aIl -anU -anU -anU -aBf -anU -aTp -aQb -aaS -aQl -agu -aSk -aUg -blY -cjT -aLk -aNd -aNL -aNL -aPq -aUC -aNL -aNL -aVj -aNR -aNR -bEm -aNR -aaU -aaa -bdg -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bgX -biB -biA -cDS -cDU -cDW -cDY -bgW -bOx -bcy -bcw -bYs -bcw -bcy -bYr -cgV -cGi -cGl -cGo -cGp -cGu -cGp -cGx -cGz -cHp -cHr -cGz -cHu -cHw -cHB -cHH -cHK -cHM -ckP -ckT -ckT -ckT -ckV -cRc -clg -ctc -cua -cvW -cur -clh -cbB -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(89,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aan -aaA -aaA -aaA -aaA -aaA -aaA -aaA -ada -anU -anU -apQ -auK -ahg -akA -amQ -ama -ahg -abS -abS -awZ -aEy -ayS -abS -abS -anU -aIV -anU -ayj -anU -aBj -anU -axN -aQb -aaS -bpo -aAX -aED -aVw -aBF -aKx -aLL -aNf -aNN -aNL -aPq -aUC -aNL -aNL -aVl -aYT -baz -bFH -aYT -aaU -aaa -bdg -beJ -beJ -bdg -bdg -bdg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bdg -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bGI -bGI -bGI -bGI -aaa -aaa -aaa -aaa -aaa -aaU -bgX -csF -csN -biA -biA -csL -cDj -cDy -bPl -bXx -bXT -bYu -bYA -bYA -bZG -cmV -cGj -cGm -bYv -bYv -cio -cct -cct -bOO -cHq -cHs -cHt -cHv -caG -cHC -cHI -cHL -cHN -ckQ -ckQ -ckU -ckQ -ckW -cRd -csX -ctP -cuk -cul -cur -clh -cbB -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(90,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaU -aaU -aas -aaA -aaC -abn -abq -abG -ack -aaA -adb -anU -aaR -aqa -awY -adO -acN -amZ -acN -aqY -ajz -alM -axK -axX -azk -acN -acN -azl -aJw -anU -anU -anU -aLw -abS -axT -aQb -aaS -aAY -avj -aSN -aVI -aBF -aKy -anU -aNk -aNL -aNL -aPq -aUC -aNL -aTO -aTP -aYT -baA -bFI -aYT -aYT -bdg -bdg -beJ -beJ -aXk -bjg -aXl -cut -aaa -aaa -aaa -aaa -aaa -aaa -baZ -bjg -bhS -beJ -beJ -bGI -bXP -aaa -aaa -aaa -aaa -aaa -ceE -bjg -ceF -beJ -beJ -bGI -aaa -aaa -aaa -aaa -aaa -aaU -bgW -biG -cve -bky -biA -biA -cDj -cDy -bWT -bXh -bYa -bYw -bYL -bZE -bZE -csP -cGk -cGn -cct -bYo -ckk -bYF -cct -bFu -bKe -bsM -bsM -bsM -cuY -bIk -bIk -cbB -cbB -cbB -cbB -cbB -cbB -cbB -cbE -ctW -cbD -ctZ -ctZ -cld -cus -cbE -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(91,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -ckl -aaa -aaa -aaa -aaa -aaa -aas -aaA -adB -aaF -aaJ -abm -acd -acl -acD -aaG -aeh -aqf -auS -agu -ajx -ana -agu -agu -agu -agu -aqf -asV -aCt -agE -atU -aAV -auV -aGP -bls -aKO -aLx -ayR -ayC -aQE -aMZ -aAZ -aCL -abS -aVO -aKh -anU -anU -abS -abS -aNL -aPz -aUG -aNL -aNL -aVu -aYT -baC -cPt -bcs -aYT -bdj -beF -beJ -beJ -bdg -bdg -bdg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bdg -beJ -beJ -bGI -bXV -aaa -aaa -aaa -aaa -aaa -bdg -bdg -bGI -beJ -cis -bGI -aaa -aaa -aaa -aaa -aaU -aaU -bgW -biI -cqB -czA -cBt -csx -cDv -bgW -bWU -bXl -bXy -bWa -bYc -bXU -bXU -bWa -bJF -bKv -bYv -bYp -bYx -cPw -caz -bsU -bRV -bQQ -ccd -csV -cvt -bZT -bIk -aaU -aaU -aaU -aaU -aaU -aaU -aaU -cbB -cbB -ctN -clh -clh -ctN -cbB -cbB -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(92,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aas -aaA -aaH -aic -aaF -aaF -acu -aaA -acU -adK -aeL -asO -auT -ahE -akQ -ahE -ahE -ahE -ahE -ahE -aqz -atV -aCW -aEC -aEL -aBa -aGG -aHH -aIs -aJy -aKt -aKC -aLn -aQH -aMq -aQm -aSh -aTR -aWS -bpS -anU -aLW -aaS -abS -aLZ -aPB -aUV -aYB -bbg -bcH -bnZ -bqi -bIl -bcJ -bOY -bdr -beJ -beJ -beJ -bdg -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bdg -beJ -ceI -bGI -bXV -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bGI -beJ -bbI -bGI -aaU -aaU -aaU -aaU -aaU -aUk -bgW -bgW -csl -cAQ -bgW -bgW -cEb -bgW -bWV -bXh -bXA -bXU -bpz -aaa -aaU -bXU -bKs -bKv -bYv -bYq -cPv -bYH -bYv -bFx -bSd -bTh -bto -bTh -cvQ -crW -ceb -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cbB -cbE -cbB -cbB -cbE -cbB -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(93,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aas -aaA -abl -aaF -aaQ -abA -abA -acC -acZ -adW -asV -aeM -adA -aed -afl -afl -afl -aiK -ajA -ajA -aew -avg -aew -axi -atW -aCE -aCH -anU -anU -anU -aPX -abS -ayI -aQM -aSx -aTF -aUv -aVz -aWe -aTF -aWC -aXi -aXO -aYS -aZM -bbp -bcN -aYJ -aNL -aVJ -aYW -baF -bIr -bcx -cvZ -bdr -beJ -beT -bbI -bdg -aaU -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaU -bdg -cmd -beT -bGI -bXV -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bGI -beJ -beJ -bGI -aaU -aaU -aaU -aaU -aaU -aTV -aUo -aVW -cDH -bbS -aUk -bVL -cEc -bXr -bWW -bXh -bXB -bXU -bpz -aaa -aaU -bXU -aJV -brz -bYv -bTg -bYy -crf -bYv -bIe -bSe -bto -csZ -bto -cEP -cRq -ceb -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(94,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -cpB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aas -aaA -abk -abo -abw -abP -acy -aaA -adb -anU -aeQ -aeM -ani -aew -aeJ -aeJ -aeJ -aew -aeJ -aeJ -aeJ -avF -aeJ -aeJ -aeJ -aew -aDW -aew -aIn -aew -aFG -aew -aew -ayT -aRO -aBI -aDs -bfw -aYo -aKo -anU -aaS -aMP -abS -aOv -aPH -bcQ -aUC -aNL -aVJ -aYX -baD -bIV -bKg -cwa -bdr -beJ -bfd -beJ -bdg -aaU -aaa -aWZ -aWZ -aWZ -aWZ -aWZ -aWZ -aWZ -aaa -aaU -bdg -beJ -bfd -bdg -bXV -aaa -aaa -ceD -aaa -aaa -aaa -aaU -bdg -beJ -coR -bdg -aaa -aaa -aaa -aaa -aaU -aUi -aUp -aWm -cDH -bcB -aTV -bVM -cEd -bWs -bWs -bXh -bXJ -bXU -bpz -aaa -aaU -bXU -bKs -bLG -bYv -bYv -cwb -bYv -bua -bJE -bSd -bTh -cqz -bTh -cRi -cum -ceb -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cpB -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(95,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aan -aaA -aaA -aaA -aaA -aaA -aaA -aaA -ada -anU -aeQ -aeM -adD -aew -afn -agI -aid -aew -ajG -alU -aew -awH -aew -axj -ayQ -aew -aDY -aew -aew -aew -aQf -aSX -aew -ayU -aSQ -aAB -aDt -asL -aYr -asL -anU -abS -abS -abS -aNL -aPq -bdx -aYO -aNL -aVL -aYT -baG -bbM -bcz -aYT -bdy -beM -bfd -beJ -bdg -aaU -aaU -aWZ -aXC -aYg -aYz -aZf -aZr -aWZ -aaU -aaU -bdg -beJ -bfd -bdg -bXV -aaa -bdg -buB -bdg -aaa -aaa -aaU -bdg -beJ -beJ -bdg -aaa -aaa -aaa -aaa -aaU -aUi -aUu -cnu -cDI -cDT -aTV -bQZ -cEd -csO -cEu -bXh -bXK -bWa -bYc -bXU -bXU -bWa -bKt -bLU -bRM -bRO -bRR -cyt -bDT -bKd -bTi -caO -ckb -cuZ -cRj -cFV -ceb -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(96,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aay -aaz -bPo -bPo -bPo -bPo -bPo -aaz -aeg -anU -aeV -aeM -adE -aew -afG -agP -agP -aiL -ajT -anu -ask -ayF -aCX -aEE -aEE -aES -aGT -aHT -aJt -aJN -aQg -akv -aew -ayU -aSQ -aTg -aDu -asL -aYq -aXu -aZU -aZV -beb -aNO -aNL -aPq -bex -aNL -aTO -bhh -aYT -aYT -bbP -aYT -aYT -bdg -bdg -bJy -caW -bdg -aaU -aaa -aWZ -aXD -aYk -aYk -aYk -aZs -aWZ -aaa -aaU -bdg -caW -bJy -bdg -bXV -aaU -bdg -bjg -bdg -aaU -aaU -aaU -bdg -beJ -beJ -bdg -aaa -aaa -aaa -aaa -aaU -aUi -aUu -aWm -cDH -bOt -aTV -bIg -cEe -cEs -cEv -cEx -cEA -cEJ -cEM -cEJ -cEJ -cEJ -bKu -bQv -bRN -cEs -bRS -cEN -cEO -bIc -bRX -cRn -cvS -cmR -cRp -cRk -ceb -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(97,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anU -agv -aeN -abS -aew -afJ -agP -agP -ajB -akv -anw -aym -azN -aDe -aDe -aDe -aET -aHg -aHS -aLf -aJO -aQi -alU -aew -ayW -aSQ -aAB -aDB -asL -aYq -aXu -aZV -aZV -beb -aNS -aOw -aPq -bcQ -aNL -aTY -aWk -aXR -azd -aTS -aRW -bcR -bdN -beJ -bfd -beJ -bdg -bdg -aaU -aWZ -aXE -aYk -aYA -aYk -beg -aWZ -aaU -bdg -bdg -beJ -bfd -bGI -bYd -bGI -bGI -bzb -bGI -bdg -bdg -bdg -bGI -beJ -bbK -bGI -aaU -aaU -aaU -aaU -aaU -aTV -aVh -biP -cDH -bcC -aTV -bIn -bIN -bIO -bIQ -bIR -bIQ -bIQ -bIR -bIQ -bIS -bIQ -bIQ -bQP -cfZ -bWX -bWX -ckf -btn -bIh -bRY -bTD -czH -bKf -cRl -cRr -bIk -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(98,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -akE -akE -ans -apg -aqE -aew -afY -agP -agP -aiL -akv -anw -akv -akv -akv -akv -aAh -aew -aEW -alU -akv -aKa -aKw -alU -aew -azc -aSQ -aAB -aDL -asL -aYq -aXu -aZW -aZV -beb -beb -beb -aPM -bcQ -aNL -aNL -aWl -aXR -aRI -aTS -aRW -bcR -bcR -cmd -bfd -bgz -bgx -bdg -bdg -aWZ -aZf -aYk -aYk -aYk -aYg -aWZ -bdg -bdg -beJ -beJ -bfd -blc -bYP -coS -aXc -aXc -aXc -aXc -aXc -aXc -aXc -aXc -aXc -bGI -aaU -aaU -aaU -aaU -aaU -aTV -aTV -aTV -bAc -brw -aTV -bVM -cEf -bWx -aab -bXo -bXQ -bXZ -bYi -bYk -bWa -bWa -bXU -bXU -bXU -bXU -bXU -bWa -bIk -bId -bKN -bTD -cmS -ccm -coH -bJH -bIk -cOI -cOI -cOI -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(99,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aak -aak -aak -aak -aak -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -bhy -alq -alq -apn -aqF -aew -agD -ahr -aiH -aew -akw -aoB -akw -aqD -aew -ayh -aew -aew -aUy -alU -akv -aym -aQg -akv -aew -azf -aCb -aFT -bjV -bpW -aZO -aXu -aZX -bcr -beO -beO -beb -cDp -beL -aRm -aNL -aXw -aXR -aRW -aTS -aRW -bcR -bdU -beJ -bfd -beJ -bii -coP -bdg -aWZ -aVG -bnu -bnV -aYl -aZu -aWZ -bdg -byV -bzB -bgA -bWf -bXm -bZQ -ccN -ccN -cei -ccN -ccN -ccN -ccN -ccN -coZ -blO -bGI -aaa -aaa -aaa -aaa -aaU -aTV -aVk -bfu -csu -cAS -cDV -cDX -cEg -bWx -bSE -ckR -bSE -bSG -bTc -bSE -bSE -aaU -aaU -aaU -aaU -aaU -aaU -aaU -bIk -bIj -bKO -bTD -cry -ccm -cOx -cOA -cOE -cOJ -cOP -cOT -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPf -cPf -cPf -cPf -cPo -abp -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(100,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aar -abM -abR -abR -abM -aZG -aaU -aaU -aaU -aaU -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aTx -akE -akE -anC -app -aqH -aew -aew -aew -aew -aew -aew -aew -aew -aew -aew -axk -asz -aew -aGV -akv -aLv -alU -aQA -aSZ -aew -aAP -aEc -bjB -asL -asL -bfm -aXA -aZY -bct -beP -beP -bjv -cDq -bhz -ccQ -ccS -aXB -aYY -aSc -aTT -aUH -bcX -bel -cpl -bfi -bgA -bLH -bji -bli -aWZ -aWZ -aWZ -boe -aWZ -aWZ -aWZ -beJ -bSW -bUy -bJG -aZy -aZy -aZy -aZy -aXg -bfd -bjg -bUt -bai -baV -cKF -bbn -cKG -bGI -aaa -aaa -aaa -aaa -aaU -aTV -aVq -bfx -cuQ -cpP -aTV -bVR -cEh -bWy -buf -bJu -bSQ -bSY -bTd -bTj -bSE -aaU -aaa -aaa -aaa -aaa -aaa -aaU -bIk -cpw -bKP -cRo -crA -cdW -cOy -cOB -cOF -cOK -cOI -cOI -aZG -aaU -aaU -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aTx -abM -abR -abM -abM -cPo -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(101,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aar -abM -aca -acG -acG -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -akP -als -anW -apr -aqJ -arR -ajC -agH -akC -amb -amk -auH -ape -civ -avG -axl -aCu -aew -aFG -aIz -aew -aPZ -aQY -aTa -aew -aDi -bGY -aDX -aIq -atc -aYq -aXu -baa -bcL -beS -bgm -bjC -cDr -bhW -ccR -aNL -aXG -aXR -awO -aUc -cjq -bcR -bcR -bcR -bcR -bgE -bLJ -bLV -bfi -blE -bBW -bgA -aww -awL -aGC -aON -aGC -bTu -bUC -bVQ -aZy -bTp -bRe -baw -bZA -cfQ -bZA -bZA -bqB -bZS -bZS -bZS -bZS -bZS -aaa -aaa -aaa -aaa -aaU -aUi -ciC -bzz -cvM -cts -aTV -bVM -cEf -bWz -bSE -bSK -bSR -bSL -bTe -bTM -bSE -aaU -aaU -aaU -aaU -aaU -aaU -aaU -bIk -bJD -bKQ -bYB -cgr -bIk -cOz -cOC -cOG -cOL -cOL -cOU -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPg -cPi -cPj -abR -cPo -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(102,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aar -abM -ace -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -akE -akE -akE -akE -akE -akE -ahm -ako -alx -bfa -aaj -bNM -civ -cix -avG -axm -aCC -aCK -aFZ -aew -aew -awQ -ayO -aBx -aoF -aHR -ccM -aDX -aJU -atc -aYq -aXu -baj -bcP -bfg -bgy -bjD -aNO -bcQ -aNL -aUD -aXR -aXR -cjy -aTS -aQL -aUX -aZE -aVS -bcR -bgF -bcR -bLX -bLY -bLY -aVd -bLY -bQg -bQw -bLY -bLY -bLY -bTy -aZy -bVU -aZy -bJm -bbm -baw -aXe -chU -cjw -cjw -cke -clu -cmP -clw -bZZ -bZH -aaU -aaU -aaU -aaU -aaU -aTV -aYf -beo -cuQ -cwe -aTV -bVS -cEi -cEt -cEw -cEy -cEB -cEK -bSS -bTl -bSE -brU -brU -brU -brU -cdZ -brU -brU -bIk -bIk -bIk -ccB -cFW -bIk -cGb -bRI -cOH -bRI -bRI -bRI -bCh -aaU -aaU -aaU -cpz -cpz -cpz -cpz -cpz -cpz -cpz -aaa -aaa -aaa -aaa -cPk -abR -cPo -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(103,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aar -abR -ace -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUo -aaU -acL -afs -aiT -aco -alG -cjo -aaj -aGc -bNT -ciy -cnF -bGU -bHl -aoF -asW -atz -avJ -awS -azB -aBC -atc -aIF -aJv -aJZ -aLY -aNA -bkF -aXu -aXu -bcU -aXu -aXu -bjD -aQn -bcQ -aNL -aUE -aXR -aQG -aRW -bsb -aUI -aUY -bew -aUY -aWb -aRW -bcR -cpc -bjj -bjj -bmh -bnv -bou -bQx -bqj -bjj -bjj -bjj -aZy -bVV -bWg -aWg -bbo -baw -bZC -cjv -aYc -bZF -bay -bZU -cnW -bbq -bcp -bZH -aaU -aaU -aaU -aaU -aaU -aTV -bHH -aWp -czf -coI -aTV -bVT -cEj -bWA -bSG -bSL -bSS -bUJ -bSS -bSL -bSC -brZ -btf -btU -cec -brU -ced -cej -bCh -bRL -bIs -ccC -cGN -cFn -cGc -bMj -bMj -bMj -cfb -cFP -bCh -aaa -aaa -aaU -cpz -bNr -bQU -cuv -cLC -cCQ -cwT -aaa -aaa -aaa -aaa -cPk -abM -cPp -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(104,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aar -abM -acf -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bUo -aaU -acL -afF -aip -beV -aco -amd -aaj -cit -ciw -ciz -ciB -bGV -bHm -aLu -ata -ata -ata -awT -aAk -cjN -atc -aIG -aRU -aDX -aYI -atc -aVQ -aWa -aWa -cCV -aYt -aBY -aOB -aNO -bcQ -aNL -aUL -aXR -aQK -aRW -bzT -cnq -aVe -aRH -aVe -aWc -aRW -bcR -bcR -bcR -bcR -bmi -bnx -bpn -bQx -bqA -aZy -aZy -aZy -aZy -bav -bWh -csG -bQA -aZy -aXf -bZJ -bZF -cpu -bax -bZV -bZX -ccY -cab -bZH -aaa -aaa -aaa -aaa -aUk -aUk -aUk -cnm -czz -aUk -aUk -bWa -cEk -bWa -bSE -bSM -bST -bSZ -bTf -bTm -bSC -bsa -buA -bJK -ceg -bqT -cee -cef -coc -bTz -bTE -ccD -cGO -bTE -cGd -cvT -cFA -ckh -cFK -cFQ -bCh -aaa -aaa -aaU -cpz -bNv -cAC -cCk -cCv -cCS -cpz -aaa -aaa -aaa -aaa -aaa -aRv -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(105,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -acM -aaa -aaU -aaa -aaa -aaa -adj -adj -adj -adj -adj -adj -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -avi -aal -aal -aal -bGW -aco -apH -aoF -auP -bGf -bHh -cqd -cBb -aFP -aKi -aMN -aQw -coU -atc -aVV -aSg -aXM -aYq -aYt -baB -aOB -aQo -bix -bcS -aQo -aXR -aQL -cjq -aQL -aQL -cjq -aQL -aQL -aTS -aRW -bcR -bjG -blk -blF -bmn -bnz -bpw -bQx -bll -aZz -cpm -bad -bah -baR -bWi -aWh -cmN -aZy -baE -bRZ -bZF -csH -bay -bKw -bZH -bZH -bZH -bZH -aaa -aaa -aaa -aaa -aUk -bmG -bmG -bmG -cDN -bmG -aUk -bWr -cEl -bWB -bSE -bSN -bSU -bTa -bau -bTn -bSC -bRH -bth -cOd -ceg -brl -cef -cnZ -bRI -bTA -bVO -cfN -cPx -ckd -cGe -bMj -bLI -ckj -cFL -cnX -bCh -aaa -aaa -cpz -cpz -cpz -cAD -cCl -cCw -cpz -cpz -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(106,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -adj -aeC -afv -adF -agM -adj -aaa -aaU -aaU -aaj -aaj -aaj -aaj -aaj -aaj -aau -ahn -ajH -ajY -alB -amj -ape -aal -ciu -aal -ape -amj -aCM -bHd -afX -atc -auW -avL -axw -cqH -bhN -aIC -aDP -aPs -aGh -csn -atc -aVZ -aXL -cqN -aYq -aYt -baH -bcR -aPr -biC -beJ -bft -bdg -aaa -aaa -aaa -aaa -aaa -aaa -aQL -aTS -aRW -bcR -bjX -cpn -blJ -bmZ -bnA -bpy -bQI -bll -aZA -aZI -bae -chP -baS -bWj -baS -bbr -aZy -bJC -bZK -bZF -cjx -bay -baX -bZH -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aUk -bwK -bAF -bmG -cDN -bmG -aUk -bWc -bWo -bWC -bSE -bYV -cEC -cEL -bvn -bSC -bSC -bRJ -bth -bTB -cek -csK -cKk -cKl -cKm -cKn -cKo -bYI -cPP -bIq -cqZ -bMj -bLW -cFF -cFM -cnY -bCh -aaa -aaa -cpz -cvU -ctO -cAE -bNs -cLF -bNA -cpz -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(107,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -adj -aeR -afx -aga -afI -adj -aaa -aaa -aaU -aaj -aaE -acn -acn -acn -acn -afw -acn -ajN -amS -amS -aoX -amS -amS -aDE -amS -amS -aKR -apY -bRa -cjO -atc -aVr -avM -avL -csw -aBK -aID -aLX -aSJ -aHZ -atc -atc -ayd -ayd -ayd -chJ -aOo -baM -bcR -aPr -biC -beJ -bft -bdg -aaU -aaU -aaU -aaU -aaU -aaU -aQL -aTS -aRW -bcR -bku -bll -blK -bmn -bnD -bpC -bQx -bll -aZC -aZN -bCS -bak -bAI -bWk -cdE -bbs -aZy -bKR -cnN -bZF -cCJ -cnP -bZS -bZS -bGI -aaa -aaa -aaa -aaa -aaa -aaa -aUk -bmG -bmG -bmG -cDN -bmG -aUk -bWb -cEm -bWL -bSE -bSP -cED -bTb -bCX -bSC -brk -bsp -bth -bth -ceg -brU -bSX -cel -bCh -cEQ -bXn -bYJ -bSa -bSc -bSg -bMj -cFB -cFG -cFN -cvw -bRI -aaU -aaU -cpz -bMN -bMJ -cAG -bMJ -cLG -bNB -cpz -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(108,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -add -adC -adC -adC -aeS -adj -adj -agN -ahL -ahL -ahL -ahL -afD -afQ -age -age -agy -age -age -afC -akK -akG -alC -aal -ape -aal -aDU -aal -bGH -aal -aOH -aal -arb -atc -atc -atc -atc -csA -aCa -aCa -aId -aIx -aJx -aVc -ayd -cfR -aLl -ayd -cDk -ayd -ayd -bGI -aPw -bmC -aYP -bft -bcR -bdg -bdg -bdg -bdg -bdg -bdg -bcR -bgN -bgF -bcR -bcR -bcR -bcR -bna -bnP -bpF -bQY -bqK -aZy -aZy -aZy -bak -baw -bWw -aZy -aZy -aZy -bZH -bZH -bZA -cCK -bZH -bZS -bSB -bTT -bTW -bTW -bTW -bTW -bTW -bTW -bmE -bUu -aUk -aXt -cDK -aXt -bwm -bWa -cEn -bWR -bSH -bSG -cij -bSG -bFB -bSC -bhx -bqv -bti -btY -cod -cdZ -bss -cem -bRI -cER -cEU -bSh -bCh -bCh -bSh -bMj -cFC -cFH -bCh -bCh -cpz -bMl -bMl -cpz -bMO -bMJ -cAH -cvy -cLH -bNC -ctD -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(109,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adf -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -adM -aaj -aaI -ami -akX -akX -akX -akX -aqV -arS -akX -akX -akX -akX -avN -awy -avN -avN -avN -aBk -avN -aDa -aDS -aDS -aDS -aBy -cwf -cBc -cBu -cBE -cKD -cBo -cBZ -cCb -cCe -cCe -cCe -cDl -cCn -cCp -cCq -aRb -bjU -aYQ -bgc -bgd -bgd -bgG -bgd -bgd -bgd -bgd -boo -bTw -bgE -coO -bkx -blo -blo -bnc -bnR -bpG -bQx -bqY -brM -bwr -bkx -brI -blo -bWE -blo -bGr -bIZ -bVI -blo -aYH -cCL -aYH -bGI -bTt -bGI -but -but -but -but -but -but -bUq -bUv -bUq -baL -cDO -bbl -bbA -bbW -cEo -bbl -coB -bbl -cEF -buD -bFC -bqc -brm -bst -bst -bst -csj -bst -bst -coV -bCh -cES -cEV -cgf -cFj -cFo -cFr -cFt -cFD -cFI -cFO -cFR -ctD -bMo -cob -cpz -bMP -bMJ -cAK -bMJ -cLI -bND -cDe -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(110,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adf -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aiM -aaj -aaI -aco -akX -alA -aoe -apA -aqX -arU -apA -atN -auv -akX -avO -awz -ayp -azb -avN -aBl -aBP -aDc -aBQ -aEJ -aFM -azP -aFf -aIu -aKJ -aKJ -cKE -aKJ -aKJ -aKJ -aKJ -aKJ -aKJ -aXK -aYw -aYV -baJ -bcf -bke -bmq -bmL -bgu -beJ -beJ -beJ -beJ -beJ -beJ -beJ -biS -bjR -cCG -bUw -cCG -cCG -bpx -cCG -cCH -bRf -cCG -cCH -cCG -bUw -bVJ -cCG -bWF -cCG -cfz -cCG -cCG -cCH -cCG -cCM -cCG -cCN -coM -cpr -cpx -cpx -cpx -cpx -cpx -cpx -crV -crY -crZ -csJ -cDP -bUI -bUI -bVB -cEp -bUI -cqe -cqg -cEG -bdv -bqr -bqe -brq -bst -bst -bVP -cKh -btj -btj -bAo -cuW -cET -cEW -cka -bQk -bQk -bQu -cFu -cFE -cFJ -bQL -cFS -cFT -cFU -bNg -bNh -bNj -bNw -cPc -cCm -cCx -cDb -cDf -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(111,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adf -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aiM -aam -aaI -acw -akX -alE -aoi -apD -arf -arZ -atp -atT -aux -akX -avR -awC -ayq -azp -avN -aBo -aBQ -aDd -aBQ -aEK -aFM -azQ -aFi -cBe -aEv -aEv -aEv -aEv -aEv -aEv -aEv -aEv -aEv -aMH -aMS -aNI -aOS -aQD -bkP -aZJ -beJ -beJ -beJ -beJ -beJ -btG -beJ -beJ -beJ -biW -bqd -bcf -bwU -bcf -bcf -bCi -bcf -bCp -bcf -bcf -bCs -bcf -bwU -bCD -bcf -bcf -bcf -bGt -bJB -blB -cCI -blB -blB -bRg -bWH -bWM -bZr -cde -cmF -crk -cmF -cmF -cwU -cAT -cBA -cCT -cCU -cCY -cCU -cCU -cCZ -cDQ -cEq -cID -bZm -cEH -bdv -bqr -cyy -cyA -bst -cyE -cyK -buJ -bst -bst -bAq -cuX -bFJ -cEX -clv -bWD -cqb -bKy -cFv -bJI -bJI -bLL -bMa -ctF -coJ -cpb -cpz -bMR -bNx -cBD -cLA -cCy -cLP -cLT -cLU -aaa -aaa -aaa -aaa -aTd -aaa -abp -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(112,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adf -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aiM -aap -abd -abT -akX -alO -aok -akX -arh -asb -akX -atY -auB -akX -avS -awC -ayr -azA -aAf -aBr -aBR -aDf -aDZ -aEN -aFM -aAe -aFC -cAW -aHk -aIi -aHQ -aHQ -aHQ -aJT -aHQ -aHQ -aHQ -aHQ -aOz -aHt -bGI -bGI -bkU -aZJ -bGI -bGI -bGI -crr -bjj -bjj -bjj -bjj -bIP -bje -bqn -bjj -bkx -blC -blO -bnr -blO -blO -blO -baf -bRs -bxk -bkx -bjj -bFA -bjj -bIP -bGA -bGE -bLg -bMG -bPR -bGE -bRy -bSA -bTw -cwW -bTY -bTY -bTY -bTY -bTY -bTY -cwX -cqY -bUE -baO -cDR -bFc -bFc -cDa -cEr -bPQ -cIE -cEz -cEI -bXi -bga -caQ -bXC -bvK -bHI -bYK -buK -bst -bst -bKi -bPP -bQa -cEY -cqW -bJg -bQl -bYG -cFw -bpa -bQn -bQC -cmZ -cpz -cvs -cwg -cpz -bMl -bNy -cBG -cpz -cCz -cpz -cpz -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(113,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adf -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -adM -aaq -aaI -acF -akX -akX -akX -akX -arj -ase -akX -akX -akX -akX -avX -awF -ayt -azC -avN -aBt -aBZ -aDd -aEd -aEO -aFM -aAj -aIk -cBf -cBv -aIj -aHs -aHs -aHs -aHs -aHs -aHs -aHs -aHt -aNp -aHt -aPb -bGI -blm -baq -bGI -aPb -bGI -bgL -bGI -bdg -bdg -bdg -bGI -bjh -bqF -bGI -aWB -bsl -cjJ -aXH -cbA -cbH -ckZ -aZv -bRP -aWB -aWB -bDN -cpv -bDN -bGI -bdg -bdg -bGI -bGI -bGI -bGI -bRB -bGI -bTt -bGI -but -but -but -but -but -but -bUq -bUv -bUq -baQ -cuR -cvl -cvl -cKe -cNh -cNw -cIF -ccp -bqo -buF -bpA -bqe -ceY -bwf -bHJ -cbr -cDE -cDG -cEa -buS -buS -bFX -cEZ -bAs -ayY -baT -baT -cFx -bpb -bqO -bru -coY -cpz -bMr -cwh -cwl -bNm -bNz -cBT -cpz -cCD -cDc -cpz -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(114,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -adh -adC -adC -adC -afb -adj -adj -agO -adj -adj -adj -adM -aat -abf -acF -acI -aem -aex -aht -aRz -brB -ank -arJ -amo -acF -avN -avN -avN -avN -avN -aBw -aBZ -aDo -aDo -aEP -aFM -aAj -aFC -cBg -aIj -aHs -aHs -aaU -aaU -aaU -aaU -aaU -aaU -aHY -aHY -aHY -aHY -aHY -bln -bmy -aNT -aNT -aNT -aNT -aNT -aaa -aaa -aaU -aSt -bjk -bqG -aWB -aWB -aWK -aXo -aXI -aYn -cda -aZj -aZw -bRQ -aZQ -aWB -aWB -bGI -bGI -bGI -aaU -aaU -aaU -bGI -aSV -bGI -bRW -bgY -cgC -bTT -bTZ -bTZ -bTZ -bTZ -bTZ -bTZ -bUr -bUz -bUq -bbh -cuR -cvm -cDn -cKf -cNi -cvl -cIF -ccp -bqr -bbh -bpB -bqm -bqm -byw -bst -cbr -cDF -cDJ -cKC -cDh -cPR -bFJ -cFa -cFk -cFl -cFp -cFp -cFy -bbt -bqP -brO -bQB -ctD -bMs -bMA -cwm -bMT -bNG -cCa -cCo -cLL -cDd -cwg -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(115,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -adj -adY -afc -afy -agb -adF -ahM -ahM -aie -adM -bHX -abY -acF -acV -adi -aeT -afq -aij -cdI -adi -adi -anl -acF -aVD -axP -aCA -bGM -avN -avN -aCh -aDp -aDp -avN -aDS -aAU -aFC -cBh -aHs -aHs -aaU -aaU -aaa -aaa -aaa -aaa -aaU -aHY -aTL -aVA -aWi -aWo -blr -aXq -bbj -bda -bol -aSl -aNT -aaa -aaa -aaU -aSt -bjk -bqG -aWB -aWG -aWM -aXr -aXJ -aXr -cjG -aXr -aXr -bRU -aZR -aWI -aWB -aaa -aaa -aaa -aaa -aaa -aaa -bGI -bGI -aRy -bSk -aRy -bGI -bGI -aaa -aaa -aaa -aaa -aaa -aaa -bUq -bUq -bUq -aaa -cuR -cvn -cDo -cLB -cNj -cvl -cIF -ccp -cpH -bbh -bqs -bXz -bqm -byD -bHJ -cbs -buS -cDZ -czg -czt -cPS -czD -cFb -bEl -bJn -bQm -cbf -bop -bpe -bQz -bXD -cna -cvo -cvO -cwi -cwn -cwu -cAB -cCc -cCr -cLD -cuv -cCr -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(116,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -adj -adY -aeR -adF -adF -adF -adF -adF -aig -adM -aiZ -ajL -acF -adg -adi -aeU -aeU -agr -alD -anj -ajJ -ajJ -auM -ayD -ayD -ayD -aIe -aLg -aEo -bnJ -bHo -bHq -bHf -arw -aBg -aGg -cBh -aHs -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aHY -aVg -aQF -bba -bcK -bmg -bmD -bmR -bnK -bnL -aSm -aNT -aaa -aaa -aaU -aSt -bjk -bqG -aWB -aWI -aWO -bPz -bQf -aYs -cjZ -aYs -aYs -bSV -aZS -aWG -aWB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bqX -bSr -bqX -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -cuR -cvp -cFY -cLE -cNk -cuR -cIF -ccp -cJe -bbh -brJ -btv -bqm -bzJ -bst -cbK -buS -bAJ -czh -czu -cPT -czE -cFc -bEl -aJD -bbx -bbZ -boq -bpg -bpg -bAy -bQJ -cpz -bMu -bMC -cwo -bMU -bNc -cCg -cCr -cLD -cuv -cCr -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(117,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -abp -akN -aTd -aaa -abp -aaa -aaU -adj -adY -afc -afz -agk -agR -afz -ahR -afz -aiW -ajp -ajR -agj -agq -agq -agq -acH -ags -alK -agq -anR -apf -auQ -azz -azz -azz -azz -azz -aUA -boH -bDZ -bEF -bHx -bHk -aBh -aGx -cBh -aHs -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aHY -aIv -aIv -aJW -aHY -aRQ -aYe -aNT -aUO -aQU -aSn -aNT -aaa -aaa -aaU -aSt -bjk -bqG -aWB -aWI -aWP -aXy -aXN -aXy -ckg -aXy -aXy -aXy -aZZ -bag -aWB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bqX -bSs -bqX -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -cuR -cuR -cFZ -cLJ -cNl -cuR -cIG -ccw -csM -cyo -bBs -blU -bqz -bAD -bIi -bBP -buS -caR -czi -cKj -buS -bFY -cEX -bIU -aJE -bbz -bjx -bot -bot -bjx -bAH -cRm -cpz -cvs -cwj -cwp -cwT -cpz -cCi -cCr -cLM -cvf -cCr -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(118,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -adj -adY -aeR -afB -agp -agS -agp -agp -agp -aiX -ajr -ajW -agn -agw -ajJ -ahw -anQ -aUS -ckG -cwk -aBm -aoh -acF -arl -ayX -aDj -bGN -bGR -bHb -bvd -bHq -bHf -bHf -arw -aBi -aGx -cBh -aHs -aaU -aaa -aaa -aEQ -aEQ -aEQ -aEQ -aEQ -aHY -aHY -aHY -aHY -aHY -aTb -aWv -aNT -aNT -aNT -aNT -aNT -aSt -aSt -aSt -aSt -bjk -bqG -aWB -aWB -aWQ -aXz -aXU -aYu -ckY -aZn -aZx -bEs -bac -aWB -aWB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bqX -bSs -bqX -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -cuR -cGa -cuR -cNm -cuR -cIH -cgv -coE -bxM -bDd -bXt -brH -bAE -bIL -cdX -buS -buS -buS -buS -buS -cnz -cEZ -bJa -aKZ -bbB -blv -czK -bph -bqR -bAM -cvx -bMk -bMw -bMD -bMv -bMv -cvs -cCj -cCu -cLN -cLS -cCr -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(119,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -adj -adY -aeR -afI -agt -agV -adF -adF -aih -adM -adm -aeH -acF -adJ -adi -afq -agY -aij -brB -adi -amf -aoc -asJ -asJ -asJ -asJ -asJ -asJ -asJ -bvt -aDv -bHu -bHy -bHB -aAj -aGx -cBh -aHs -aaU -aaa -aaa -aEQ -aFw -aDR -aDM -aLV -aDN -aDN -aDN -aDN -aDg -aUM -bfl -aOa -aPI -aPI -aPI -aPI -aPI -aTn -aPI -aPI -bjp -bqW -aUh -aWB -aWB -aWB -aXV -aYv -aYN -aWB -aWB -aWB -aWB -aWB -aye -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bqX -bSs -bqX -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -cuR -cGf -cLK -cNn -cuR -cIF -cgB -bqr -bbh -bDm -bFE -bIf -bIt -bJd -bXq -cmK -cws -czv -cmU -crg -cvR -cFd -bEl -aMm -bbC -blw -blw -blw -blw -bAT -cez -bMl -bMv -bMv -bMw -bMv -cpz -cuc -cpz -cvs -cCl -cCu -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(120,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -adj -adM -adM -afe -afL -adM -adM -ahQ -ahV -aiI -adM -adt -aeO -acF -aek -aes -afr -ahi -ail -ckH -alr -avn -apb -asJ -atB -aBU -aDk -bGO -bGS -asJ -aDz -ark -bHv -aPF -aPF -aJA -aGx -cBh -aHs -aaU -aaa -aaa -aEV -aFy -aGd -aDM -aMg -aIa -aGE -aGE -aGE -aLi -aUT -baI -aOb -aPK -aPK -aPK -aPK -aPK -aVm -btR -aPK -bjH -brc -bkV -aVv -bkR -aWB -aXW -aWB -aZd -aWB -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -bqX -bSs -bqX -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -cuR -cGg -cLO -cuR -cuR -cIF -cgB -bqx -bbh -bPw -bqz -bqz -bzA -bRT -ciQ -col -cxh -czB -cnk -bqz -cKH -cFe -cFk -cFm -cFq -cFs -cFz -bqt -blx -bBn -ceA -bMl -bMw -bMv -bNi -bMv -coK -bMv -bNu -bMl -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(121,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adj -adP -aep -aeR -afI -agF -adM -adM -adM -adM -adM -adt -aeO -acF -ale -ale -ale -ale -aru -asf -ale -ale -ale -ale -azL -aCj -aDl -aIh -aLB -aVE -byR -bHr -bHv -aPF -bGp -aAj -aGS -cBh -aHs -aaU -aaa -aaa -aEV -aFz -aGe -aDM -aUK -aGe -alZ -alZ -alZ -alZ -aHU -aHU -alZ -alZ -alZ -aSt -aSt -aSt -bjA -aVv -cho -aWq -bro -bwa -bwY -bwY -bwY -bCl -bCn -aWd -aSt -aaU -bun -bxl -awq -awq -awq -awq -awq -awq -awq -aOe -aQv -aaU -bqX -bSt -bqX -aaU -cgI -cgN -cgN -cgN -cgN -aPg -aPg -cgP -aaU -aaU -aaU -aaU -cuR -cGh -cLO -cuR -cvL -cII -cgB -bqr -bbh -bPw -bqz -bqq -bzG -bFZ -ckp -com -cyu -czF -cDM -crn -cxf -cFf -bEl -aOF -bbE -coX -bbE -bbE -bqS -bQy -ceB -bMn -bMv -bMv -bML -bMv -bMv -bMv -bML -bMl -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(122,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adF -adF -aeq -afj -afN -adF -adF -adj -aaU -aaU -act -abQ -aeX -abU -ale -alQ -aol -ale -arz -ash -ale -aua -auF -ale -aAL -aCw -aPi -aPi -bGT -asJ -bHj -bHs -bHw -aPF -bGs -aAj -aGx -cBh -aHs -aaU -aaa -aaa -aEQ -aHn -aWt -aWz -aWW -aIc -alZ -alZ -aog -aog -axV -axV -aog -aog -alZ -bvv -aUh -cjM -aVv -aVv -bue -bue -bxf -bBY -bue -bue -bue -aXY -bCo -aWd -cho -aaU -bup -ajO -ajO -ajO -ajO -ajO -ajO -ajO -ajO -aQa -ajO -ajO -aRy -bSO -aRy -bfh -cgJ -bye -cmI -bXa -bfh -bfh -bfh -cgJ -aaU -aaa -aaa -aaa -cuR -cHZ -cLQ -cuR -bdC -cIJ -cgB -bqr -bbh -bPw -bqz -brK -bCf -bTC -ckD -cpI -cyF -czM -cGI -cHW -cxg -cFf -bJb -bJJ -bKh -bKz -bKS -bLq -bKz -bLM -bKz -bKz -bMw -bMv -bMv -bMv -bMl -bMl -bMl -bMl -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(123,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adF -adX -aeu -afk -afP -agK -adF -adj -aaa -aaU -act -adv -aeO -afW -ale -alT -aom -apN -arA -asn -atr -aud -auG -ale -aAO -asJ -asJ -asJ -asJ -asJ -bHk -bHk -bHk -aPF -aHt -aKc -aGx -cBi -aHt -aDM -aDM -aDM -aEQ -aDM -aDM -aDM -aXa -bdb -alZ -aog -apB -aFc -bfj -axV -axV -apB -aog -alZ -aUh -aUP -bCC -aZb -bue -bvc -bys -bCc -bGZ -bNN -bue -aXZ -aXX -aWd -aZo -aaU -avv -ajO -aGi -axI -axI -aGi -ajO -bFf -aPE -baW -aYZ -beu -beK -bTX -bWI -bWN -cbj -cdf -cny -bXk -cgL -cvD -cvF -cgJ -aaU -aaa -aaa -aaa -aRv -aaa -aaa -bbh -bdD -cIK -cgB -bqr -bcT -bPw -bqz -bsL -bzG -bFG -clc -bqz -bqz -bqz -bqz -bqz -cNJ -cAm -cAt -cAv -cFg -bKz -bKT -bLr -bKT -bLN -bMb -bKz -bMv -bMw -bMv -bMV -bMl -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(124,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adF -adX -aey -adM -adY -agK -adF -adj -aaa -aac -acE -adU -aeO -afW -ale -alV -aon -apO -arC -aso -apO -aon -auJ -ale -aBz -aEU -aGD -aJF -aJF -aJF -aJF -aHa -aHp -aHp -aIJ -aLc -aMo -cBj -cBw -cBF -cBF -cBF -cBF -cBF -cCf -aHG -aXb -aVC -alZ -aog -apG -aFN -axV -aLO -axV -aRL -aog -alZ -aUh -aUQ -aVM -aVN -bue -bvg -byE -bCu -bHa -bOB -bue -aYd -aYx -aWd -aZo -aaU -avv -ajO -bCv -axI -aNh -aNz -bDw -bFv -bHp -bLm -ajO -ajO -aRy -bUi -aRy -bfh -bfh -cdh -bzN -bYT -bYS -cvE -bYS -cgJ -bfh -aaU -aaU -aaU -aaU -aaU -aaU -bbh -bdF -cIL -ciF -aYG -bdu -biU -brF -bsN -bCg -bHC -cmB -bqz -cyG -czP -bBQ -cKi -cNV -cFf -bJc -bJL -cHO -bKz -bKU -bKT -cIg -cIj -bMc -bKz -bMv -bME -bMv -bMv -bMl -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(125,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adF -adX -aez -afu -afT -agK -adF -adj -aaU -abv -acP -aef -afg -agf -ale -ale -ale -ale -arD -asq -ale -ale -ale -ale -aBH -bGz -ayu -aim -aim -aim -aim -aim -aim -aim -aEh -aEq -aMG -aQS -aWr -aWu -aWu -aWu -aWu -aWu -bbQ -aWA -aXd -bre -alZ -apB -axV -aGp -axV -csC -axV -axV -apB -alZ -aSt -aSt -cho -aSt -bue -bue -byF -bCw -bue -bOC -bue -cho -aSt -ckI -aSt -brs -avv -ajO -avY -ajO -ajO -aOI -bDU -bGg -bIF -bLz -bNe -ajO -bQb -bUj -aTh -bfh -brb -bzN -bzN -bYU -cgM -bYY -bZb -cgJ -bfh -bfh -bfh -bfh -bfh -brs -brs -bcT -bdD -cIM -ciW -bqC -bdu -bXt -csi -bsP -bAC -bHC -bIM -bqz -cyN -czW -cFX -bRI -cyB -cFh -bJe -cRb -cHP -bKA -bKV -bLs -czL -cIk -bMd -bKz -bMl -bMl -bMl -bMl -bMl -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(126,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adF -adF -aeA -aeA -aeA -adF -adF -adj -aaa -chH -acS -aen -afi -agg -ahj -ajf -ajf -ajf -aAx -alN -ano -ano -ano -auZ -aBL -bnH -axh -anq -anq -anq -anq -anq -anq -anq -anq -bID -aHu -aGr -aOJ -aOT -aOT -aOT -aOU -aOU -aOT -aXP -aOT -aOT -aOJ -aog -axV -bfj -axV -axV -axV -axV -aog -aSG -aRh -aRq -aRq -aRq -aRq -bvz -byZ -bCy -bvz -bOV -aRq -cjD -bnU -btw -bns -aya -avy -alo -awn -aIS -aNo -aJp -bDW -bGB -aHq -bki -bPp -bPU -bQi -bUU -bWJ -bWP -cbV -bzR -cvB -bOz -cwd -bYZ -bZc -cgQ -bZe -bZe -bZe -bZe -cjr -brL -brL -bVW -bVW -cIN -cjV -bdu -bdu -bXu -bqz -bsQ -bCY -bHE -bqz -bqz -bMj -cAc -cov -bMj -cyC -cFf -btp -bJN -cHO -bKz -bKW -bLt -cso -cIl -bMe -bKz -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(127,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -adj -adj -adF -adF -adF -adF -adF -adj -adj -aaa -abz -acX -agh -agB -aim -aim -aim -aim -aim -aqs -aqu -aim -aim -awc -axx -ayN -aAA -aBM -aCq -aDx -apy -arV -apy -axg -ceu -anq -bID -aHu -aGr -aOT -aPS -aSb -aTi -aUd -aTi -aWs -aYb -ban -bdd -aOJ -aog -ayK -bfk -axV -axV -bfj -axV -apB -aSH -aSt -aSt -aTs -cho -aSt -bue -bzD -bCE -bue -aSt -aSt -aSt -aSt -cpG -aSt -brs -avv -ajO -axZ -ajO -ajO -aPf -bEZ -bGD -bJk -bLC -cRf -bPV -bQT -bVq -cRh -bfh -cbY -cdn -cpf -bYU -cgM -bYY -bRx -cgJ -bfh -bfh -bfh -bfh -bfh -brs -brs -bcT -cIv -cIO -cgB -bTv -bcT -bQE -bqz -bqz -bqz -bJf -bqz -caj -cdY -cAo -cdY -cup -cyH -cFi -bMF -bNF -cHQ -bKz -bKT -bLr -bLt -cIm -bMf -bKz -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(128,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -adj -adj -adj -adj -adj -adj -adj -aaU -aaa -acb -aft -agz -adt -abB -afE -afE -afE -afE -aFu -aeO -aeY -aeY -aeY -aeY -aBN -awN -awN -anq -anT -anT -anT -anT -anT -anT -cex -bNp -aFC -aFF -aOU -aQt -aSf -aTj -aTv -aTv -aTv -aYi -baU -bdh -aOJ -aog -aog -axV -aHV -aRr -axV -aog -aog -aSH -beG -aaU -aaU -aaU -aaU -aRv -aaU -aaU -aRv -aaU -aaU -aaU -aWj -aSq -aWj -aaU -avv -ajO -aze -azJ -aNr -bCF -bDw -bPK -bKx -bmv -ajO -ajO -aRy -bVC -aRy -bfh -bfh -bBR -cqf -bYX -bYS -cvE -bYS -cgJ -bfh -aaU -aaU -aaU -aaU -aaU -aaU -bbh -cIw -bjm -cgB -bYW -bcT -bQE -bsV -bsG -bHD -bHD -bMj -caH -chV -cDL -cox -cvu -cyI -cyL -cyM -bJO -cKp -cHS -cHU -cIb -cvv -cIn -bMg -bKz -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(129,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -abz -acP -aef -acS -abC -ahY -ajg -abI -acQ -aHr -aeO -aeY -ahB -aiY -aeY -aCk -aeY -aeY -anq -aof -cpq -asa -aoL -anT -anT -cey -bRF -aFC -aFF -aOU -aQu -aSf -aTv -aTv -aTv -aTv -aYj -ban -bdl -aOJ -alZ -apB -aog -aog -aog -aog -apB -alZ -aSH -aaa -aaa -aaa -aaa -aaa -aWR -aaa -aaa -aWR -aaa -aaa -aaa -aaU -aSq -aaU -aaa -avv -ajO -aGi -axI -aIX -aGi -ajO -cRe -aZP -bmH -aYZ -bht -bcY -bVD -beC -cgF -bfh -bBS -cqh -bXk -cvC -cvD -cvF -cgJ -aaU -aaa -aaa -aaa -aWR -aaa -aaa -bbh -cIx -bjm -cgB -bbh -bbh -bQE -bsV -bts -bHG -bQp -bMj -cbm -byQ -bHK -cGU -bXN -bHK -bIu -bJh -byQ -cHR -bKC -bKY -bKY -bKY -cIo -bKz -bKz -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(130,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aai -ade -aev -act -acQ -aiy -ajk -aqR -ats -aLb -aeB -aeY -ams -ahC -akS -aCo -aor -aeY -anI -aoL -anT -asa -bEz -bES -bES -bGv -ccg -aFC -ago -aOT -aQz -aSf -aTw -aTv -aTv -aTv -aYM -bbi -aOT -aOT -aOJ -aOJ -aOJ -bmF -bnT -aRJ -aRJ -aRJ -chm -aaU -aaU -aaU -aaU -aaa -btT -bzE -btZ -btT -aaa -aaa -aaa -aaU -aSq -aaU -aaa -buv -ajO -ajO -ajO -ajO -ajO -ajO -ajO -ajO -aQa -ajO -bmM -bcZ -bVF -bTS -cgG -bfh -bEo -cqm -bZa -bfh -bfh -bfh -cgJ -aaU -aaa -aaa -aaa -ctG -cIh -ctJ -ctG -cIy -bjm -cgB -bbh -bpm -bQE -bsV -buj -bpD -bXL -bsV -cyO -byN -bzK -czw -bDa -coe -bIv -bJi -bDa -czw -byQ -cPQ -cIc -cIc -cIp -bxj -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(131,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -acQ -aiD -ajq -arc -atJ -bmp -bGi -aeY -ahF -apx -akU -aCp -aor -aeY -anL -aoU -anT -anT -anT -anT -anT -cex -bRF -aFC -aFF -aOU -aQB -aSf -aTv -aTv -aUU -aTv -aYj -ban -bdO -bfv -bfv -bfv -bkW -bmJ -bof -aQJ -aQJ -aQJ -aQJ -aQJ -aQJ -aRZ -aaU -aaa -bvB -bzF -bCR -btT -btT -bvB -btT -btT -cjE -aaU -aaa -bux -bxl -azq -aCU -aCU -aCU -aCU -aCU -bbu -aQj -ajO -ajO -bdi -bWm -cjI -cgH -cgN -cgO -cgN -cgN -cgN -aPg -aPg -cgK -aaU -aTx -ctG -ctG -ctG -cIi -cLR -ctG -cIy -bjm -cmn -bWZ -bXj -bXv -bsV -bul -bpD -bsV -bsV -cyP -byQ -bzS -czw -bDb -bBu -crX -czI -bBu -cKq -cHT -cPy -cId -bLD -coA -bxj -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(132,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ajw -acQ -acQ -acQ -acQ -acQ -ahD -asr -aeY -ahG -apM -akV -aqv -aor -aeY -anP -aqP -apz -asK -apz -btk -cev -anq -ccq -aFC -aFF -aOU -aQI -aSf -aTv -aTv -aTv -aTv -aZa -bbi -aOT -bfy -bgJ -bjL -blD -bmK -boi -aaU -aaU -aaU -aaU -aaU -aaU -aSq -aaU -aaa -btT -bzM -bCT -bHc -bQt -bUg -cch -ccy -aSq -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -cjH -aaa -aaU -bWv -aaU -aaa -aaU -aZB -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -ctJ -cuS -cvq -cIq -cMU -cvr -cIw -bjm -cgB -bbh -coC -bpO -bpE -bpE -bpE -bpE -bpE -cyQ -byQ -cCO -czx -czC -czG -bIw -czJ -bBu -bKm -byQ -cHX -cKP -cOM -cOM -cOM -cOM -cOM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(133,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ajw -ajw -aki -alg -alY -aoo -ajw -bAt -aeO -aeY -aeY -apZ -aeY -aeY -aeY -aeY -anq -anq -anq -anq -anq -anq -anq -anq -ccz -aHv -aFF -aOT -aQP -aSf -aTv -aTv -aTv -aTv -aZc -bbH -bdP -bdP -bgR -bdP -aOJ -aPN -bes -aaU -aye -aye -bQe -aye -aaU -aSq -aaU -btT -btT -bzP -bCZ -bKl -bQW -bUp -cci -btZ -aSq -bgh -bIY -bIY -bRo -bIY -bRo -bIY -bIY -bIY -bIY -bIY -bIY -bRp -aaa -aaU -bWv -aaU -aaa -aaU -aZB -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -ctK -cuT -cuT -cuT -cMV -cNo -cIz -bWO -cIX -bZh -bZh -bZh -bZh -bZh -bsV -bze -bpD -cyR -byQ -crq -csp -bPS -bQc -bQj -bQo -bJP -bKn -byQ -cHY -cyS -cOM -cOQ -cOV -cOZ -cOM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(134,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -cpB -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -apv -apv -crP -ajw -ajX -akk -ali -amn -aop -aqb -bEI -bGj -aff -ahH -aqG -akW -any -aos -apk -atQ -atL -atk -bBd -bFN -atM -bFR -aff -cfe -aIk -aIU -aOX -aQQ -aSf -aTv -aTv -aUW -aTv -aZc -aVf -bdP -bfF -bha -bdP -abp -aPN -bes -aaU -aye -aaU -aaU -aaU -aWj -aSu -aRZ -btT -bwh -bAe -bDD -bKr -bRl -bUL -btT -btT -cjE -bsz -aaU -aaU -cdV -cdV -cdV -cdV -cdV -cdV -cdV -cdV -cdV -cgi -cgD -cdV -chy -chN -bWQ -bWQ -cdo -aPg -aPg -cet -bpL -bBO -bBO -bBO -bBO -ctG -ctG -cvr -ctG -ctG -ctG -cIy -bjW -cKO -bZh -bZk -bZn -bZq -bZh -cEE -bpD -cmL -cyS -byQ -byQ -byQ -byQ -byQ -byQ -bKk -byQ -byQ -byQ -cOD -cIe -cON -cOR -cOW -cPa -cOM -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(135,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aYp -cdc -crQ -ajF -akc -akm -alk -amH -aoz -ajw -agA -alP -anA -aot -aqK -avo -aCs -aFo -aot -aot -aot -aot -bCO -ahJ -ahJ -ahJ -ahz -bRF -aEu -aJc -aPa -aQR -aSz -aTz -aTz -aVb -aTz -aZg -aVf -bdW -bfJ -bhc -bdP -abp -aPN -bes -aaU -aye -aaU -aWj -aWj -aWj -aSv -aSu -buk -bwz -bAi -bEe -bKL -bRE -bUY -ccj -aSw -aaW -bsz -aaa -aaa -aaa -aye -aaU -ceR -cfa -cfo -cfp -cfC -cdV -cgl -cgR -chr -chz -chX -cdV -cdV -ckJ -cdV -cdV -cdV -bpN -bCa -bSo -bSv -cfl -ctX -cuU -cwr -cIr -cMW -ctG -cIA -cIP -cIY -cJf -bGu -bHi -bJU -bOn -bOp -bJp -bJp -cyT -bPs -bYC -bPN -bPN -bPN -bPN -cAu -cCh -cCh -cCh -cIa -cIf -cOO -cOS -cOX -cPb -cOY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(136,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -agd -cdc -crR -ajF -akf -akh -ali -amR -ajw -ajw -bGc -aeO -aff -ahS -ajQ -axO -anX -aoC -apl -ahJ -cpd -ahJ -aqG -bED -bET -bET -bGw -chQ -cAV -aJc -aOT -aQX -aSE -aTC -aUe -aVf -aVf -aSE -bcd -bdY -bfM -bhg -bdP -abp -aPN -bey -aaU -aye -aaU -aaU -aaU -aWj -aWj -aWj -btT -bwB -bAm -bEh -bLo -bSz -bVa -btT -aaU -aby -bsz -aaa -aaa -aaa -aye -aaU -ceR -cff -cfo -cfA -cfH -cfW -cgo -cgS -chr -chA -chY -ciY -ckt -clY -cnx -cpK -cdV -bBE -bCa -bSp -bSw -cfl -cuu -cuV -cwE -cuV -cMX -ctG -bdG -cIM -coa -cwH -cyq -cyw -cJh -bZh -bsY -btx -bum -cyU -czd -czj -blp -blp -bme -bxj -bxj -bxj -bxj -bxj -bxj -bxj -cOM -cOM -cOY -cOY -cOY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(137,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aYp -cdc -crR -ajF -akh -akh -alp -amT -ajw -awN -bGc -ahI -aff -ahW -ajQ -ayi -anX -aoC -aqh -ahJ -ahJ -ahJ -aqG -bEE -bFQ -bFS -ahz -aAj -cAW -aJC -aOT -aRc -aOT -aOT -aOT -aOU -aOU -aOT -aOT -bdP -bdP -bhl -bdP -abp -aPN -bes -aaU -bQe -aye -aye -aye -aaU -aWj -bnS -buq -bwC -bAr -bEx -bMz -bSD -bVu -bvB -aaU -aby -bsz -aaa -aaa -aaa -aye -aaU -ceR -cfa -cfo -cfB -cfH -cfW -cgo -cgU -chs -chs -chZ -ciZ -cku -cmf -cnK -cnK -cdV -bBO -bUB -bSq -bVf -cfm -cuw -cuV -cuV -cuV -cMY -ctG -bdH -cIM -coi -bZh -bZh -bZh -bZh -bZh -bsZ -bsZ -bsZ -bxj -byU -czk -blp -coy -cdd -aYp -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(138,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -aax -aax -aax -aax -apv -crS -ajw -ajw -akx -ajw -anc -ajw -axe -bGc -aeO -ahz -aiw -ajQ -alL -anX -aoC -aqi -ahJ -ahJ -azK -bDo -bFK -bFK -bFT -aff -aAj -cAW -aJQ -aHO -aRB -aIO -aTG -aUj -aVi -aWD -aZh -aTG -aaU -aaU -cuA -cuy -bcc -bcO -bes -aaU -aaa -aaa -aaU -aaa -aaU -aTy -btT -btT -bwL -bwL -bEY -bMB -bSF -bVA -btT -aaU -aby -bsz -aaa -aaa -aaa -aye -aaU -ceR -cff -cfp -cfC -cfI -cdV -cgp -chb -cht -cht -cia -cjh -ckw -cmg -cof -cof -cpY -cwq -cwV -cAU -cfh -cos -cuF -cva -cyp -cuV -cMZ -cvr -bdG -cIM -cgB -coF -bcT -aaU -aaa -aaa -aaa -aaa -aaU -bxj -byU -czk -blp -ctH -cdd -csc -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(139,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aax -aaX -abs -abs -abu -cqV -csa -acs -adu -adQ -ajw -anf -ajw -awN -bGc -aeO -ahz -aiw -ara -ays -anX -aoC -arm -ahJ -atM -aAl -bDO -bFL -bFL -bFU -ahz -aAj -cAW -aKD -aLT -aSo -aSP -aTI -aUl -aVn -aWL -aWL -bce -aaa -aaa -aaa -aaU -brs -aPR -cux -aaU -aaa -aaa -aaa -aaa -aaU -aWj -btZ -bus -bwQ -bBk -bFa -bMI -bSI -bXp -btT -aaU -abH -bAA -bMK -aZp -ceq -cet -cet -cet -cet -cfr -cfE -cfJ -cdV -cgu -chg -chs -chB -cib -cjs -cky -cmE -cok -cok -cdV -bBO -bPv -cBd -cfi -cfm -cuH -cvb -cvd -cvd -cNa -cNp -ber -cIQ -cgB -bqN -bcT -aaU -aaa -aaa -aaa -aaa -aaU -bxj -byU -czk -blp -cqT -cdd -aYp -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(140,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -aaZ -abt -abt -abK -cqV -abN -abL -adQ -adQ -ajw -ajw -ajw -awN -bGc -bGl -ahA -aiQ -ard -alI -anX -aoC -aqh -ahJ -apP -aAl -bFL -cqi -bEU -bFV -bGx -chW -cAX -cBo -aMw -aSp -aTA -aTK -aUm -aVo -aWN -aZk -bcg -aaa -aaa -aaa -aaU -brs -aQp -cux -aaU -aaa -aaa -aaa -aaa -aaU -aWj -bud -buE -bwS -bBv -bFb -bMS -bBv -bXM -bvB -bWq -acY -adz -bsz -aaa -aaU -cdt -ceK -ceK -cdV -cft -cfF -cfK -cgb -cgw -chj -aXF -chD -cid -cju -ckz -cmG -coT -cpL -cpZ -bBO -cxd -cBd -cfj -cfl -cuI -cuV -cyv -cuV -cNb -cNq -beW -cIM -cgB -bqV -bcT -aaU -aaa -aaa -aaU -aaU -aaU -blp -btK -czl -blp -cqU -bBZ -bme -bme -bme -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(141,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aax -aba -aax -aax -aax -aax -aax -acR -abL -adQ -aQO -aei -atZ -aFv -bGd -bGm -aff -aiR -arg -amu -amu -api -ahJ -ahJ -ahJ -aAl -bFL -bFL -bFO -bFU -ahz -aCm -aEx -aGJ -aNm -cBK -aJr -aTG -aUn -aVp -aWT -aZl -aTG -aaU -aaU -aaU -aaU -abp -aQq -bes -aaU -aaa -aaa -aaa -aaa -aaU -aTy -btT -btT -bwT -bBB -bGb -bMW -bTF -bXM -btT -btT -btT -cjF -bMX -cdt -cdt -cdt -ceL -ceT -cdV -cfu -cdV -cdV -cdV -cdV -chk -chu -cdV -cdV -cdV -ckA -cmY -cdV -cdV -cdV -bBO -bSm -cBk -cfk -cfl -cuJ -cvc -cyz -cuV -cNc -cNr -byT -cIR -coj -byT -bzY -aaU -aaa -aaa -blp -bme -bme -blp -btL -czm -bzq -bui -clZ -buo -buo -bme -bme -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(142,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -aax -aea -adQ -adQ -aer -auc -apv -agJ -amp -aff -aiS -art -amv -akR -apj -atA -atK -aqg -aCO -bFM -bFP -bFM -bFW -aff -azP -azP -aGQ -aNv -cBL -bhR -aTM -aTM -aTG -aTG -aTG -aTG -aaa -aaa -aaa -aaU -abp -aQr -bes -aaU -aaa -aaa -aaa -aaa -aaU -aWj -bnS -buq -bwZ -bBC -bGk -bNf -bBv -bXM -ccn -ccA -ccy -aTl -bsz -cdG -cer -cew -ceM -ceV -asU -arB -asw -atb -avl -aMa -crv -aOE -aQc -clz -aMa -aQd -cks -crv -crx -aeI -bBO -bSn -cBl -bSn -cfl -cuK -cuV -cyz -cuV -cNd -cNs -beY -cIM -cgB -btl -bBl -aaU -aaa -aaa -bme -bnY -bpT -bqL -btL -czn -czy -bui -bui -bui -bui -bui -bme -bme -bme -bme -bme -bme -bme -cnG -bme -bOo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(143,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aax -afO -ala -abL -aet -aeK -afU -ahe -aiJ -ahz -ahz -arI -ahz -ahz -aff -aff -aff -aff -aff -ahz -ahz -ahz -aff -aff -aka -aka -aCe -aNB -aDh -aka -aql -aql -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abp -aQr -beD -cuy -cuy -cuz -aaa -aaa -aaU -aWj -aaU -btT -bxa -bBF -bGy -bNk -bUc -bXM -cco -ccE -btZ -aTl -bsz -cdU -ces -ces -ceN -ceW -cJv -mkx -cJw -cJN -asR -awe -asS -asS -asS -asS -avC -aQe -ckx -cqP -crl -csQ -cqs -cqG -crt -cdm -ctl -cuL -cvd -cAp -cvd -cNe -cNt -beZ -cIS -coz -bty -bBl -aaU -aaU -aaU -bme -bog -bpT -bqM -btL -czm -bui -cOw -bui -bui -bui -bui -bui -bui -bui -bNW -bOa -bOe -bOi -cnd -bOl -cnH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(144,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adn -ahZ -amP -aea -adQ -ayk -aGZ -aKn -bEG -bEX -bEX -asg -bEX -bEX -aXv -bEM -bEO -bEP -amE -asp -auh -ayG -aNX -aEA -bvi -bvF -bvL -aXn -cBM -bDS -bER -aql -aaa -aaa -aaa -aaa -aaa -aaa -aVs -aVs -aUq -bmO -aUq -aVs -aVs -cuA -cuz -aaa -aaU -aWj -aaU -btT -btT -bBH -btT -bNl -bvB -bXM -btT -btT -btT -cjF -bMX -cdt -cdt -cdt -ceO -ceX -aeI -aQx -asD -asR -asR -avE -avQ -avQ -avQ -avQ -bem -aQe -asR -aSK -aSr -aeI -bxz -bwP -cBn -cBH -ctE -cuM -cvg -cBa -cJk -cNf -cNu -bSy -cIT -coD -bub -bIo -aaU -cNK -aaU -bme -bom -bpT -bqU -btL -czo -bPO -bPT -bQd -bQd -bQr -bJo -bNQ -bNQ -bNQ -bNX -bOa -bOe -bOg -bui -cnf -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(145,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adq -aib -asy -aea -ann -azG -aag -ael -agQ -aje -akM -anz -akM -akM -apq -aqZ -avT -avT -aCN -avT -avT -aAb -avT -aCN -avT -avT -aHl -aNY -cBN -cbZ -bEa -amy -aaa -aaa -aaa -aaa -aaa -aVs -aVs -bjO -bmk -bmU -bok -bpr -aVs -aVs -cuA -cuy -cuz -aWj -aaU -aaa -btT -bBV -btT -bNn -btT -bYf -btT -aaU -aVt -adN -bsz -aaa -aaU -cdt -ceP -ceK -aeI -arN -arF -asS -auC -avH -axM -axM -axM -axM -aPh -aQk -asS -aSK -aTW -aVB -cqu -bwR -cBx -cBI -ctG -ctG -cvh -cBm -cJy -cNg -cNs -cIB -cIM -bXX -bty -bBl -aaU -bIm -aaU -blp -bme -bme -brv -btL -czp -bAW -bBm -bui -bui -bQs -bNH -bme -bme -bme -bme -bOb -bme -bOh -cne -bOm -cnH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(146,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -adn -ajh -amP -aea -adQ -ayk -aGZ -aKn -alR -bqQ -aox -anD -aox -aox -aFp -aHh -aJS -aMy -axG -aJS -aHh -aHh -aHh -aCz -aHh -aHh -cBq -aRT -cBO -cca -bEa -amy -aaU -aaU -aaU -aaU -aaU -aVs -bhq -bjY -bka -bmV -bka -bps -ang -ang -ang -ang -cuB -aWj -aaU -aaa -btT -bBX -btT -btZ -btT -aaa -aaU -aaU -aTl -qeq -bPh -guK -hXk -hXk -cJp -hXk -hXk -tjb -asx -asS -auD -awX -axQ -beH -axQ -aZt -avI -beI -asS -aSL -aTZ -aWV -cqv -bwV -cBy -cBJ -cdy -cuN -cvi -cBB -cvi -cuN -cNv -bhT -cIM -bXX -bty -bzr -byT -cfc -bcT -bmf -bon -bpU -brN -btL -czq -bme -bBm -bui -bui -ctV -blp -bme -aaU -aaU -aaU -aaU -bme -bme -bme -bme -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(147,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aax -ajm -aoQ -ach -adQ -aFr -aKg -ahO -aml -abX -akd -aoA -awt -aDb -aqL -anB -alS -aMC -apR -atP -aji -azm -azm -aCB -azm -aRM -bar -aSD -cBP -bDV -bEb -aUq -aVs -aVs -aVs -aVs -aVs -aUq -bhv -bka -bka -bnb -boV -bpt -aRF -cog -bnt -ang -cuC -cuD -cuD -cuy -cuE -cuD -cuy -cuy -cuE -cuy -cuy -cuD -cuG -eUF -bsz -aej -agc -agT -bFg -apm -aqS -arP -cph -asS -auN -avK -axR -aAy -aOk -aOR -aPm -aPm -bBo -aTm -aUb -bAR -bnf -bwR -cBx -cCR -cdz -cPI -cdJ -cdM -cdJ -cdO -cPK -bbY -cIM -bZl -cwO -cyr -cyx -cyr -cyr -cyD -cyJ -cyJ -cyV -cze -czr -bme -bBm -bui -bui -bJq -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(148,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -aax -aea -adQ -adQ -adQ -aFt -apv -aiF -amr -aqL -aoy -aoD -aoj -aDm -aqL -aji -aKs -aNl -apU -atP -aji -aBT -buP -aCD -bvl -bvZ -bas -aSD -cBQ -ccb -cBV -aUw -aVx -aWU -aZm -aWU -aVx -bfO -aVx -aWU -bms -bnd -boX -bpH -ang -coh -cfy -bvb -aRu -aSv -aSy -aSw -aTk -aQJ -aQJ -aQJ -aQJ -aQJ -aQJ -aRZ -aVK -cxa -bPr -sVC -aNH -bEr -cJA -aqO -anE -anE -anE -aQT -ayb -axt -aCZ -aRG -aOl -aOV -avQ -cmX -aRp -bkJ -aUf -aeI -bnp -cmO -cfU -cmm -cri -cdH -cdK -cPu -cdr -bqw -cdS -bUs -cIU -coL -cyk -cys -baN -baN -baN -coq -box -box -cyW -cpy -bPD -bAY -bBw -bCA -cql -bJq -bNI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(149,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aax -aba -aax -aax -aax -aax -aax -adr -ach -adQ -acT -afR -apv -apv -ajb -amt -anH -aAQ -aoG -bvp -aDF -aFk -aHh -aKB -aNu -aou -aou -aji -aBW -aBX -aCF -buX -bAh -bat -aSD -cBP -bDX -cBW -aUq -aVs -aVs -aVs -aVs -aVs -aUq -bhO -bka -bka -bno -boZ -bpJ -apd -bfI -clH -ang -aRX -aSw -aSM -aaU -aTl -aaU -aaU -aaU -aaU -aaU -aaU -aSu -aYU -cxb -bsz -aej -agC -bEK -cJB -apm -aqT -arQ -cpi -asS -aTQ -avU -ayn -aFU -aOq -aOY -aPO -aPO -bCW -bvY -asB -bAR -bnq -bEW -bQF -cah -cdA -cPJ -cdL -cmv -cdL -cdQ -cPL -bUD -cIV -coN -cyl -bzI -bHn -bzI -bzI -cor -boy -boy -cyX -btO -bPE -bme -bBm -ccx -bui -bJq -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(150,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -abb -abs -abs -abu -cqV -acg -ach -adQ -adQ -adS -adS -adS -adV -ajd -ajj -aqL -azr -bwl -bEn -anJ -aqL -awh -amx -aNU -aqj -aji -aji -aFV -aiv -aMj -amA -bDu -bat -aSD -cBR -cbZ -cBX -amy -aaU -aaU -aaU -aaU -aaU -aVs -bid -bkv -bka -bnw -bka -brA -ang -ang -ang -ang -aaU -aaU -aaU -aaU -aTl -aaU -aaa -aaa -aaa -aaa -aaa -bgh -bGQ -bIT -bPX -aaU -atF -atF -cJC -atF -atF -arO -asC -asS -auY -azE -ayo -bCb -ayo -bei -avV -aQs -asS -bwJ -bfn -aXh -cqw -bSx -bQG -cbd -cdB -biL -bkD -cop -bkD -biL -boa -bhT -cIW -cIZ -cym -bzU -bzV -cuo -bcT -bnO -boz -bqp -cyY -btL -bPF -bme -bBm -ccx -bui -crj -blp -bme -aaU -aaU -aaU -aaU -bme -bme -bme -bme -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(151,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aax -abg -abt -abt -abK -cqV -csb -ads -ajK -adQ -adS -aeG -adS -afd -ajI -afK -aqL -aqL -aqL -aqL -aqL -aqL -afK -amy -aOD -aql -awB -boO -aAp -aCn -amA -bvD -amy -bas -aSD -cBN -cca -cBX -amy -aaa -aaa -aaa -aaa -aaa -aVs -aVs -bkw -bmt -bnB -bmt -bpZ -aVs -aVs -aaa -aaa -aaa -aaa -aaa -aaU -aTl -aaU -aaa -aaa -aaa -aaa -aaa -bsz -aTl -cxc -aaa -aaa -aRD -ciT -cJD -cmu -atF -arY -awW -asS -avc -awa -clA -aLF -axM -axM -aPP -crs -asS -cpj -aUr -bmT -cqx -bwP -bQH -cdj -cdC -biQ -cjY -cot -blt -cse -bob -cjz -bjm -cIM -cym -bIp -aaU -bIx -aaU -blp -bme -bme -cyZ -btL -bPG -bBa -bBm -ccx -bui -bJR -bNJ -bme -bme -bme -bme -bOb -bme -bOi -bOj -bOl -cnH -cnE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(152,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aax -aax -aax -aax -aax -apv -crS -adS -adS -aeW -adS -apo -adS -axL -agZ -aeZ -agm -aqW -ahX -aiU -afZ -agl -apW -amz -amz -aqm -amz -amz -aAq -bGa -bGG -bGG -cAY -cBq -aRT -cBS -cBU -cBY -aqn -acK -acK -acK -aqn -aaa -aaa -aVs -aVs -aVs -bnB -aVs -aVs -aVs -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aTl -aaU -aaa -aaa -aaa -aaa -aaa -bsz -aTl -cxc -aaa -aaa -atF -ciU -cJE -cJG -cJI -cJK -cJL -cJO -asR -aOQ -bev -cbJ -aOx -aPc -beq -aQe -asR -crw -aUt -bpK -cqy -bEW -bQF -cdk -bmQ -biR -bjy -cou -csd -byr -bob -bhY -bXW -cJa -cyn -bQR -aaU -cNL -aaU -bme -bpi -bpT -cza -btL -bPH -bBc -bBM -ccx -bui -bui -bJR -bNR -bNR -bNR -bNY -bOa -bOe -bOg -bui -cnf -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(153,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aYp -cdc -crR -adT -aeo -afm -aiA -apt -bve -afS -ahK -aix -ajM -akH -akH -asP -akH -akH -bhj -bEJ -cfS -bEJ -cml -amA -amA -amA -aMl -bcW -bvH -bvL -aXn -cBM -bDY -bEd -aqn -cCd -aRE -aSY -acK -aaa -aaa -aaa -aaU -anK -cAL -anK -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aTl -aaU -aaU -aaa -aWR -aaa -aaU -bsz -aTl -cxc -atF -atF -atF -cmh -cmp -atF -atF -asi -asi -cJP -asR -awe -clB -asS -asS -aPd -avC -aQe -aRR -cpj -aSr -aeI -bQq -cqI -bQM -cdl -cdu -cdN -ciK -ctd -cwC -bmw -bob -bia -bXX -cIM -bty -bIp -aaU -aaU -aaU -bme -bog -bpT -czb -btL -bPI -bUx -bUx -ccK -cOw -bui -bui -bui -bui -bui -bNZ -bOa -bOe -bOh -cnc -bOm -cnH -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(154,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -agd -cdc -crR -adT -aeE -afm -afm -apT -adS -bEu -aif -afa -aha -ahx -ahx -asT -ahx -ahs -afK -aGR -aAa -are -cmo -avP -aAW -aDq -aNn -bvh -aql -aCe -aYK -aDr -aci -aqn -aqn -aRj -aND -aVX -anK -anK -aHA -aHA -anK -anK -cAM -bCM -anK -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aWj -aTl -aWj -aMI -cgd -bwW -beE -bwW -bsz -aTl -cxc -atF -aus -aus -aus -aus -cmw -atF -asv -asN -cJQ -avA -azh -aOd -aOM -aOC -aPe -clC -aQC -aRV -cJl -cko -aeI -bpv -cqJ -cdg -cds -cdv -biQ -bXf -bkG -cwP -ctn -bob -bib -bXX -cIM -bty -bIp -aaU -aaa -aaa -bme -bpj -bpT -czc -cze -czs -czy -bui -bui -bui -bui -bui -bme -bme -bme -bme -bme -bme -bme -cnG -bme -bOo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(155,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aYp -cdc -crT -adT -aeF -afp -aiV -anv -aec -axS -aif -afK -ahb -ahx -aia -atm -alX -ahx -arx -amF -afK -aka -cmA -aka -aka -aka -aka -aka -aka -aLU -aNE -aRd -acK -aHL -aIN -aMK -aOc -aSA -aTo -aTt -aTJ -bsR -bCG -bCK -cAN -bCN -anK -aaa -aaa -aaa -aaa -arE -arE -arE -arE -bxP -arE -aMI -cgX -bim -cik -bwW -bsT -bGQ -bHe -bHA -aus -bcM -cmi -cmq -aus -atF -aqU -asG -cJR -aws -aqU -aqU -aMz -chE -cie -cjK -ckm -cnh -ckm -ckm -ckm -ckm -cqK -cru -csz -cdw -biQ -biQ -biQ -biQ -biQ -boc -bzV -bYm -cJb -bzV -bUn -aaU -aaa -aaa -blp -bme -bme -blp -btL -bPH -bBe -bui -cma -bHt -bHt -bme -bme -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(156,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -adq -adq -adq -aec -afM -agx -aja -aoM -aec -agi -aif -afK -ahc -ahx -ahx -ajs -atO -ayl -bml -ary -afK -atR -cmC -aSU -aka -aER -aFO -aGF -aKf -aMb -aPl -aRf -adR -arX -aKj -aVy -aRx -aSF -aTr -arH -aVa -aIK -aKk -aTU -cAO -cCA -anK -aaU -aaU -aaU -aaU -arE -bGJ -bFe -atf -bxS -bzo -aMI -cgY -bwW -cil -bwW -bwW -bCj -anr -bHO -aOP -biu -cmj -cmr -cmx -atF -cfv -asI -cJS -clx -awA -chl -aNx -chF -cir -cjL -ckB -cno -cpa -cpR -cqa -ckm -ckm -csq -ckm -bUN -biV -cKg -cLn -cLz -bmz -biV -cdP -bXX -cIM -bqE -bcT -aaU -aaa -aaa -aaU -aaU -aaU -blp -cmy -cmz -blp -cqU -blp -bme -bme -bme -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(157,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aec -aec -bEp -bEp -bEp -bEp -bEp -aif -afK -ahd -ahx -ahx -ajD -atC -ahx -bmr -bPu -ciN -cly -aCv -cwZ -aka -aEX -aFQ -aGI -aKf -aMb -aPx -aLj -anh -azo -aKp -aND -aND -aWH -aHx -asc -aWn -bvG -aKl -bCQ -cAP -anK -anK -arE -atf -aKT -arE -arE -att -cqr -arE -byv -bAN -aMI -cgZ -cif -cim -cmD -ciS -bCj -anr -bHO -aus -blX -cmk -cms -aus -atF -ast -asI -cJT -cJZ -cKa -cKb -cKc -chG -ciD -cjU -ckC -cnr -cpk -cpS -cqc -cqA -cqL -css -ckm -bUO -cdR -ciL -cLr -cwQ -bPx -bod -beW -bXX -cIM -bqD -bcT -aaU -aaU -aaU -aaU -aaU -aaU -bxw -bza -bMQ -blp -cnf -cdd -aYp -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(158,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -abp -aaa -aTd -aaa -abp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaV -aaV -aaV -abe -aeP -agX -ajS -aHj -bvm -ahP -aif -afK -afK -ahT -ahx -ahx -ahx -ahx -bvo -amM -apW -ars -cwN -azR -aBG -aEY -aFR -aGU -aKm -aMc -aPx -aRg -aGH -aIf -aLs -aRA -bkT -aWJ -aHz -btb -aWn -bvR -bCI -bDJ -cAM -bCP -boA -aYC -brf -att -att -att -btP -bwo -arE -bAd -arE -aMI -cha -cig -cck -bwW -ciV -bCj -anr -bHO -aus -aus -aus -aus -aus -atF -asI -asI -cJU -avw -bRd -azg -aNQ -chI -ciH -cjX -ckF -cns -cpo -cpT -cqn -cqC -cqM -cst -ckm -bUG -cfn -con -coo -cwR -bPy -bVY -bWn -bYO -cJc -bXb -bcT -bpP -bpP -bpP -bpP -bpP -bpP -cro -bza -bMQ -blp -ctH -cdd -csc -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(159,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaV -aaU -aaU -aaU -aaV -ahP -ahP -ahP -bzp -ahP -aif -aiB -afK -ahU -ait -ajE -amC -ahx -bvo -aIm -apW -arv -aub -azS -aBG -aEZ -aFS -aHd -aKr -aMf -aPy -aRi -aqc -aqn -aci -aci -aci -aXQ -aHy -bDc -aWw -aWy -aYm -aYD -aYE -aYF -beQ -bjw -bwu -bnl -bwp -bwM -bxq -byt -byu -bAz -ceQ -cgT -chc -bmY -ccI -bmY -anm -asu -anr -bHO -atF -atF -atF -atF -atF -atF -aqU -asM -cfL -aqU -aqU -aqU -aqU -chK -chK -ckm -ckm -ckm -cpA -cpU -cqo -cqD -cqO -ckm -ckm -bjZ -blq -bCz -bCz -cgc -cxi -cAA -cAI -cAZ -cJd -cBp -ccV -cIt -cIu -bMq -bJl -bLK -bYe -bHL -bYt -bYD -blp -crU -cdd -aYp -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(160,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaV -aaU -aaa -aaa -aaU -ahP -akn -aJR -bEg -ahP -aoJ -ass -afK -afK -afK -afa -afa -anF -bvq -afK -aAa -aka -atS -aka -aql -aFa -aFW -aHm -aKf -aMr -aPA -aLj -aPx -aTN -avm -aVH -aWX -aZF -anK -aHz -aWx -aTr -boA -cAF -bCL -boA -anK -bqb -avm -brj -bsO -avm -bVz -bVK -bGX -cbR -ceS -bmW -chv -bwW -cin -aMD -arp -bCk -aqk -bRn -qlJ -qlJ -bcG -cmt -auR -aYL -cfw -bap -cJW -bcI -bbF -bbN -bbN -bbO -bbL -bcb -aaU -ckm -cpF -cpV -cqp -cqE -crb -ckm -bgl -bgl -bjb -bjb -bkI -cic -cxj -biV -bie -bZl -cqQ -bqD -cBr -aRY -bcE -aRY -aRY -btz -cOe -btB -btB -btA -blp -blp -blp -blp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(161,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abc -aaU -aaa -aaa -aaU -aio -akZ -biO -bEt -bEA -aik -ajl -ajP -alh -aqN -ato -aut -ayw -bDB -bSu -cjm -asm -aqo -aAo -bDi -aFb -aGf -aHw -aKu -aME -aPC -aRk -aSI -aSI -aUJ -aVU -aVU -aZH -bch -bea -bfS -biX -bkK -bmA -bnE -bch -aSI -bqk -brg -bry -btq -avm -aMI -aMI -bwW -bwW -bwW -aMI -chw -bwW -ciq -bwW -ciV -bwW -aaU -bsT -bRo -bRp -anr -bcI -bgw -bgw -bgw -bdk -cJX -bcI -bbJ -bbF -bbN -bbN -bbN -bbO -bbV -ckm -cie -ckm -cqq -ckm -crm -ckm -bgn -bhn -cuO -bhn -bhn -cic -cDi -biV -bdH -bWO -cqR -bqE -cBr -aST -bcF -ckc -bnQ -btA -bMQ -bta -bta -bta -bta -bta -aaa -aaa -aaa -bNK -bNS -bNU -aaa -bNK -bNS -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(162,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaU -aio -alb -aKe -bEw -ahP -bEB -bGo -afA -ahN -aiC -alz -avt -azx -bEv -bZM -avt -avd -bDp -bDv -aiC -aFd -aGj -aHB -aKz -aMM -aPG -aRn -aSO -aUa -aUN -aWf -aWY -aZL -bcq -bcq -bgb -aSO -bkQ -bmB -bnF -bpc -bqa -bnF -brh -brE -btt -btJ -bmS -bwq -bwX -bwX -bzL -bwX -bBp -bwW -ciq -bwW -ciV -bwW -aaU -aaa -aaa -bsz -cJx -cJF -bRA -cJJ -bsX -cJM -cJY -bcI -bbJ -bbL -bbN -bbN -bbN -bcb -ciI -bjI -bkB -bmP -bKj -bbV -bfG -bge -bgB -bho -bjc -bjK -bkI -csm -cxk -biV -cvN -bjm -bXX -bqD -cBs -aTc -bdL -biE -bpV -bLZ -bNt -bta -btQ -bxN -bDh -bHM -aaa -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(163,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaU -ahP -alf -afh -bEy -ahP -aiz -aiz -aiz -ahN -aiC -ake -avt -aDD -aqp -aui -aAm -bvw -bDq -aul -bDA -bDA -bDA -bDA -avm -aMO -aLr -aRs -aSS -and -amY -amY -amY -amY -amY -amY -bvu -aJd -aKQ -aJd -aKQ -aJd -aJd -bql -bri -brW -btu -bsO -aMI -aMI -aMI -bAk -aMI -aMI -bzn -aMD -ciq -bwW -ciV -bwW -aaU -aaa -aaa -bsz -anr -bcI -sdp -bUX -bgw -uwK -bhm -bcI -bbL -bbN -bbN -bbN -bbN -bbO -bcl -bAa -bkM -bja -bKB -bcl -bfG -bge -bge -bge -bge -bge -bge -cwS -cxl -biV -bdI -cNx -bXX -bqD -cBr -bcu -csS -biH -bnQ -btB -bNV -bta -bzd -ceh -bzd -bHM -aaa -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(164,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaU -ahP -ahP -ahP -ahP -ahP -aaU -aaU -aiz -ahN -aiC -alc -avu -aDD -aqx -awv -bvr -bDn -bDr -bDx -bDC -bDF -bDE -bDK -avm -aMT -aLr -aRt -aTe -amY -aBq -aCQ -aFe -aCJ -bFn -bFn -aJd -aJi -aKU -cCs -aLD -aLR -aJd -aZD -bwE -bIX -csB -bwj -bmW -bEQ -bxb -aNW -cCF -bmW -bzn -bwW -ciq -bwW -ciV -bwW -aaU -aaa -aaa -bsz -anr -bcI -aXp -bVb -cfx -bhs -bmm -bcI -aaU -aaa -aaa -aaa -bbV -bbV -bbV -bhk -bwi -blN -bKX -ciI -bfG -bbV -bgH -bhp -bjd -bZi -boG -cxe -cxm -bgf -cIC -bjm -bXX -bqD -cBC -bcv -bdL -bkf -bWY -btC -bPm -bta -btV -cfG -btV -bta -aaa -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(165,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aiz -amw -aiC -ald -avZ -aGY -aqQ -ayc -bvA -bZN -bDs -aaB -aEg -bDG -bDI -bDK -avm -aMW -aLr -aRK -amY -amY -aBs -ane -anp -aCJ -bFn -bFn -aJd -bfH -bdq -bet -bmu -aUs -buQ -bvk -bwF -bVi -cvJ -bwn -bmW -bws -aNW -bxd -bBK -bAS -bCq -bwW -ciq -bwW -ciV -bwW -aaU -aaa -aaa -bsz -anr -bcI -bcI -cwy -bcI -jMO -bcI -bcI -aaU -aaa -aaa -aaa -bbV -bfN -bhk -bhk -bwt -bja -bLn -bbV -bfG -bbV -bgI -bDl -cuP -bjM -ccW -cgs -cxn -bgf -bBU -bnN -crc -buw -aRY -bcD -bcF -bkz -bnQ -btD -bPm -bxH -bzc -bBg -coW -bxH -bxH -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(166,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aiz -amD -aiC -afV -amK -aHc -bEH -azV -bvC -cbQ -bDs -bDz -aNe -bDH -bDA -bDA -avm -aNs -aLr -aRN -aSe -aAC -aAD -anp -ane -aCJ -bGe -bFn -aJd -aJl -aKV -bfz -bmx -aLp -aML -aZe -bhF -bXc -bhG -bhH -bhL -bio -biD -cAq -bkE -bmW -bBq -bwW -ciq -aMD -ciV -bwW -aaU -aaa -aaa -bsz -anr -aaU -aaa -cwz -aaa -jyu -aaa -aaa -aaU -aaa -aaa -aaa -bbV -bgg -bgK -bhk -bwG -bja -bLv -bbV -bfG -bbV -bjf -bkh -blu -ciI -ccZ -cgs -cxo -bgf -bgf -bez -cxB -bhf -aRY -aRY -aRY -aRY -aRY -btz -bPn -btE -bzk -crp -bBf -bDf -bHM -aaa -aaa -aaU -avr -aaU -aaa -aaU -avr -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(167,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -adx -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -asd -ahN -aiC -alH -amK -aDD -aqp -aAg -bCJ -cjn -bDt -bDA -bDA -bDA -bDA -aHC -aKW -aNt -aLr -aRN -amG -aAD -aBs -awP -anp -aCJ -bFn -bFn -aJd -bDe -aKX -bet -bmX -aLS -aML -baY -bwO -bEi -cwt -czQ -czX -cAd -cAn -cAr -bkL -bmW -bBr -bwW -ciq -bwW -ciV -bwW -aMD -bwW -aaa -bsT -bHe -bRo -bRp -aaa -cwD -jyu -aaa -aaa -aaU -aaa -aaa -aaa -ciI -bgv -bhk -bhk -bxe -bja -bLA -bbV -bfG -ciJ -bUk -bUH -bVg -bVn -cfd -cgs -cxp -ckq -bgf -beB -cxC -bgq -cjA -biy -bjN -bkO -biZ -bXY -bPm -bxH -bFF -csU -bBg -bDg -bHM -aaa -aaa -bNK -bNS -bNU -aaa -bNK -bNS -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(168,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aaa -aaa -aaa -aaa -cjj -cjj -cjj -cjj -cjj -ahN -aiC -aiC -amL -aQZ -aqx -bvw -bvw -bvw -ant -aoN -aJH -anS -amc -aHX -aLd -aNE -aPJ -aRN -amG -ane -anp -csy -aBs -aCJ -aCJ -amY -bvu -aJd -aKQ -bfB -brt -aJd -bvu -bAO -bxc -bFd -czN -czR -buh -bwv -bxh -byP -bkN -bmN -bng -bnM -boh -bpI -bqg -bqu -bra -bwW -bwW -aaU -bdR -cJr -bTJ -aaa -aaa -cPz -aaa -aaa -aaU -aaa -aaa -aaa -bbV -bbV -bbV -bhk -bwt -bBi -bLO -bbV -bTV -bgf -bTk -bUR -cfO -cja -cja -boj -cxq -cxv -bgf -brQ -cxC -bgq -bhX -biz -bjP -cJi -biZ -btz -bPm -clW -bPM -bzd -bBg -bDh -bHM -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(169,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aao -aaO -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -aaO -ado -aaa -cjj -cjk -anb -ajo -ajV -anG -aro -avb -awb -awI -amc -agU -air -aZK -anN -awD -aoO -azT -bso -aIb -aLe -aNP -aPL -aRP -aKq -aLM -aMu -aNy -aSd -aTq -aVY -aJj -aJd -btm -bdo -bet -bse -aMd -aJd -bdA -bxg -bvs -aMA -czS -buW -bwx -aMA -aMA -aMA -aWE -bzn -bwW -ciq -bwW -ciV -bwW -brr -bCr -cwv -bAQ -bAQ -cJs -bUV -caf -bam -cPA -bam -bYl -bam -bam -bam -bam -bbX -bbX -bcn -cnv -bxL -cpW -bLP -buH -bBz -bPY -bUd -cdx -cga -cgq -cgq -bzw -cxr -cxw -cxx -cxz -cxD -cxF -bhX -biJ -bjQ -ccF -biZ -btz -bPm -bxH -bSf -bzd -bQD -bxH -bxH -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(170,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aao -aaP -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -aaP -ado -aaa -cjj -agG -aiu -ajv -akb -anZ -arG -avf -awf -awU -amc -awV -aoO -aqq -aqq -avh -azX -aCV -cra -aIp -aLh -aOf -aPQ -aRS -amY -aAF -aMv -aDI -aBs -aAD -aBs -aGB -bsS -bvT -bdp -cAJ -cAR -buZ -aJd -bhe -bxp -bvx -aMA -czT -bva -bwy -bxi -cCE -cAw -aWF -bBD -bmS -ciM -bmS -ciX -bmY -brP -brX -bsh -bsu -bsx -cJt -sVC -cdp -sVC -cPB -sVC -bZp -sVC -sVC -sVC -frb -bvM -bvW -bvX -bwd -bxU -bBT -bLQ -bLT -bQh -bLT -bLT -cdF -bVl -bZd -cfX -ciP -cjB -cgt -bcl -bfc -bgs -cxG -bif -cnA -csg -btW -biZ -bUW -bRr -bxH -bzj -bzW -bBx -bxH -aaU -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(171,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -ahv -aaa -aaU -aaa -aaa -aaa -aao -aaP -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -aaP -ado -aaU -cjj -amO -afo -cjl -cjj -bGq -bEf -avm -awb -awI -amN -anM -aoO -aoO -aoO -aoO -aoO -aFI -amc -aIt -aLj -aOg -and -aoE -amY -aAG -ane -aEi -aAD -aBs -aAD -aMV -aNq -aOi -bdp -bfK -bsW -cCB -aJd -bhi -byM -blP -aMA -czU -czY -cAe -bFz -cAs -cAx -bhU -biN -biY -bne -cAz -bqf -bqH -brY -bsi -bsv -bsy -bsy -bsD -bsI -bRv -bsD -bww -bsD -cPE -cPF -cPF -cPF -cPG -bBL -bBL -bCm -bwg -bzC -boC -bLR -bTx -bUb -bUh -bUm -bUZ -bVm -cbM -cfY -cJz -cjC -bhr -ckv -bdV -bgt -cxC -bhX -biJ -bjQ -ctu -biZ -btz -bPm -bxH -bxH -bxH -bxH -bxH -aaU -aaa -aaa -bNK -bYQ -bNU -aaa -bNK -bYQ -bNU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(172,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -cnM -abM -acj -aaU -aaa -aaa -aaa -aao -aaP -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -aaP -ado -aaa -cjj -cjj -cjp -cjp -cjp -aoK -aoK -aoK -awb -awI -amN -aii -aoO -aqr -aSR -awE -aoO -brx -amc -aIw -aLj -aOj -amY -aoZ -anp -ane -anp -aDI -aBs -aAD -aBs -aHe -aJd -bmI -aZi -bfL -btM -bvf -aJd -bhw -byO -bBb -aMA -btc -czZ -cAf -bVH -bwA -bAj -aMB -bzn -bwW -cgY -bwW -cil -bmW -bCt -aMI -aMI -aaa -aaa -aaa -bfW -bJv -aaa -cwI -aaa -cbG -aaU -aaa -aaa -aaa -aaa -bbV -bhu -bhr -bbT -bdZ -brR -bbT -bUf -bbT -bbT -bbT -bUP -bbT -bbT -cJV -bbT -bbT -bbT -brQ -bgt -cxH -cxN -cxP -cxQ -cxU -cxW -cxX -cPN -clX -bZu -cmM -bYn -bZt -bHN -bHN -bHN -bNL -avr -aaU -aaU -aaU -avr -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(173,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aav -abR -acj -aaU -aaa -aaa -aaa -aao -aaP -ado -aaa -aaa -aaU -adx -aaU -aaa -aaa -aao -aaP -ado -aaa -aaa -aaU -aoK -asA -atu -aue -auO -arM -awb -axa -amc -anO -arn -aqt -atX -ayV -aJJ -brC -bsq -aIy -aLo -aOm -amY -aqd -ane -aBS -aBV -aEk -aBV -aBS -aAD -aHf -aJd -aJd -bco -aJd -aJd -aJd -bvu -bdA -bxp -bvs -aMA -aNc -bvQ -cAg -bxr -byY -cvP -aMB -bzn -bjz -cgZ -bzH -bJS -bmW -bmW -aMI -aaU -aaU -aaU -aaU -bfW -opd -aaU -cwJ -aaU -cbG -aaU -aaU -aaU -bbT -bbT -bbT -bbT -bbT -bbT -bkm -brV -cPH -bfU -bFD -bgO -cqt -bUQ -cvj -cDg -cKd -ben -bor -bcV -bfe -bgt -cxI -ctv -biM -bjS -bkS -cpJ -btF -cxY -bZt -bZv -bYn -bYn -bZy -bHN -bHz -ckn -aqA -bNL -bNL -bNL -bNL -bNL -bOf -bOk -bOk -bOq -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(174,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaD -abM -acm -aaU -aaU -aaU -aaU -aao -aaP -ado -aaa -aaa -aaU -adx -aaU -aaa -aaa -aao -aaP -ado -aaU -aoK -aoK -aoK -asE -atw -atw -atw -arM -awg -axb -amc -amc -amc -amc -amc -azF -aJY -brD -bsr -aIB -aLj -aOy -amY -apw -anp -aBS -ayy -aEj -ayy -aBS -aBs -aHi -aJk -aJd -bdm -aLA -aJd -aMk -aMk -bdA -bxp -bvI -aMB -aMA -aMA -cAh -aMA -bzf -bAp -aMB -bzn -bxG -bxF -bxG -bXs -cii -cjg -cji -aaa -aaa -aaa -aaa -bgi -fui -aaa -cwK -aaa -cbG -aaa -aaa -aaa -cmH -crh -bVx -bVw -bVy -bVw -cwc -buz -bAu -bCx -bPZ -bUl -bVc -cte -cvk -cDm -cvk -ctp -ctq -bkX -ctr -bZw -cxJ -bez -biZ -biZ -biZ -biZ -btz -cxY -bZt -bZt -bZx -bZt -bZt -bHN -bHP -bHN -bNL -aaU -aaU -aaU -aaU -bOc -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(175,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaY -abV -acq -acJ -adk -adG -aaU -aaU -aaT -aaU -aaU -aaU -aaU -aaT -aaU -aaU -aaU -aaU -aaT -aaU -aaU -aoS -aqe -aqe -asQ -atx -auf -auU -avp -awi -axd -ayv -azD -ayv -aBD -aCx -aDw -aEl -aFg -aGk -aIW -aLq -aOG -amY -apa -ane -aBS -ayy -bvE -ayy -aBS -aAD -aHJ -amY -aJd -bds -bfQ -bug -buL -buL -bhC -byS -aMn -aMD -bEj -bvU -cAi -aMA -bzg -aMA -aMB -bzn -bwW -bxF -aMD -bEL -bAK -bjz -aMI -aZG -aaa -aaa -aaa -bgi -fui -aaa -cwI -aaa -cbG -aaa -aaa -aTx -bbT -bbT -bbT -bbU -bcV -crd -bej -bej -bfs -bfY -bej -bla -bVh -ctf -bkc -bcV -bcV -bnh -bnh -bcV -bcA -bgZ -cxK -ctw -bjl -bGC -bpQ -bpQ -cOa -cPO -cya -cya -cya -cya -cye -bHN -bIy -bHN -bJQ -bJQ -aaa -aaa -bNK -bYR -bNU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(176,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -cpB -aaa -aaa -aaa -aaU -abr -abM -abr -abM -adl -abM -aZG -aaU -aaV -aaV -aaV -aaV -aaV -aaV -aaV -aaV -aaV -aaV -aaV -aaU -aTx -aoK -aoK -arK -asZ -aty -auj -auX -avq -awj -axn -ayx -azH -aAr -aAr -aCI -aDy -aEn -aFs -aAr -aIY -aLr -amG -amG -apL -anp -aBS -aBu -aEj -aBu -aBS -aBs -aGB -aJf -aJd -bdw -bfT -aJd -aMk -aMk -bdA -bzQ -ccl -czO -czV -czV -cAj -bxs -bzl -bkg -bPq -bzn -bwW -byW -bCB -bIC -bVj -cip -cpE -aaa -aaa -aaa -aaa -bgi -fui -aaa -cwK -aaa -cbG -aaa -aaa -aaa -cpp -cgj -cgk -cgj -bcj -cgj -ben -bej -cqF -bfZ -bej -bAB -bVk -ctg -cjd -ctm -blQ -bbw -bci -bci -bfP -cqj -cxL -bir -biZ -cjt -bXE -bLZ -bLZ -bYh -bYn -bYn -bYE -cni -cyf -cgy -bIz -cmc -ceJ -bJQ -aaa -aaa -bNK -bYR -bNU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(177,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abD -abW -acr -acW -adw -adH -aaU -aaU -abc -aaU -aaU -aaU -aaU -abc -aaU -aaU -aaU -aaU -abc -aaU -aaU -aoT -aqy -arL -asZ -atD -auk -atD -avs -awl -axq -ayB -avb -aAs -aBJ -awp -awx -aEr -aFx -aGl -aIZ -aLr -amG -ane -anp -ane -azt -aBv -aEj -aFh -aKN -aAD -aGN -aJg -amY -aOt -bfV -amY -aMs -aMs -bhD -aOA -bvN -aMs -bmo -cAa -cAk -bxy -bzi -cAy -bTU -bzn -aMD -bzh -bwW -cih -aMI -aMI -aMI -bLw -bMM -bMM -bMM -ifC -bJv -aaU -cwJ -aaU -cbG -aaU -aaU -aaU -bbT -bbT -bbT -bbT -bbT -bdT -beX -beU -beU -beU -beU -bLu -bVr -cth -cje -csv -bcV -bby -bck -bdM -bdM -bhb -bhM -bis -bjn -bjn -bXF -bjn -bjn -bjn -bjn -bjn -bjn -bjn -cyg -bGF -bIA -bIB -bNO -bHN -aaa -aaa -bNK -bYR -bNU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abp -aaa -aTd -aaa -abp -aaa -aaa -aaa -cpB -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(178,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abE -abM -acx -aaU -aaU -aaU -aaU -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaU -aoK -aoK -aoK -atd -atE -aum -ava -avs -awp -axD -ayE -awp -awp -awp -awp -aDA -aEt -aFA -aGm -aIZ -aLr -amG -anp -aBS -aBS -aBS -ayy -aEj -ayy -aBS -aBS -aLG -aJh -aLN -aOu -cCt -beA -aMt -aNw -bhE -btg -bvO -bwb -aMs -cAb -cAl -bhA -bgP -bzO -caD -bzn -bjz -ciG -bAK -ciV -aMI -aaa -bJj -bLS -kxw -kxw -kxw -bPA -wPS -aaa -cwI -aaa -cbI -mIT -cJr -aaa -aaU -aaU -aaU -aaU -bbT -bbT -bbT -bfE -bih -bkb -bkj -bkY -bVs -cti -cje -cto -bcV -bcV -bcm -bdV -bdM -cqk -bhP -biv -ciR -bjT -bXG -clV -bjT -cjf -btH -btX -ckE -bjn -cyf -bHN -cnS -bKZ -bNP -bHN -aaa -aaa -bNK -bYR -bNU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(179,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aav -abR -acj -aaU -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaU -aaa -aoK -ate -atG -auq -atG -avx -awp -axE -ayH -azM -aAt -awp -aFl -aDC -axU -aFB -awx -aIZ -aLr -amG -ane -azt -azu -aAH -aBv -aEk -ayz -azu -azu -aKN -aJm -amY -aQy -bgo -amY -amY -amY -bfX -btr -bvP -bwc -bmo -bwk -bwH -bxG -bzm -bAx -bBh -bBG -bAK -ciO -bAK -ciV -bAS -aaa -bJv -bMp -cwA -cwA -cwA -bgM -cwA -cwA -cwL -cww -cbL -cww -bdR -mIT -mIT -mIT -mIT -cJr -aaa -aaU -bbT -bgk -bbT -bkd -bbT -cea -bVG -cgn -cje -blb -blR -bni -bcA -bdM -bdM -cNA -bhb -ciE -cmT -cnB -csh -cHV -cPM -bjn -btI -buc -cme -bjn -cyf -bHN -bHN -bHN -bHN -bHN -aaa -aaa -bNK -bOd -bNU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(180,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aav -abM -acz -aaU -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aaa -aoK -atg -atG -aur -atG -avz -awx -axU -ayL -azO -aAu -awp -aCP -aDG -cPr -aFD -awp -aJa -aLr -amG -anp -aBS -ayy -ayy -aBS -bAZ -aFn -aFY -aFY -aFn -aJo -aLP -aMJ -bgp -buT -cCC -buN -bDj -bur -bvS -bwe -aMs -bmW -bwI -aMI -ceG -bAK -aMI -aMI -aMI -cjc -aMI -cnt -aMI -aaa -bJv -bMp -cww -bMY -bMY -bPB -xoj -cwx -cPC -cww -cbN -cww -aaU -aaa -aaa -aaa -aaa -anr -aaa -aaU -bbT -bEk -bfD -bVd -bkX -bUT -bXw -chd -cki -ctt -blS -bnn -bcA -bdM -bdM -bdM -bhP -biv -cDz -cDA -cDD -bnX -bjn -bjn -bjn -bjn -bjn -bjn -cyh -boI -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(181,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aRv -aaa -aaU -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aaa -aoK -ath -atG -auu -atG -avB -awx -axU -ayP -azU -aAE -awp -aCR -aDH -aEz -aFH -aGw -aJb -aLt -amY -anY -azt -azu -azu -aBv -aEk -ayz -azu -azu -aKN -aAD -aMe -bdB -bgr -buU -byo -apV -bgj -buu -bvV -aMs -aMs -aaU -bCU -aMI -ceG -bAK -bAS -aaa -aaU -aaa -aRv -aaa -aaU -aaa -bJv -bMp -cww -bMZ -bMZ -bPC -uAY -cwF -cwM -cww -cge -cww -aaU -cak -cam -cak -aaa -anr -aaa -aaU -bff -bgQ -bff -bgQ -bff -bfC -bYM -bjo -bkk -ctx -blV -bny -bdK -bma -bfR -bhd -bhQ -bpl -bjn -bjn -bjn -bjn -bjn -bRt -bxO -bzs -bzZ -bBy -cyi -boI -boK -boK -boK -boK -boK -boK -boI -aaU -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(182,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aaa -arM -ati -arM -atG -atG -avD -awx -axY -ayZ -azW -aAT -aBO -aCS -aDJ -aEB -aFJ -awp -aJs -aLz -amY -anp -aBS -aBS -aBS -ayy -aEI -ayy -aNa -aSC -aSC -aTB -aUx -bdX -bhV -buY -bMm -amY -aMs -buI -aMs -aMs -aaU -aaU -bCV -aMI -ceH -aMI -aMI -aaa -aaU -aaa -aaU -aaa -aaU -aaa -bJv -bMp -cww -cpM -bNa -bPJ -bRC -cwG -cPD -bVE -cbT -cww -bhI -bhI -can -bhI -aaa -anr -aaa -aaU -bfC -bfb -cmW -bic -cbk -bfC -bYN -bgT -bgT -ctA -bgV -bgV -bgT -bgV -boM -boS -ccv -boS -boI -bqZ -cxT -bMH -btN -buy -bRw -bRz -cmJ -bRG -cyj -cmb -bHQ -bHQ -bHQ -bHQ -bHQ -bLa -boK -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(183,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aao -acv -ado -aaa -aaa -aao -abj -ado -aaa -aaa -aao -acv -ado -aaa -aaa -aaa -arM -atl -arM -arM -arM -avs -awp -ayg -aza -azY -aBc -awp -aCT -aDK -aEG -aFK -awp -aJP -aLC -amY -aoa -ayA -azv -aBp -aCy -aEM -aFq -aNb -aGA -aBs -aAD -aMF -bdn -bdn -bdn -bdn -aCJ -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aVT -aaa -bAL -aaU -aaa -aaU -aaa -aaU -aaa -aaU -aaa -bJv -bMp -cww -bNb -bNb -bPL -cwB -cwB -cwB -bVX -eKM -cww -bhI -bhI -cao -bhI -bhI -anr -aaa -aaU -bfC -bgS -bGL -bip -ctz -bfC -cbO -cgE -bkl -ctB -blW -cxs -bos -bgV -boN -boT -bpd -bpp -bqy -cxR -cxV -cxV -cxV -cjb -cxV -cyb -cyc -bVt -bZo -bZs -bZs -bZs -ciA -clO -bHR -bLb -boK -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(184,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaT -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arM -atn -arM -aaU -aaU -aaU -awp -awp -awp -awp -awp -awp -aCY -aDQ -aEH -aFL -awp -aKb -aKb -amY -amY -amY -azw -amY -aHK -aMR -aMU -aQV -amY -aCJ -aCJ -aCJ -aCJ -aCJ -aCJ -aCJ -aCJ -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaU -aaa -bJv -bMp -cww -bjE -bNq -bQK -qgO -chO -cpN -bWG -cRg -jiZ -bhI -cLY -cap -cMt -cau -anr -aaa -aaU -bfC -bgU -cng -bCH -bRu -bUK -ccu -che -ckr -ctC -bVo -cxt -bVZ -bgV -boI -boU -cty -bpf -bpf -cxS -bpY -btd -btd -bDy -bxR -cxZ -boI -bBA -bFh -boI -boK -boK -boK -bKo -bKD -boK -boI -aaU -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(185,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaV -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaU -apC -aqC -axr -aAM -aqC -apC -aaU -aaa -aaa -aaU -amY -azZ -amY -aKI -aKM -aBS -aBS -aCJ -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaU -aaa -bJv -bMp -cww -bkH -blz -bNd -bNE -cww -cpO -bWG -cJo -cMH -bhI -cLZ -caq -cLZ -bhI -anr -aaa -aaU -bfC -bUS -bAv -bPW -cBz -bUM -ccX -chf -ckO -ckO -ckO -cxu -chf -cxy -cxA -cxE -cxM -cxO -cND -bpf -brS -bte -cdT -ceZ -bte -bzu -boI -cJj -bzt -boK -aaU -aaa -aaa -aaa -cgW -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(186,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -abc -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaa -aaa -aaU -apC -aug -axs -aAN -bsc -apC -aaU -aaa -aaa -aaU -amY -aAw -amY -aCJ -amY -aCJ -aCJ -aCJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaU -aaa -bJv -bMp -cww -cww -cww -cww -cww -cww -cww -cIs -tyI -cMJ -cLX -cMa -cMj -cMu -cMG -anr -aaU -aaU -bff -bfC -bff -bfC -bff -bfC -bij -bhK -bkn -cnw -bkn -bhK -bov -bgV -boI -boW -bpf -bpu -bpf -cty -brS -boI -btS -ccT -boI -bzu -boI -bBI -bFi -boK -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(187,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -adx -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -apC -aun -axs -aAN -bsd -apC -aaU -aaU -aaU -aaU -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -rTW -tpQ -wPS -bMt -pgu -pgu -pgu -gGG -vsO -chS -cpQ -cfM -cbU -jXo -cLm -cMb -cas -cMb -cMH -anr -aaa -aaa -aaU -aaa -aaU -aaa -aaU -bgT -bhZ -bhK -bkn -bkn -bkn -bhK -bow -bgT -boP -boY -bpk -bpf -bpY -brd -brT -boI -btS -ccU -boI -bzv -boI -boI -boI -boI -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(188,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ady -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ahu -ahu -ahu -apC -apC -auo -axy -aBd -aJI -apC -apC -ahu -ahu -ahu -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -aXx -aXx -aXx -aXx -bfW -tuF -lRy -fti -cfP -mEa -cLV -chn -eCy -chL -cMv -cMI -anr -aaa -aaa -aaU -aaa -aaU -aaU -aaU -bgV -bhZ -bhK -bkp -bhK -blZ -bhK -boB -bgV -boI -boI -ckK -ckL -ckM -boI -boI -boI -cre -cow -boI -cRa -boI -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(189,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ahu -amU -aov -apE -aqB -aup -axs -aBn -bbR -aqB -apE -aov -amU -ahu -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bca -bca -cat -cKX -bQN -nLV -cLd -fti -cfT -cgg -cgx -chp -chx -chM -gDY -jiZ -hlV -aaa -aaa -aaU -aaa -aaU -aaa -aaU -bgT -bil -bjq -bkq -bld -biw -bld -boB -bgV -aaU -boI -boK -boK -boK -boI -aaU -cNW -cNX -cOf -cNX -cOm -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(190,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -ahu -amV -amV -apF -aqC -adI -axH -aBB -bsg -aqC -bsB -amV -amV -ahu -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bRK -bca -bZI -bZR -bfW -qHL -eTZ -vcb -uVD -mqB -dpO -tZC -qWY -rUl -cMw -cfs -cMP -aaa -aaa -aaU -aaa -aaU -aaa -aaU -bgT -bgT -bjr -bkr -ble -xxP -bnC -boD -bgT -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cNX -cOf -cNX -cOm -aaU -aaa -aaa -aaa -aaU -aaU -aaU -aaU -blj -aaU -aaU -aaU -aaU -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(191,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -all -amV -amV -apI -bsw -auw -axJ -aBE -auy -bsw -bsm -amV -amV -bsJ -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bca -bca -cKQ -cKY -bQO -ony -xcO -hKC -cVO -sRD -cMe -cai -rdF -cMk -ceU -cMJ -cxc -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -bgT -bks -blg -bgT -cgm -boE -bgT -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(192,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -alm -amV -amV -apI -bsA -auy -azs -aBE -auy -bsA -bsm -amV -amV -bsK -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaU -aXx -aXx -aXx -aXx -aXx -bfW -cww -bUa -cMr -sRD -cMo -cgz -cai -fkx -cMl -cMx -cMJ -cxc -aXx -aXx -aXx -aXx -aXx -aaa -aaU -aaa -aaa -bgT -bkt -blh -bgT -blh -boF -bgT -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(193,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -aln -amV -amV -apJ -aqC -auz -azs -aBE -bsj -aqC -bsC -amV -amV -aln -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bSb -bSb -cKR -cKX -bQN -cLb -cLe -cMo -hMZ -nAF -lcD -cai -fkx -mNN -cLo -nBM -cfD -cKX -cLt -bkZ -bkZ -aXx -aaa -aaU -aaa -aaa -aaa -aaa -cqX -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(194,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -aln -amV -amV -apK -aqB -aqB -azI -brn -aqB -aqB -bsE -amV -amV -aln -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bSi -bWp -bZL -bZR -bfW -cwA -cLf -cMo -iAW -fIw -wWH -ntC -nEX -hDz -cLp -oMB -mxW -bZR -cay -caK -caM -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(195,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -alm -amV -amV -amV -aqI -aqB -aGO -auy -aqB -aqI -amV -amV -amV -bsK -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bSb -bSb -cKS -cKY -bQO -cLc -eIh -car -tXV -tZj -jml -cVq -cMc -cMm -cMy -cML -cLa -cKY -cLu -bkZ -bkZ -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(196,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -alJ -amV -aow -amV -amV -auA -auy -auy -bsk -amV -amV -amV -amV -alJ -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaU -aXx -aXx -aXx -aXx -aXx -bfW -cww -bhJ -cMo -iAW -cJu -iAW -cJH -cMd -cMn -cMz -cMJ -aaU -aXx -aXx -aXx -aXx -aXx -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(197,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahu -ahu -amV -amV -amV -aqI -ave -auy -bXH -bsm -aqI -amV -amV -amV -ahu -ahu -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTH -bTH -cKT -cKX -bQN -cLb -cLh -cMo -iAW -cJu -hlo -cJH -cMe -cMo -cLq -nBM -cKZ -cKX -cLv -blL -blL -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(198,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ahu -amW -aoI -amV -amV -ave -aIR -auy -bsm -amV -amV -aoI -bsH -ahu -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTI -bXe -bZO -bZR -fuE -bWK -cLi -xKr -nvn -cJu -iAW -cJH -cMe -cMo -cMA -cMN -aaU -bZR -caF -caL -caN -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(199,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -ahu -ahu -ahu -apX -aqI -avk -aJq -brp -bsn -aqI -bsF -ahu -ahu -ahu -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTH -bTH -cKU -cKY -cLa -cLc -fgS -car -iAW -jon -xjk -cai -cMg -cMq -cMB -cML -cMQ -cKY -cLw -blL -blL -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(200,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -ahu -ahu -apC -apC -ahu -ahu -apC -apC -ahu -ahu -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaU -aXx -aXx -aXx -aXx -aXx -rTW -wbu -cLg -kOG -dVR -xCy -sHB -xkC -cMe -cMr -cMC -cML -cMR -aXx -aXx -aXx -aXx -aXx -aaU -aaU -aaU -aaU -aaU -aaU -blj -abp -blj -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(201,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -amJ -aaU -aaU -aaU -aaU -amJ -aaU -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTK -bTK -cKV -cKX -bQS -cLb -cLj -cMo -qvB -cgh -cgA -chq -cMh -cMq -cMD -cMM -cMS -cMT -cLx -cpX -blM -aXx -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaU -aaU -aaa -aaa -aaU -cNX -cOf -cOh -cOm -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(202,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTL -bXR -bZP -bZR -opd -cwA -cal -cLl -cLs -cLs -cLs -cLs -cLs -cMs -cME -cMN -aaU -bZR -caJ -bpq -caS -aXx -aaa -aaU -aaa -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -cNy -cNy -cNz -cNz -cNy -cNX -cOf -cOi -cOm -cOr -cOl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(203,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaa -aXx -bTK -bTK -cKW -cKY -bQV -cLc -cLk -ctk -prx -vxU -cLW -ccG -cMi -iQY -cMF -cMO -cMS -cMT -cLy -blM -blM -aXx -aaa -aaU -aaU -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNy -cNz -cNz -cNy -cNE -cNM -cNO -cNy -cNX -cOf -cOj -cOn -cOj -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(204,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -opd -aaU -aXx -aXx -aXx -aXx -aXx -opd -cww -cww -cww -cfV -cww -cww -cww -cww -cww -cww -cww -aaU -aXx -aXx -aXx -aXx -aXx -aaa -bal -aaa -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNz -cNB -cNB -cNB -cNF -cNN -cNR -cNY -cOb -cOg -cOj -cOj -cOj -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(205,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -bGh -bHg -bHg -bHg -tpQ -bHg -bHg -wPS -aaU -aWj -cww -cJm -cww -aaU -aaa -aaa -aaa -aaa -aaU -aaU -aaa -aaa -aaU -aaa -aaa -aaa -bal -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNz -cNB -cNB -cNB -cNG -cNN -cNS -cNy -cNX -cNX -cOj -cOj -cOs -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(206,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aWR -aaa -aaU -aaa -bal -bal -aaU -bal -bal -bal -aaU -aWj -cww -cJn -cww -aaU -bal -bal -bal -bal -aaU -bal -bal -bal -aaU -aaU -bal -bal -bal -aaa -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNz -cNB -cNB -cNB -cNG -cNN -cNT -cNy -cNX -cNX -cOj -cOj -cOt -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(207,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aWR -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cbS -abM -ccH -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aWj -aWj -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNz -cNB -cNB -cNB -cNG -cNO -cNO -cNZ -cNX -cNX -cOj -cOj -cOu -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aWR -aaa -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(208,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abF -abM -acA -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cbS -abR -ccJ -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -bal -bal -bal -aaU -bal -bal -bal -aaU -bal -bal -bal -aaU -bal -bal -bal -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNy -cNz -cNz -cNy -cNH -cNP -cNU -cNy -cOc -cNX -cOk -cOo -cOv -cOp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -cPl -abM -cPq -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(209,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abJ -abR -acA -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -cbW -abM -aaD -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -abp -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNy -cNy -cNz -cNz -cNy -cNX -cNX -cOl -cOp -cOp -cOl -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -cPm -abR -cPq -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(210,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abJ -abR -acB -adc -adc -adL -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -bGK -bGK -bUe -ccc -abR -aaY -cdb -bGK -cdq -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaU -aWj -aWj -aaU -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPd -cPd -cPd -cPn -abM -cPq -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(211,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -abJ -abM -abR -abM -abR -abM -aZG -aaU -aaU -aaU -aaU -aaU -aaU -aTd -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aTd -aaU -aaU -aaU -aTx -abM -abR -abM -adl -ccr -ccO -abM -abR -abM -aZG -aaU -aaU -aaU -aTd -aaU -aaU -aTd -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -cNQ -cNI -aWj -aWj -aWj -aWj -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aTd -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aTx -abM -abR -abM -abR -abM -cPq -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(212,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -abp -abJ -abZ -abZ -abZ -abZ -abZ -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -bGP -bNo -bNo -ccf -ccs -ccP -cdi -bNo -bNo -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cNI -cNI -cNI -aWj -aWj -aWj -aWj -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cPe -cPh -cPh -cPh -cPh -cPh -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(213,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abM -abM -abM -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -abp -aaU -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaU -abM -cNI -aWj -abp -abp -aWj -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(214,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaU -aaa -aWj -brs -brs -aWj -aaa -aaU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(215,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aWj -aWj -aWj -aWj -aWj -cfq -cfq -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(216,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(217,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -cpB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cpB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cpB -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(218,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cpB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(219,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(220,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(221,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -cpC -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -cpC -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(222,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(223,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(224,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(225,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(226,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(227,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(228,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(229,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aWj -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(230,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(231,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(232,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(233,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(234,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(235,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(236,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(237,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(238,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(239,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(240,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(241,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(242,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(243,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(244,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(245,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(246,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(247,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(248,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(249,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(250,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(251,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(252,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(253,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(254,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -"} -(255,1,1) = {" -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl -ckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaabpaakaaraaraaraaraaraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUakNaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacnMaavaaDaaYabrabDabEaavaavaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFabJabJabJabJaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabMabMabMabRabMacMaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUahvabMabRabMabVabMabWabMabRabMaRvaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabRabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabRacaaceaceacfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacjacjacmacqabracracxacjaczaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAacAacBabRabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabRacGaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUacJabMacWaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUadcabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaUaakabMacGaaUaaaaaaaaaaaaaaaaddadfadfadfadfadfadhaaaaaUaaaaaUaaaaaaadjadjadjadjadjadjadjaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadkadladwaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadcabRabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaaadCaadaadaadaadaadadCaaaaaUaaUaaUaaaadjadjadFadFadFadFadFadjadjaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadGabMadHaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadLabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaadCaadaadaadaadaadadCadjadjadjadjadjadMadPadFadXadXadXadFadFadjaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaZGaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjadjadjadCaadaadaadaadaadadCadYadYadYadYadYadMaepaeqaeuaeyaezaeAadFadjaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaoaaoaaoaaoaaoaaUaaUaaUaaoaaoaaoaaoaaoaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjaeCaeRaeSaadaadaadaadaadafbafcaeRafcaeRaeRafeaeRafjafkadMafuaeAadFadjaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaOaaPaaPaaPaaPaaPaaTaaVabcabjabjabjabjabjacvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjafvafxadjaadaadaadaadaadadjafyadFafzafBafIafLafIafNafPadYafTaeAadFadjaaUaaaaaaaaaaaaaaUaaaaaaaaaaaxaaxaaxaaxaaaaaaaaaaaaaaaaaaaaaaaxaaxaaxaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadoadoadoadoadoadoaaUaaVaaUadoadoadoadoadoadoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUadjadFagaadjaadaadaadaadaadadjagbadFagkagpagtadMagFadFagKagKagKadFadFadjaaUaaaaaaaaaaaaaaUaaaaaaaaaaaxaaXaaZabaaaaaaaaaaaaaaaaaaaaaaabaabbabgaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaahaanaasaasaasaasaasaanaayaaaabpaaaaTdaaaabpaaaaaUadjagMafIagNaadaadaadaadaadagOadFadFagRagSagVadMadMadFadFadFadFadFadjadjaaaaaaaaaaaaaaaaaUaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaazaaAaaAaaAaaAaaAaaAaaAaazaaUaaUaaUaaUaaUaaUaaUaaUadjadjadjahLaadaadaadaadaadadjahMadFafzagpadFahQadMadjadjadjadjadjadjaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaUaaUaaUaaUaaUaaUaaoaaoaaoaaoaaoaaUaaoaaoaaoaaoaaoaaUaaUaaUaaVaaUaaoaaoaaoaaoaaoaaoaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabyXaaAaaCadBaaHablabkaaAbPoaaaaaUaaaaaUaaaaaUaaaaaUaaUaaaaaaahLaadaadaadaadaadadjahMadFahRagpadFahVadMaaUaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaapvaYpagdaYpaaxabuabKaaxaaaaaaaaaaaaaaaaaaaaaaaxabuabKaaxaYpagdaYpadqaaUaaVaaVaaVabcabjabjabjabjabjadxabjabjabjabjabjadxadxaaTaaVabcabjabjabjabjabjabjaaTaaVabcadxadyaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabyXaaAabnaaFaicaaFaboaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaUaaUaaaahLaadaadaadaadaadadjaieaigafzagpaihaiIadMaaUaaUaacabvchHabzacbabzaaiaaaaaaaaaapvcdccdccdcapvcqVcqVaaxaaUaaaaaaaaaaaaaaaaaUaaxcqVcqVapvcdccdccdcadqaaUaaVaaUaaUaaUadoadoadoadoadoaaUadoadoadoadoadoaaUaaUaaUaaVaaUadoadoadoadoadoadoaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAabqaaJaaFaaQabwaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaaUaaUahLadMaiMaiMaiMadMadMadMadMaiWaiXadMadMadMactactacEacPacSacXaftacPadeaaaaaaaaacrPcrQcrRcrRcrScsaabNaaxaaxaaaaaaaaaaaaaaaaaxaaxacgcsbcrScrRcrRcrTadqaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAabGabmaaFabAabPaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaajaajafDaajaajaamaapaaqaatbHXaiZajpajradmadtadtabQadvadUaefaenaghagzaefaevaaUaaUajwajwajFajFajFajwacsabLacRaaxaaxadnadqadnaaxaaxadrachadsadSadTadTadTaecaecabeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAackacdacuabAacyaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaajaaEafQaaIaaIaaIabdaaIabfabYajLajRajWaeHaeOaeOaeXaeOaeOafgafiagBadtacSactaaUajwajwajXakcakfakhajwaduadQabLaeaafOahZaibajhajmaeaachadQajKadSaeoaeEaeFafMaecaePaaVaaUaaUaaUaaUaaUaaUaaaaaaaaaaaoaaoaaoaaoaaoaaoaaUaaVaaUaaoaaoaaoaaoaaoaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaazaaAaaAaclaaAacCaaAaaAaazaaaaaUaaaaTxaaaaaUaaaaaaaaaaajacnageamiacoacwabTacFacFacFacFagjagnacFacFacFabUafWafWagfaggaimabBabCacQacQacQakiakkakmakhakhakxadQadQadQadQalaamPasyamPaoQadQadQadQadQaeWafmafmafpagxbEpagXahPahPaioaioahPahPaaUaaaaaaaaaaaOaaPaaPaaPaaPaaPaaTaaVabcabjabjabjabjabjacvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacOadaadbacDacUacZadbadaaegaaaakEbhyakEakPakEaaaaaaaaaaajacnageakXakXakXakXakXacIacVadgagqagwadJaekalealealealealeahjaimafEahYaiyaiDacQalgalialkalialpajwajwajwaQOadQabLaeaaeaaeaachadQacTadSadSadSaiAafmaiVajabEpajSahPaknakZalbalfahPaaUaaaaaaaaaadoadoadoadoadoadoaaUaaUaaUadoadoadoadoadoadoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUanUanUanUanUanUaaGadKadWanUanUanUanUakEalqakEalsakEaaaaaaaaaaajacnagyakXalAalEalOakXaemadiadiagqajJadiaesalealQalTalValeajfaimafEajgajkajqacQalYamnamHamRamTancanfajwaeiaeraetadQannadQadQadQafRadSaeGapoaptapTanvaoMbEpakgahPaJRbiOaKeafhahPaaUaaaaaaaaaaaaaaaaaUaaaaaaaaUaaUaTxaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUanUaaNaebanUaaRaehaeLasVaeQaeQaeVagvansalqanCanWakEbUobUoaajaajacnageakXaoeaoiaokakXaexaeTaeUagqahwafqafraleaolaomaonaleajfaimafEabIaqRarcacQaooaopaozajwajwajwajwajwatZaucaeKaykazGaykaFraFtapvadSadSadSbveadSaecaecbEpbvmakjbEgbEtbEwbEyahPaaUaaUaaUcjjcjjcjjcjjcjjaaaaoKaoSaoKaoTaoKaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaccaaSapcapQaqaaqfasOaeMaeMaeMaeMaeNapgapnappaprakEaaUaaUaajaauafwageakXapAapDakXakXahtafqaeUacHanQagYahialealeapNapOaleajfaimafEacQatsatJacQajwaqbajwajwawNaxeawNawNaFvapvafUaGZaagaGZaKgapvapvadVafdaxLafSbEuaxSagibEpahPahPahPbEAahPahPahPaaUaaaaaacjjcjkagGamOcjjaaUaoKaqeaoKaqyaoKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUanUauEauIauKawYauSauTadAaniadDadEabSaqEaqFaqHaqJakEacLacLaajahnacnafCaqVaqXarfarharjaRzaijagragsaUSaijailaruarzarAarCarDaAxaqsaFuaHraLbbmpahDbAtbEIagAbGcbGcbGcbGcbGcbGdagJaheaKnaelaKnahOaiFajbajdajIagZahKaifaifaifaifaifaifaoJaikbEBaizaaUaaUaaaaaacjjanbaiuafocjpaoKaoKaqearKarLaoKaoKaoKaoKarMarMarMarMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUahgahgahgahgahyahyahgadOaguahEaedaewaewaewaewaewaewaewarRakEafsafFaajajHajNakKarSarUarZasbasebrBcdIalDalKckGbrBckHasfashasnasoasqalNaquaeOaeOaeBbGiasraeObGjalPaeOahIaeOaeObGlbGmampaiJbEGagQalRamlamramtajjafKaeZaixafaafKafKafKafKaiBassajlbGoaizaaUaaUaaUaaUcjjajoajvcjlcjpasAasEasQasZasZatdateatgathatiatlatlakzaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahgakpaksaktakuakyakAacNajxakQaflaeJafnafGafJafYagDaewajCahmaiTaipaajajYamSakGakXapAatpakXakXankadianjagqcwkadialralealeatrapOaleanoaimaeYaeYaeYaeYaeYaeYaffanAaffaffahzahzahAaffaffahzbEXajebqQabXaqLanHaqLaqLagmajMahaahbahcahdafKafKafKajPafAaizaizaizaizasdcjjajVakbcjjcjpatuatwatxatyatDatEatGatGatGarMarMarMarMaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUahgalwakYatIalyamIamQamZanaahEaflaeJagIagPagPagPahraewagHakoacobeVaajalBamSalCakXatNatTatYakXarJadiajJanRaBmamfavnaleauaaudaonaleanoaimaeYahBamsahFahGaeYahHaotahSahWaiwaiwaiQaiRaiSahzbEXakMaoxakdaoyaAQazraqLaqWakHahxahxahxahxahTahUafKalhahNahNahNamwamDahNahNanGanZbGqaoKaueatwaufaujaukaumauqaurauuatGarMaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaahgafHalFammaoqaodamaacNaguahEaflaeJaidagPagPagPaiHaewakCalxalGacoaajamjaoXaalakXauvauxauBakXamoanlajJapfaohaocapbaleauFauGauJaleanoawcaeYaiYahCapxapMapZaqGaqKajQajQajQaraardargartarIasganzanDaoAaoDaoGbwlaqLahXakHahxaiaahxahxahxaitafKaqNaiCaiCaiCaiCaiCaiCaiCaroarGbEfaoKauOatwauUauXatDavaatGatGatGatGarMaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaagWagWagWagWahgahgahgameaoRamBahgaqYaguahEaiKaewaewaiLajBaiLaewaewambbfacjoamdaajapeamSapeakXakXakXakXakXacFacFauMauQacFasJasJalealealealealeauZaxxaeYaeYakSakUakVaeYakWavoaxOayialLaysalIamuamvahzbEXakMaoxawtaojbvpbEnaqLaiUasPasTatmajsajDahxajEafaatoalzakealcaldafValHaiCavbavfavmaoKarMarMavpavqavsavsavxavzavBavDavsaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaahfahkahlahoahpahqapsakLaoVajyabSajzaguahEajAaeJajGajTakvakvakwaewamkaajaajaajaajaalamSaalavNavOavRavSavXavNaVDayDazzarlasJatBazLaALaAOaBzaBHaBLayNaBNaCkaCoaCpaqvaeYanyaCsanXanXanXanXanXamuakRahzbEXakMaoxaDbaDmaDFanJaqLafZakHahxalXatOatCahxamCafaautavtavtavuavZamKamKamLawbawfawbawbawbawgawiawjawlawpawpawxawxawxawpawpaaUaaUaaUaaUaaUahuahuahuahuahuahuahuahuaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaainainainaisaiEaiGagWakDaoYakFabSalMaguahEajAaeJalUanuanwanwaoBaewauHbNMaGccitaviciuaDEaDUawyawzawCawCawFavNaxPayDazzayXasJaBUaCjaCwasJaEUbGzbnHaAAawNaeYaoraoraoraeYaosaFoaoCaoCaoCaoCaoCapiapjaffaXvapqaFpaqLaqLaFkaqLaqLaglakHahsahxaylahxahxahxanFaywazxaDDaDDaGYaHcaDDaQZawIawUawIawIaxaaxbaxdaxnaxqaxDaxEaxUaxUaxYaygawpaaUaaUaaUahuahuahuallalmalnalnalmalJahuahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUainaklakqakragWamhapuawGawZaxKaqfaqzaewaeJaewaskaymakvakwaewapecivbNTciwaalaalamSaalavNaypayqayraytavNaCAayDazzaDjasJaDkaDlaPiasJaGDayuaxhaBMawNaeYaeYaeYaeYaeYapkaotaplaqhaqiarmaqhahJatAaffbEMaqZaHhanBajiaHhawhafKapWbhjafKarxbmlbmrbvobvobvqbDBbEvaqpaqxaqQbEHaqpaqxamcamcamNamNamcamcayvayxayBayEayHayLayPayZazaawpaaaaaaaaUahuamUamVamVamVamVamVamVamVamVamWahuaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaaaaaaaaaaaaaaaaaaaaainainainakOakTaljagWaBAaeDaxWaEyaxXasVatVavgavFawHayFazNakvaqDaewcivcixciycizaalapeamSbGHavNazbazpazAazCavNbGMaIeazzbGNasJbGOaIhaPiasJaJFaimanqaCqanqanqanIanLanPanqatQaotahJahJahJahJahJahJatKaffbEOavTaJSalSaKsaKBamxamyamzbEJaGRamFarybPuamMaImafKbSubZMauiawvaycazVaAgbvwagUawVanMaiianOamcazDazHavbawpazMazOazUazWazYawpaaaaaaaaUahuaovamVamVamVamVamVamVaowamVaoIahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiaaUabhaaUaaaaaaaaaaaaaaaaaabfqaltahkalvahoaAdariasFarqarTasjaySazkaCtaCWaewaeJaewaCXaDeakvaewaewavGavGcnFciBaalamjaKRaalavNavNavNaAfavNavNavNaLgazzbGRasJbGSaLBbGTasJaJFaimanqaDxanTaofaoLaoUaqPanqatLaotcpdahJahJatMapPahJaqgaffbEPavTaMyaMCaNlaNuaNUaODamzcfSaAaafKafKciNapWapWaAacjmavtaAmbvrbvAbvCbCJbvwairaoOaoOaoOarnamcayvaAraAsawpaAtaAuaAEaATaBcawpaaUaaUaaUapCapEapFapIapIapJapKamVamVamVamVapXahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaaaaaaaaaaaagWagWagWalWatqamgainawJaaSawRabSacNagEaECaxiaeJaxjaEEaDeakvayhaxkaxlaxmbGUbGVbGWaCMapYaOHaBkaBlaBoaBraBtaBwavNaEoaUAbHbasJasJaVEasJasJaJFaimanqapyanTcpqanTanTapzanqatkaotahJahJazKaAlaAlaAlaCOaffamEaCNaxGapRapUaouaqjaqlaqmbEJareakaatRclyarsarvakaasmavdbvwbDnbZNcbQcjnbvwaZKaqqaoOaqraqtamcaBDaAraBJawpawpawpawpaBOawpawpapCapCapCapCaqBaqCbswbsAaqCaqBaqIamVaqIamVaqIapCamJaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUagWamXatHamXainawJaNMaxoabSacNatUaELatWaeJayQaEEaDeaAhaewaszaCuaCCbHlbHmacobHdbRaaalavNaBPaBQaBRaBZaBZaChbnJboHbvdbvtaDzbyRbHjbHkaJFaimanqarVanTasaasaanTasKanqbBdbCOaqGaqGbDobDObFLbFLbFMahzaspavTaJSatPatPaouajiawBamzcmlcmocmAcmCaCvcwNaubatSaqobDpbDqbDrbDsbDsbDtantanNaqqaoOaSRatXamcaCxaCIawpawpaFlaCPaCRaCSaCTaCYaqCaugaunauoaupadIauwauyauzaqBaqBauAaveaveavkapCaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUabhaaUaaUaaUaaUaaUaaUaaUaaUaqwabxagWagWanUanUanUanUanUanUanUazlaAVaBaaCEaewaewaESaETaewaewaewaewaCKaoFaLuapHafXcjOarbaDaaDcaDdaDfaDdaDoaDpbHobDZbHqaDvarkbHrbHsbHkaHaaimanqapyanTaoLbEzanTapzanqbFNahJbEDbEEbFKbFLcqibFLbFPahzauhavTaHhajiajiajiajiboOamzamAavPakaaSUcwZazRazSakaaAobDvaulbDxaaBbDzbDAaoNawDavhaoOawEayVazFaDwaDyawxaDAaDCaDGaDHaDJaDKaDQaxraxsaxsaxyaxsaxHaxJazsazsazIaGOauyauyaIRaJqahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUagLaeeabhaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaUabxabxaiNaiNaiNaiNabxaiOaiPaiOanUaCraEwaHbaHNaIlaIVaJwauVaGGaCHaDWaDYaGTaHgaEWaUyaGVaFGaFZasWataaoFatcatcatcaDSaBQaBQaDZaEdaDoaDpbHqbEFbHfbHubHvbHvbHwbHkaHpaimanqaxganTanTbESanTbtkanqatMahJbETbFQbFKbFLbEUbFObFMahzayGaAbaHhazmaBTaBWaFVaApaAqamAaAWakaakaakaaBGaBGaqlbDiaiCbDAbDCaEgaNebDAaJHaoOazXaoOaoOaJJaJYaElaEnaEraEtaxUcPraEzaEBaEGaEHaAMaANaANaBdaBnaBBaBEaBEaBEbrnauyauybXHauybrpahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUabiabiabiabiabiabiabiabiabiabiaaUaiqabxajuaiNaiNaoWarrakBaluaCdamqanVaobasLaKdasXasYatjanUanUanUaGPaHHanUaewaewaHTaHSalUalUakvaIzaewatzataauPauWaVratcaDSaEJaEKaENaEOaEPavNbHfbHxbHfbHyaPFaPFaPFaPFaHpaimanqceuanTanTbESanTcevanqbFRahJbETbFSbFTbFUbFVbFUbFWaffaNXavTaHhazmbuPaBXaivaCnbGaamAaDqakaaERaEXaEYaEZaFaaFbaFdbDAbDFbDGbDHbDAanSazTaCVaFIbrxbrCbrDaFgaFsaFxaFAaFBaFDaFHaFJaFKaFLaqCbscbsdaJIbbRbsgauyauybsjaqBaqBbskbsmbsmbsnapCaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaLaoHaoPaluaslapSaDOaDTaDTaDVavWauLbUAasLaLJaNjaNGayfanUayjanUblsaIsanUaInaewaJtaLfakvakvaLvaewaewavJatabGfavLavMatcaDSaFMaFMaFMaFMaFMaDSarwbHkarwbHBaPFbGpbGsaHtaIJaEhanqanqcexceybGvcexanqanqaffahzbGwahzaffahzbGxahzaffaffaEAaCNaCzaCBaCDaCFaMjamAbGGaMlaNnakaaFOaFQaFRaFSaFWaGfaGjbDAbDEbDIbDAbDAamcbsocraamcamcbsqbsraGkaAraGlaGmawxawpaGwawpawpawpapCapCapCapCaqBaqCbswbsAaqCaqBaqIamVaqIamVaqIapCamJaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUajcabxaqMaiNaiNasHatnatvaGyaEpawdawrawkaziazjaNJaNVaznanUanUanUaKOaJyanUaewaewaJNaJOaKaaymalUaPZawQawSawTbHhaxwavLatcaByazPazQaAeaAjaAjaAUaBgaBhaBiaAjaJAaAjaAjaKcaLcaEqbIDbIDbNpbRFccgbRFccqcczcfebRFchQaAjaAjaAjchWaCmazPakabviavTaHhazmbvlbuXamAbvDbGGbcWbvhakaaGFaGIaGUaHdaHmaHwaHBbDAbDKbDKbDAaHCaHXaIbaIpaItaIwaIyaIBaIWaIYaIZaIZaIZaJaaJbaJsaJPaKbaaUaaUaaUapCapEbsBbsmbsmbsCbsEamVamVamVamVbsFahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaayeayeayeayeayeayeayeaaaaaaaaaaaaaaaaaaaaaaaaaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUabhaaUaaUabxabxabxawmawoawuaEsawKawMajUasLaphaphaBbaBeaBfaBjaLwaLxaKtaPXaFGaQfaQgaQiaKwaQgaQAaQYayOazBaAkcqdcqHcswcsAcwfaFfaFiaFCaIkaFCaFCaGgaGxaGxaGxaGxaGSaGxaGxaMoaMGaHuaHuaFCaFCaFCaFCaFCaHvaIkaEucAVcAWcAWcAWcAXaExazPakabvFavTaHhaRMbvZbAhbDuamycAYbvHaqlakaaKfaKfaKmaKraKfaKuaKzavmavmavmavmaKWaLdaLeaLhaLjaLjaLoaLjaLqaLraLraLraLraLraLtaLzaLCaKbaaaaaaaaUahuaovamVamVamVamVamVamVamVamVaoIahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaEfaaUaaaaaaaaaaaUcepaaaaaaaaaaaaaaaaaaaaaaaaaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaUaaUaaUaaUaxcatvauLaIoaxfasLasLanUasLasLanUbzxanUanUabSayRaKCabSaewaSXakvalUalUakvaSZaTaaBxaBCcjNcBbbhNaBKaCacBcaIucBecAWcBfcBgcBhcBhcBhcBhcBhcBhcBhcBhcBicBjaQSaGraGraFFaFFagoaFFaFFaFFaIUaJcaJcaJCaJQaKDcBoaGJaGQaCebvLaHlcBqbarbasbatbatbascBqbvLaCeaLUaMbaMbaMcaMfaMraMEaMMaMOaMTaMWaNsaNtaNEaNPaOfaOgaOjaOmaOyaOGamGamGamGamGamGamYamYamYamYaaaaaaaaUahuamUamVamVamVamVamVamVamVamVbsHahuaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIakIakIakIakIakIakIaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiaaUabhaaUaaaaaaaaaaaUawmaxpawuaEsawKaxuaxvaxzaxAaxBabSaxCaTpaxNaxTayCaLnayIaewaewaewaewaewaewaewaewaoFatcatcaFPaICaIDaCacBuaKJaEvaHkcBvaIjaHsaHsaHsaHsaHsaHsaHsaHsaHtcBwaWraOJaOTaOUaOUaOTaOUaOUaOTaOXaPaaOTaOTaHOaLTaMwaNmaNvaNBaXnaNYaRTaSDaSDaSDaSDaSDaRTaXnaYKaNEaPlaPxaPxaPyaPAaPCaPGaLraLraLraLraLraPJaPLaPQandamYamYamYamYamGaneanpaneanpanYanpaoaamYaaUaaUaaUahuahuahubsJbsKalnalnbsKalJahuahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIadpadZajZahhajnakIaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaUayJatvauLaNZaOKaOLaOWaPjaPkaPnaPvaPYaQbaQbaQbaQEaQHaQMayTayUayUayWazcazfaAPaDiaHRaIFaIGaKiaDPaLXaIdcBEaKJaEvaIiaIjaHsaHsaaUaaUaaUaaUaaUaaUaaUaDMcBFaWuaOTaPSaQtaQuaQzaQBaQIaQPaQQaQRaQXaRcaRBaSoaSpcBKcBLaDhcBMcBNcBOcBPcBQcBPcBRcBNcBScBMaDraRdaRfaLjaRgaRiaLjaRkaRnaRsaRtaRKaRNaRNaRNaRPaRSaoEaoZaqdapwapaapLanpaBSaztaBSaztaBSayAamYamYamYaaUaaUaaUahuahuahuahuahuahuahuahuaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIajtchhanxaCfaLHakIaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaUaqwazyaAcatvaAiasLaAnayMaMpaAvabSaAzaaSaaSaaSaMZaMqaSxaROaSQaSQaSQaSQaCbaEcbGYccMaJvaRUaMNaPsaSJaIxcKDcKEaEvaHQaHsaHsaaUaaUaaaaaaaaaaaaaaaaaaaDMcBFaWuaOTaSbaSfaSfaSfaSfaSfaSfaSfaSzaSEaOTaIOaSPaTAaJrbhRakabDScbZccabDVccbbDXcbZccacBUbDYaciacKadRanhaGHaqcaPxaSIaSOaSSaTeamYaSeamGamGaKqamYamYanpaneanpaneanpaneaBSazuayyazuaBSazvazwazZaAwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIchicMfakJakIakIakIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabhaaUaGqaGqaGqaGqaGqaGqaGqaGqceCasLaAScCPaOnaOOaPDaOhaQlbpoaAYaAZaQmaTFaBIaABaTgaABaABaFTbjBaDXaDXaJZaDXaQwaGhaHZaJxcBoaKJaEvaHQaHsaaUaaUaaaaaaaaaaaaaaaaaaaaaaDMcBFaWuaOTaTiaTjaTvaTwaTvaTvaTvaTvaTzaTCaOTaTGaTIaTKaTGaTMaqlbERbEabEabEbcBVcBWcBXcBXcBYbEdaqnaHLarXazoaIfaqnaTNaSIaUaandamYamYaACaADaneaLMaAFaAGaneaBSaBSaBSaBSaztaBSaAHayyazuaBSaBpamYamYamYaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIarWaxFaAIaAJaAKaGaaEaaEaaEaaEbaEaaEaaEaaEaaEaaEaaEaaEbaEaaEaaEaaEaaEaaEaaEaaEbaEaaDnaEeaXjaFEaJLaJMaJXaGqaARasLaCcaCgaCiaClabSaCGaguaAXavjaCLaShaUvaDsaDtaDuaDBaDLbjVasLaIqaJUaLYaYIcoUcsnatcaVccBZaKJaEvaHQaHsaaUaaaaaaaaaaEQaEQaEVaEVaEQaEQcBFaWuaOUaUdaTvaTvaTvaTvaTvaTvaTvaTzaUeaOTaUjaUlaUmaUnaTMaqlaqlamyamyaUqaUwaUqamyamyaqnaqnaqnaINaKjaKpaLsaciavmaUJaUNamYaBqaBsaADaBsanpaMuaMvaneanpaBVayyayyaBuaBvayyaBvaBSaBvayyaCyaHKaKIaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIaHoaIMaMxcMpaRCcMKaXmcMKcMKayaaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaLKaUzaZqbdzaURurjbdEbdJaEmaFjaFjaFmaFjaFjaFjbpXaSkaEDaSNabSaTRaVzbfwasLasLasLasLbpWasLatcatcaNAatcatcatcatcaydcCbaKJaEvaJTaHsaaUaaaaaaaaaaEQaFwaFyaFzaHnaDMcBFaWuaOUaTiaTvaTvaTvaUUaTvaTvaUWaVbaVfaOUaViaVnaVoaVpaTGaaaaaaaaaaaUaVsaVxaVsaaUaaaacKcCdaRjaMKaVyaNDaRAaciaVHaVUaWfamYaCQaneanpawPcsyaNyaDIaEiaDIaEkaEjbvEaEjaEjaEjaEkbAZaEkaEIaEMaMRaKMamYaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbuVmKPcnnaYaaHjbxoaXsaHEaThbabaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaGqbDPbDQbDRbEccbXcenceoaGzaFjaFXaGKaGbaZTaFjaGoaUgaVwaVIaVOaWSaWeaYoaYraYqaYqaYqaZObfmaYqaYqbkFaVQaVVaVZaydcfRcCeaKJaEvaHQaHsaaUaaaaaaaaaaEQaDRaGdaGeaWtaDMcCfbbQaOTaWsaTvaTvaTvaTvaTvaTvaTvaTzaVfaOUaWDaWLaWNaWTaTGaaaaaaaaaaaUaVsaWUaVsaaUaaaacKaREaNDaOcaRxaNDbkTaciaWXaVUaWYamYaFeanpaneanpaBsaSdaBsaADaBsaBVayyayyaBuaFhayyayzaFnayzayyaFqaMUaBSaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxucrzbxxakIakIakIbxCakIakIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaPUaGqaGqhcRaKFkzbaGqaGqaGqaGsaFjaGtcCWcCXaGvaLaaAzblYaBFaBFaKhbpSaTFaKoasLaXuaXuaXuaXuaXAaXuaXuaXuaWaaSgaXLaydaLlcCeaKJaEvaHQaHsaaUaaaaaaaaaaEQaDMaDMaDMaWzaDMaHGaWAaXPaYbaYiaYjaYMaYjaZaaZcaZcaZgaSEaOTaZhaWLaZkaZlaTGaaaaaaaaaaaUaVsaZmaVsaaUaaaacKaSYaVXaSAaSFaWHaWJaXQaZFaZHaZLamYaCJaCJaCJaCJaCJaTqaADaBsaADaBSaBSaBSaBSaKNaBSazuaFYazuaNaaNbaQVaBSaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIakIcMfbxDakIbxAakIakIakIaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaPVaPWaTHaKHaGLaGMaLmaGWaGXcvKaKYaOpbmcbnWbrGbGnbLpcjRcjScjTaKxaKyanUanUaWCanUanUaZUaZVaZWaZXaZYbaabajaXuaWaaXMcqNaydaydcCeaKJaEvaHQaHsaaUaaUaaUaaUaEQaLVaMgaUKaWWaXaaXbaXdaOTbanbaUbanbbibanbbibbHaVfaVfbcdaOTaTGbcebcgaTGaTGaaaaaaaaaaaUaVsaWUaVsaaUaaaaqnacKanKaToaTraHxaHzaHyanKbchbcqamYbFnbFnbGebFnaCJaVYaBsaADaBsaADaBsaADaBsaADaBSazuaFYazuaSCaGAamYaCJaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIbxBbxEbxIaNChiVbbkbeCakIaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbikaHDbRDcQQcQQcQQcQRaHIaHMaHMaHMaOZaHPcjWaGuaHWbEVaFjanUaLkaLLanUanUaLWaXiaaSabSaZVaZVaZVbcrbctbcLbcPbcUcCVaYqaYqchJcDkcDlaXKaMHaHQaHtaHYaHYaHYaHYaHYaDNaIaaGeaIcbdbaVCbreaOTbddbdhbdlaOTbdOaOTbdPbdPbdWbdYbdPaaUaaaaaaaaUaaaaaaaaaaaaaaUaVsaVxaVsaaUaaaaaaaaaanKaTtarHascbtbbDcaHzbeabcqamYbFnbFnbFnbFnamYaJjaGBaMVaHeaHfaHiaHJaGBaGNaLGaKNaFnaKNaSCaBsaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxQbxWbxJbxvcvIbxXbxYakIaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaPVcQSaIgaHFaHFaHFaHFaMiaILaHMcnpaHMaPuaHPaFjaMhbaKaIraFjaMYaNdaNfaNkabSaaSaXOaMPabSbebbebbebbeObePbeSbfgaXuaYtaYtaYtaOoaydcCnaYwaMSaOzaNpaHYaTLaVgaIvaHYaDNaGEalZalZalZalZalZaOJaOJaOJaOJaOTbfvbfybdPbfFbfJbfMbdPaaUaaaaaaaaUaaaaaaaaaaVsaVsaUqbfOaUqaVsaVsaaaaaaaHAaTJaVaaWnaWnaWwaWxbfSbgbbvuaJdaJdaJdaJdbvuaJdbsSaNqaJdaJdaJkamYaJfaJgaJhaJmaJoaADaTBaADaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxZbyabybbyfbybbygbyhakIaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaIAaHFaHFaIEaIHaIIaQhaKvaIPaIQaHMaOZaITaFjaFmaFjaFjaFjaNKaNLaNNaNLabSabSaYSabSabSaNOaNSbebbeObePbgmbgyaXuaBYbaBbaHbaMaydcCpaYVaNIaHtaHtaHYaVAaQFaIvaHYaDNaGEalZalZaogaogapBaogaogaogalZaOJbfvbgJbgRbhabhcbhgbhlcuAaaaaaaaaUaaaaaaaVsaVsbhqbhvaVxbhObidaVsaVsaaaaHAbsRaIKbvGbvRaWyaTrbiXaSOaJdaJibfHaJlbDeaJdbtmbvTaOibmIaJdaJdaJdaJdamYaLNamYaLPaMeaUxaMFaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibybbybbybbyjbybbybbybbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaJeaJnaIEaJuaJzabOaQNaGnaJBaJGaHMaOZaJKaGqaOraSsaOsaGnaNLaNLaNLaNLaNLaLZaZMaOvaNLaNLaOwbebbebbjvbjCbjDbjDaOBaOBbcRbcRbGIcCqbaJaOSbGIaPbaHYaWibbaaJWaHYaDNaGEalZaogapBapGaxVaxVayKaogapBaOJbfvbjLbdPbdPbdPbdPbdPcuyaaUaaUaaUaaUaaUaVsbjObjYbkaaWUbkabkvbkwaVsaaUanKbCGaKkaKlbCIaYmboAbkKbkQaKQaKUbdqaKVaKXaKQbdobdpbdpaZibcobdmbdsbdwaOtaOuaQyaMJbdBbdXbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayecrBbyibyibykbybbylbybbymbyibyicrCayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaLEaHFaIEaKAaKEaKGaRaaKKaHMaKLaHMaOZaKPbdQaKSbWeaIPbfAaPoaPqaPqaPqaPzaPBbbpaPHaPqaPqaPqaPMcDpcDqcDraNOaQnaNOaQoaPraPraPwaRbbcfaQDbGIbGIaHYaWobcKaHYaHYaDgaLialZaogaFcaFNaGpbfjbfkaxVaogaOJbkWblDaOJabpabpabpabpbccbrsbrsabpabpabpaUqbmkbkabkabmsbkabkabmtaVsanKanKbCKaTUbCQbDJaYDcAFbmAbmBaJdcCsbetbfzbetbfBbetcAJbfKbfLaJdaLAbfQbfTbfVcCtbgobgpbgrbhVbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibynbynbynbynbynbynbynbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaLyaHFaIEbhBaLIaReaRlaLQaHMbPtaHMaSaaSiaSBaSWcPsaTfaTuaTDaUCaUCaUCaUGaUVbcNbcQbdxbexbcQbcQbeLbhzbhWbcQbcQbcQbixbiCbiCbmCbjUbkebkPbkUblmblnblrbmgaRQaTbaUMaUTaHUaxVbfjaxVaxVaxVaxVaHVaogbmFbmJbmKaPNaPNaPNaPNaPNbcOaPRaQpaQqaQraQrbmObmUbmVbnbbndbnobnwbnBbnBcALcAMcANcAOcAPcAMaYEbCLbnEbnFaKQaLDbmubmxbmXbrtbsecARbsWbtMaJdaJdbugaJdamYbeAamYbuTbuUbuYbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibypbyqbyxbynbyybyzbyAbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaMQaJnaIEaMXaMXaXSaXTaGnaNgaNiaHMaSaaYhaGqcDsbdSaYyaGnaNLaNLaNLaNLaNLaYBaYJaUCaYOaNLaNLaNLaRmccQccRaNLaNLaNLbcSbeJbeJaYPaYQbmqaZJaZJbaqbmyaXqbmDaYeaWvbflbaIaHUaxVaxVaLOcsCaxVaxVaRraogbnTbnSboibesbesbesbeybesbescuxcuxbesbesbeDaUqbokbkaboVboXboZbkabmtaVsanKbCMbCNcCAanKbCPaYFboAbchbpcaJdaLRaUsaLpaLSaJdaMdbuZcCBbvfaJdaMkbuLaMkaMsaMtamYcCCbyobMmbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyBbynbynbynbynbynbyCbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaNFaHFcsDaIEaIEbbbbbcbbdaSWaSWaSWbbecsraNRaNRaNRbbfaNRaNKaNLaNLaTOaNLbbgaNLaNLaNLaTOaTYaNLaNLccSaNLaUDaUEaULaQobftbftbftbgcbmLbeJbGIbGIaNTbbjbmRaNTaNTaOaaObalZaogaxVaxVaxVaxVbfjaxVaogbnTbofbsxaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcuyaVsbprbpsbptbpHbpJbrAbpZaVsaaUanKanKanKanKboAbeQanKaSIbqaaJdaJdbuQaMLaMLbvuaJdaJdaJdaJdbvuaMkbuLaMkaMsaNwamYbuNapVamYaCJaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUbyibyGbyHbynbyIbynbyJbyKbyiaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQTcQUaPpaHFaHFaHFaHFbbDbbGaHMaHMaHMbnGaNRaNRbiqaPtbsfaNRaVjaVjaVlaTPaVubcHaVJaVJaVLbhhaWkaWlaXwaXBaXGaXRaXRaXRaXRbdgbdgbcRbgdbgubeJbGIaPbaNTbdabnKaUOaNTaPIaPKalZaogapBaRLaxVaxVaxVaogapBaRJaQJaaUbQeayeayeayebQeaaaaaaaaaaaaaaacuyaVsaVsangaRFangapdangaVsaVsaaaaaaaaaaaUarEaYCbjwbqbbqkbnFbqlaZDbvkaZebaYbAObdAbhebhibhwbdAbdAbhCbdAbhDbhEbfXbDjbgjaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyLclDbynclEbynclFclGbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbikcQVcQWcQXcQYcQQcQZbitbiFbjubjJbkAblfblyblAaYRbnIaNRaNRaNRaYTaYTaYTbnZaYWaYXaYTaYTaXRaXRaXRaYYaXRaXRaQGaQKaQLaaaaaUbdgbgdbeJbeJbGIbGIaNTbolbnLaQUaNTaPIaPKalZalZaogaogapBaogapBaogalZaRJaQJaaUayeaaUaaUaaUayeaaaaaaaaaaaaaaacuzcuAaVsangcogcohbfIangaVsaaaaaaaaaaaaaaUatfbrfbwuavmbrgbrhbribwEbwFbhFbwObxcbxgbxpbyMbyObxpbxpbySbzQaOAbtgbtrburbuubuIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyBbynbynbynbynbynbyCbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQTcQSaGqaQWaQWaQWcDtcDuaQWaQWaGqaGqaNRbjFbqhcsEaRoaRwbaoaNRaXfbaAbaCbqibaFbaDbaGaYTazdaRIaRWaScawOcjyaRWaRWcjqaaaaaUbdgbgGbeJbeJcrrbgLaNTaSlaSmaSnaNTaPIaPKaStbvvalZalZalZaSGaSHaSHaSHchmaQJaaUbQeaaUaWjaaUayeaaUaaaaaaaaaaaaaaacuzcuAangbntcfyclHangaaaaaaaaaaaaaaaaaUaKTattbnlbrjbrybrEbrWbIXbVibXcbEibFdbvsbvxblPbBbbvsbvIaMncclbvNbvObvPbvSbvVaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyiclIclJclKbynclLclMclNbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUbkCbmjbaPcDwcDxbuMbuOaaUaaUbuRbydbuGbvJbAnbCebDkbEmbFHbFIcPtbIlbIrbIVbbMbbPaTSaTSaTSaTTaUcaTSbsbbzTaQLaaaaaUbdgbgdbeJbeJbjjbGIaNTaNTaNTaNTaNTaPIaPKaStaUhaUhaUhaStaRhaStaZzaaaaaUaQJaaUayeaaUaWjaaUayeaaaaaaaaaaaaaaaaaaaaacuyangangbvbangangaaaaaaaaaaaaaaaaaUarEattbwpbsObtqbttbtucsBcvJbhGcwtczNaMAaMAaMAaMAaMAaMBaMDczOaMsbwbbwcbweaMsaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUbyibynbynbynbynbynbynbynbyiaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbBtbCdbEqbFybAXbuOaaaaaabKpaUBbIWaUFbKGaNRaNRaNRaYTaYTbcsbcJbcxbKgaZAaYTaRWaRWaRWaUHcjqaQLaUIcnqaQLaaaaaUbdgbgdbeJbtGbjjbdgaaaaaaaaaaaaaStaPIaPKaStcjMaUPaUQaStaRqaStaaUaaaaaUaQJaaUaaUaWjaWjaWjaaUaaUaaUaaUaaUaaUaaUaaUcuzcuBcuCaRuaRXaaUaaaaaaaaaaaaarEarEarEattbwMavmavmbtJbsObwjbwnbhHczQczRczSczTczUbtcaNcaMAbEjczVbmoaMsbmoaMsaMsaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyiclPclQclRcrDclSclTclUbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaQWcDBcjQcpscDCbENaQWaaUaaabKJbKKbKKbKKbLeaNRaaUaaUaaUaYTaYTbOYcvZcwaaYTaYTbcRbcRbcRbcXbcRaUXaUYaVecjqaaaaaUbdgbgdbeJbeJbjjbdgaaaaaaaaaaaaaStaTnaVmbjAaVvbCCaVMchoaRqaTsaaUaaaaaUaRZaSqaSqaSuaSvaWjaWjaTyaWjaWjaTyaWjaWjaWjaWjaWjcuDaSvaSwaaUaaaaaaaaaaaaarEbGJattbtPbxqbVzaMIbmSaMIbmWbmWbhLczXbuhbuWbvaczYczZbvQaMAbvUczVcAacAbbwkbmWaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyibyibyibyibyibyibyibyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbLhbLkbMhbOJbOLbuOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdjbdrbdrbdrbdybdgbdNbcRbdUbelbcRaZEbewaRHaQLaaaaaUbdgbgdbeJbeJbjjbdgaaUaaUaaUaaUaStaPIbtRaVvaVvaZbaVNaStaRqchoaaUaaaaaUaaUaaUaaUaRZaSuaWjbtwbtTbtZbudbtTbtwaaUaaUaaUaaUcuDaSyaSMaaUaaaaaaaaUaaUarEbFecqrbwobytbVKaMIbwqaMIbEQbwsbiocAdbwvbwxbwycAecAfcAgcAhcAicAjcAkcAlbwHbwIbCUbCVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaacrEaaaaaUaaaaaaaaaaaUaaacrFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQWaQWaVPbRbaVRaQWaQWaaaaaabdgbdgbdgbdgbdgbdgbdgbdgbdgbdgbeFbeJbeJbeJbeMbdgbeJcmdbeJcplbcRaVSaUYaVeaQLaQLaQLbcRboobeJbeJbIPbGIaStaStaStaStaStaPIaPKchobuebuebuebueaRqaStaaUaaaaaaaaaaaabtTbtTbukbtTbuqbtTbusbuEbtTbuqbtTbtTaaaaaacuyaSwaaUaaUaaUaaUaaUaWjarEatfarEarEbyubGXbwWbwXaMIbxbaNWbiDcAnbxhaMAbxibFzbVHbxraMAaMAbxsbxybhAbxGaMIaMIaMIaVTaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaayeayeayeayeayeayeayeayeayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaQWcptbOQbBjaQWaaUaaUaaUbdgbeNbeRbeJbeJbeJbeJbeJbeJbeJbeJbeJbeTbfdbfdbJybfdbfdbfdbfibcRbcRaWbaWcaTSaTSaTSbgNbTwbiSbiWbjebjhbjkbjkbjkbjkbjkbjpbjHaWqbuebvcbvgbuebvzbueaRvaWRbtTbvBbtTbtTbwhbwzbwBbwCbwLbwQbwSbwTbwZbxabtTbtTbtTcuEaTkaTlaTlaTlaTlaTlaTlbxPbxSbyvbAdbAzcbRbwWbwXbAkaNWbxdcAqcArbyPaMAcCEcAsbwAbyYbzfbzgbzlbzibgPbzmceGceGceHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbORbOSbRcbuOaaaaaaaaabdgbgxbeJbeJbeJbeJbbIbeJbeJbeJbeJbeJbbIbeJbeJcaWbeJbgzbeJbgAbgEbgFaRWaRWaRWaRWaRWbgFbgEbjRbqdbqnbqFbqGbqGbqGbqGbqGbqWbrcbrobxfbysbyEbyFbyZbzDaaUaaabzEbzFbzMbzPbAebAibAmbArbwLbBkbBvbBBbBCbBFbBHbBVbBXcuDaQJaaUaaUaaUaaUaaUaWjarEbzobANarEceQceSbwWbzLaMIcCFbBKbkEbkLbkNaMAcAwcAxbAjcvPbApaMAbkgcAybzObAxbAKbAKaMIbALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaTxaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVNbXIcbibXIcbpaaaaaaaaabdgbdgbdgaXkbdgbdgbdgbdgbdgaXkbdgbdgbdgbdgbdgbdgbdgbgxbiibLHbLJbcRbcRbcRbcRbcRbcRbcRcoOcCGbcfbjjbGIaWBaWBaWBaWBaWBaUhbkVbwabBYbCcbCubCwbCybCEaaUaaabtZbCRbCTbCZbDDbEebEhbExbEYbFabFbbGbbGkbGybtTbtTbtTcuyaQJaaUaaaaaaaaaaaUaMIaMIaMIaMIaMIcgTbmWaMIbwXaMIbmWbASbmWbmWbmNaWEaWFbhUaMBaMBaMBaMBbPqbTUcaDbBhaMIbASaMIaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGKabMbGPaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUbdgbjgbdgaaUaaUaaUbdgbjgbdgaaUaaUaaUaaUaaUbdgbdgcoPbjibLVbLXcpcbcRbjGbjXbkubcRbkxbUwbwUbkxaWBaWBaWGaWIaWIaWBaWBaVvbwYbuebGZbHabuebvzbueaRvaWRbtTbtTbHcbKlbKrbKLbLobMzbMBbMIbMSbMWbNfbNkbNlbNnbtZcuyaQJaaUaaaaaaaaaaaacgdcgXcgYcgZchachcchvchwbBpbznbznbCqbBqbBrbngbznbBDbiNbznbznbznbznbznbznbznbBGaMIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGKabRbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpCcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgaXlbdgaaaaaaaaabdgaXlbdgaaaaaaaaaaaUaaaaaUbdgbdgblibfibLYbjjbcRblkcpnbllbcRblocCGbcfblCbslaWKaWMaWOaWPaWQaWBbkRbwYbuebNNbOBbOCbOVaStaaUaaaaaabtTbQtbQWbRlbREbSzbSDbSFbSIbBvbTFbBvbUcbvBbtTbtTcuEaQJaaUaaaaaaaaaaWRbwWbimbwWcifcigbmYbwWbwWbwWaMDbwWbwWbwWbwWbnMbwWbmSbiYbwWbjzbxGbwWbwWaMDbjzbAKaMIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbUeabMbNoaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacutaaaaaaaaUaWZaWZaWZaWZaWZaWZaWZblEbLYbjjbcRblFblJblKbcRblocCGbcfblOcjJaXoaXrbPzaXyaXzaWBaWBbwYbuebuebuebueaRqaStaaUaaaaaabvBbUgbUpbULbUYbVabVubVAbXpbXMbXMbXMbXMbXMbYfaaacuyaQJaaUaaaaaaaaaaaabeEcikcilcimcckccIcinciqciqciqciqciqciqciqbohciqciMbnecgYcgZbxFbxFbyWbzhciGciOcjcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbScbScbWcccadlccfabMaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaXCaXDaXEaZfaVGaWZbBWaVdbmhbmibmnbmZbmnbnabncbpxbCibnraXHaXIaXJbQfaXNaXUaXVaXWbClaXYaXZaYdchocjDaStaaUaaaaaabtTcchccibtTccjbtTbvBbtTbtTbvBbtTccnccobtTbtTaaUcuyaQJaaUaaaaaaaaaaaUbwWbwWbwWcmDbwWbmYaMDbwWbwWbwWbwWbwWaMDbwWbpIbwWbmScAzbwWbzHbxGaMDbCBbwWbAKbAKaMIaRvaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabMabRccrccsabMaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaYgaYkaYkaYkbnuaWZbgAbLYbnvbnxbnzbnAbnDbnPbnRcCGbcfblOcbAaYnaXraYsaXyaYuaYvaWBbCnbCoaXXaYxaStbnUaStaStaaUaaUbtTccybtZbtTaSwaaUaaUaaUaaUbvMbtTccAccEbtTaaUaaUcuDaRZaSubghbszbszbszbszbsTbwWciSciVanmarpciVciVciVciVciVciVciVbqgciVciXbqfcilbJSbXsbELbICcihciVciVcntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaccHccJaaDaaYccOccPabMaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaYzaYkaYAaYkbnVboeawwbQgboubpnbpwbpybpCbpFbpGcCHbCpblOcbHcdacjGcjZckgckYaYNaZdaWdaWdaWdaWdckIbxmaWdcpGaSqaSqcjEaSqaSqcjEaaWabyabyabyabHacYbtTccybtZbtTaVtaTlcuGaVKaYUbGQaTlaTlaTlaTlbGQbCjbCjbCjasubCkbwWbwWbwWbwWbwWbwWbwWbqubwWbmYbqHbmWbmWciibAKbVjaMIaMIbASaMIaaUaaUaaUaaUaaUaaUrTWopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdbGhaaUaaUaaUaaUcdbabMcdiaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaZfaYkaYkaYkaYlaWZawLbQwbQxbQxbQxbQIbQxbQYbQxbRfbcfblOckZaZjaXraYsaXyaZnaWBaWBaStchoaZoaZoaStbnsaStaStaaUaaUaaUaaUbghbszbszbszbszbszbAAadzcjFaTlaTlcjFadNqeqeUFcxacxbbITcxccxccxccxcbHeanranranranraqkaaUaaUaaUaaUaaUaaUaMDbrabrrbrPbrYbCtbmWcjgbjzcipaMIaaaaaaaaaaaaaaaaaaaaaaaaaaatpQaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUbHgaaaaaaaaaaaUbGKabRbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaZraZsbegaYgaZuaWZaGCbLYbqjbqAbllbllbllbqKbqYcCGbcfbafaZvaZwaXraYsaXyaZxaWBaaUaaUaaUaaUaaUbrsbxnbrsaaUaaaaaaaaaaaabIYaaUaaaaaaaaaaaabMKbszbMXbszbszbMXbszbPhbszbPrbszbPXaaaaaaatFatFbHAbHObHObHObHObRnbsTaaaaaaaaaaaaaaabwWbwWbCrbrXbsiaMIaMIcjiaMIcpEaMIbJjbJvbJvbJvbJvbJvbJvbJvbJvwPSaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxbHgbalaaaaaaaaUcdqabMbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaWZaWZaWZaWZaWZaWZaONbLYbjjaZyaZCaZIbazaZybrMcCHbCsbRsbRPbRQbRUbSVaXybEsaWBaaabunbupavvavvavvavyavvavvavvbuvbuxaaabIYaaUaaaaaaaaaaaaaZpaaacdtcdGcdUcdtaaaguKaejsVCaejaaUaaaaaaatFausausaOPausausatFqlJbRoaaaaaaaaaaaaaaaaaabwWcwvbshbsvaMIaaUaaaaZGaaabLwbLSbMpbMpbMpbMpbMpbMpbMpbMpbMtaXxbcabRKbcaaXxbSbbSibSbaXxbTHbTIbTHaXxbTKbTLbTKaXxbHgbalaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaabdgbaZbdgaaaaaaaaabdgbaZbdgaaaaaaaaaaaUaaaaaUbdgbdgbeJaGCbLYbjjaZybczbeGaZNaZybwrcCGbcfbxkaWBaZQaZRaZSaZZbacaWBaaUbxlajOajOajOajOaloajOajOajOajObxlaaUbRocdVaaaaaaaaaaaaceqaaUcdtcercescdtaaUhXkagcaNHagCatFaRDatFatFausbcMbiublXausatFqlJbRpbszbszbszbszbszbsTaaUbAQbsubsyaaaaaUaaaaaaaaabMMkxwcwAcwwcwwcwwcwwcwwcwwcwwpguaXxbcabcabcaaXxbSbbWpbSbaXxbTHbXebTHaXxbTKbXRbTKaXxtpQaaUaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaUaaUaaUbdgbjgbdgaaUaaUaaUbdgbjgbdgaaUaaUaaUaaUaaUbdgbdgbyVbSWbTubTybjjaZybadbaebCSaZybkxbUwbwUbkxaWBaWBaWIaWGbagaWBaWBaaaawqajOaGibCvavYawnaxZazeaGiajOazqaaabIYcdVayeayeayeayecetcdtcdtcewcescdtcdthXkagTbErbEKatFciTciUcmhauscmicmjcmkausatFbcGanrcJxanranranranrbHeanrbxtbxKbsyaaaaaUaaaaaaaaabMMkxwcwAbMYbMZcpMbNbbjEbkHcwwpguaXxcatbZIcKQaXxcKRbZLcKSaXxcKTbZOcKUaXxcKVbZPcKWaXxbHgbalaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbdgbdgbhSbdgbdgbdgbdgbdgbhSbdgbdgbdgbdgbdgbdgbdgbeJbzBbUybUCaZyaZyaZybahchPbakbakbrIbVJbCDbjjbDNaWBaWBaWBaWBaWBayeaaUawqajOaxIaxIajOaISajOazJaxIajOaCUaaUbRocdVaaUaaUaaUaaUcetceKceLceMceNceOcePcJpbFgcJAcJBcJCcJDcJEcmpauscmqcmrcmsausatFcmtbcIcJFbcIbcIbcIaaUbRoaWjbzpbDbbTJaaaaaUaaaaaaaaabMMkxwcwAbMYbMZbNabNbbNqblzcwwpguaXxcKXbZRcKYaXxcKXbZRcKYaXxcKXbZRcKYaXxcKXbZRcKYaXxbHgbalaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbECbeJbeJbeJcoQcmdbeJbeJbeJbeJbeJcmdbeJbeJcaWbeJbeJbgAbJGbVQbVUbVVbavbaRbaSbAIbawblocCGbcfbFAcpvbGIaaaaaaaaaaaaaaaaaaawqajOaxIaNhajOaNoajOaNraIXajOaCUaaabIYcdVceRceRceRceRcetceKceTceVceWceXceKhXkapmaqOapmatFcmucJGatFcmwauscmxausausatFauRbgwbRAsdpaXpbcIaaabRpbUjbUVsVCbsIbfWbfWbgibgibgiifCbPAbgMbPBbPCbPJbPLbQKbNdcwwgGGbfWbQNbfWbQObfWbQNbfWbQObfWbQNfuEcLarTWbQSopdbQVopdwPSbalaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbgxbeRbeJbeJbeJbeJbeJbeJbeJbeJceIbeTbfdbfdbJybfdbfdbWfaZyaZyaZybWgbWhbWibWjbWkbWwbWEbWFbcfbjjbDNbGIaaaaaaaaaaaaaaaaaaawqajOaGiaNzaOIaJpaPfbCFaGiajOaCUaaabIYcdVcfacffcfacffcetcdVcdVasUcJvaeIaeIhXkaqSanEaqTatFatFcJIatFatFatFatFatFatFatFaYLbgwcJJbUXbVbcwycwzaaabVDcafcdpbRvbJvopdfuifuifuibJvwPScwAxojuAYbRCcwBqgObNEcwwvsOtuFnLVqHLonycwwcLbcwAcLccwwcLbbWKcLcwbucLbcwAcLccwwaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbdgbdgbdgbdgbdgbdgbdgbdgbGIbGIbGIbGIbdgbdgbdgbGIblcbXmaZybTpbJmaWgcsGaWhbaScdEaZyblocCGbcfbIPbGIbGIaaaaaaaaaaaaaaaaaaawqajOajObDwbDUbDWbEZbDwajOajOaCUaaabIYcdVcfocfocfocfpcfrcftcfuarBmkxaQxarNtjbarPanEarQarOarYcJKasiasvaqUcfvastasIaqUcfwbgwbsXbgwcfxbcIaaacwDaaabamsVCbsDaaaaaUaaaaaaaaaaaUaaacwAcwxcwFcwGcwBchOcwwcwwchSlRycLdeTZxcObUacLecLfeIhbhJcLhcLifgScLgcLjcalcLkcwwaWjaWjaWjaWjaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbXPbXVbXVbXVbXVbXVbXVbYdbYPbZQaZybRebbmbbobQAcmNbbrbbsaZybGrcfzbGtbGAbdgaaUaaaaaaaaaaaaaaaaaaawqajObFfbFvbGgbGBbGDbPKcReajOaCUaaabIYcdVcfpcfAcfBcfCcfEcfFcdVaswcJwasDarFasxcphanEcpiasCawWcJLasiasNasGasIasIasIasMbapbdkcJMuwKbhsjMOjyujyucPzcPAcPBbwwcwIcwJcwKcwIcwKcwJcwIcwLcPCcwMcPDcwBcpNcpOcwwcpQftiftivcbhKCcMrcMocMocarcMocMoxKrcarkOGcMocLlctkcwwcwwcwwbFYaWjabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGIcoSbWqaZybawbawbawaZyaZyaZyaZyaZybIZcCGbJBbGEbdgaaUaaaaaaaaaaaaaaaaaaawqajOaPEbHpbIFaHqbJkbKxaZPajObbuaaabIYcdVcfCcfHcfHcfIcfJcfKcdVatbcJNasRasSasSasSaQTasSasSasScJOcJPcJQcJRcJScJTcJUcfLcJWcJXcJYbhmbmmbcIaaaaaaaaabamsVCbsDaaaaaUaaaaaaaaaaaUcwAcwAcwwcwwbVEbVXbWGbWGcIscfMcfPcfTuVDcVOsRDhMZiAWtXViAWiAWnvniAWdVRqvBcLsprxcfVcJmcJmcJnaWjaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdgbGIaXcccNaXgbZAaXebZCbZVbaEbJCbKRbZHbVIcCGblBbLgbGIaaUaaaaaaaaaaaaaaaaaaaOeaQabaWbLmbLzbkibLCbmvbmHaQaaQjaaabIYcdVcdVcfWcfWcdVcdVcgbcdVavlasRasRauCauDauNaybaTQauYavcasRasRavAawsclxcJZavwaqUbcIbcIbcIbcIbcIbcIaaaaaaaaabYlbZpcPEcbGcbGcbGcbGcbGbWJcbIcbLcbNcgecbTeKMcRgcJotyIcbUmEacggmqBsRDcMonAFfIwtZjcJucJucJujonxCycghcLsvxUcwwcwwcwwcwwaWjaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceDbuBbjgbzbaXcceibfdcfQchUcjvbZJbRZbZKcnNbZHblocCHcCIbMGbGIbGIbGIaaaaaaaaaaaaaaaaQvajOaYZajObNebPpcRfajOaYZajOajOcjHbRpcgicglcgocgocgpcgucgwcdVaMaaweavEavHawXavKaxtavUazEawaaOQaweazhaqUawAcKabRdaqUbbFbbJbbJbbLaaUaaUaaUaaUaaUbamsVCcPFaaUaaUaaaaaaaaamITcwAcwAcwwcwwcwwcwwjiZcMHcMJjXocLVcgxdpOcMecgzlcDwWHjmliAWhloiAWxjksHBcgAcLscLWcwwaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdgbGIaXcccNbjgbZAcjwaYcbZFbZFbZFbZFbZAaYHcCGblBbPRbGIaSVbGIaaUaaUaaUaaUaaUaaUajObeuajOajObPUbPVajObhtbmMajOaaaaaacgDcgRcgScgUchbchgchjchkcrvasSavQaxMaxQaxRaCZaynayoclAbevclBaOdaqUchlcKbazgaqUbbNbbFbbLbbNaaaaaaaaaaaaaaabamsVCcPFaaaaaUaaaaaaaaacJranrbdRaaUaaUbhIbhIbhIbhIcLXcLmchnchptZCcaicaicaintCcVqcJHcJHcJHcaixkCchqcLsccGcwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbdgaXcccNbUtbZAcjwbZFcpucsHcjxcCJcCKcCLcCMblBbGEbGIbGIaRybqXbqXbqXbqXbqXbqXaRybeKaRybQbbQibQTaRybcYbcZbdiaaUaaUcdVchrchrchschtchsaXFchuaOEasSavQaxMbeHaAyaRGaFUbCbaLFcbJasSaOMaMzaNxcKcaNQaqUbbNbbNbbNbbNaaaaaaaaaaaaaaabamsVCcnQaaaaaUaaaaTxaaaaaUaaamITaaacakbhIbhIcLYcLZcMacMbeCychxqWYrdFfkxfkxnEXcMccMdcMecMecMgcMecMhcLscMicwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaabdgceEbdgaaaaaaaaaaaaaaUbdgaXcccNbaibqBckebaybaxbaybaycnPbZHaYHcCGbRgbRybRBbRWbSkbSrbSsbSsbSsbSsbStbSObTXbUicnRbUUbVqbVCcydbVFbWmbWvbWvchychzchAchschtchBchDcdVaQcasSavQaxMaxQaOkaOlaOqayoaxMaOxasSaOCchEchFchGchIchKbbObbNbbNbbNaaaaaaaaaaaaaaacJgcJqcJsaaabbTcmHbbTcppbbTaaUmITaaacamcancaocapcaqcMjcaschLchMrUlcMkcMlmNNhDzcMmcMncMocMocMqcMrcMqcMsiQYcwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbjgbdgaaUaaUaaUaaUaaUbdgaXcccNbaVbZSclubZUceabKwbaXbZSbZSbGIcCNbWHbSAbGIbgYaRybqXbqXbqXbqXbqXbqXaRybWIaRycJtcNCcPGcRhcRsbTScjIaaUaaUchNchXchYchZciacibcidcdVclzasSavQaxMaZtaORaOVaOYbeiaxMaPcaPdaPeciecirciDciHchKbbLbbNbbNbbNbbVbbVbbVciIbbVbbXcRtbBLaaabbTcrhbbTcgjbbTaaUmITaaacakbhIbhIcMtcLZcMucMbcMvgDYcMwceUcMxcLocLpcMycMzcLqcMAcMBcMCcMDcMEcMFcwwaWjbalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbGIceFbGIbGIbGIbdgbdgbdgbGIaXcccNcKFbZScmPcnWbZXbZHbZHbZSbSBbTtcoMbWMbTwbTtcgCbGIaaUaaUaaUaaUaaUaaUbfhbWNbfhbfhbWPbfhbfhcgFcgGcgHaaaaaabWQcdVciYciZcjhcjscjucdVaMaavCbemaPhavIaPmavQaPOavVaPPbeqavCclCcjKcjLcjUcjXckmbcbbbObcbbbObbVbfNbggbgvbbVbbXbvWbBLbbVbbTbVxbbTcgkbbTaaUmITaaaaaaaaabhIcaubhIcMGcMHcMIjiZcfscMJcMJnBMoMBcMLcMJnBMcMNcMLcMLcMMcMNcMOcwwaaUaaUaaUbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbeJbeJbeJbeJbeJbeJbeJbeJaXccoZbbnbZSclwbbqccYbZHaaUbGIbTTbGIcprbZrcwWbGIbTTbGIaaaaaaaaaaaaaaacgIcgJcbjbfhbrbcbVcbYbfhbfhbfhcgNaaUaaUbWQcdVcktckuckwckyckzckAaQdaQeaQeaQkbeIaPmcmXaPOaQscrsaQeaQeaQCckmckBckCckFckmaaUbbVciIbclbbVbhkbgKbhkbbVbcnbvXbCmbhubbTbVwbbUcgjbbTaaUcJranranranranranranranranranrhlVcMPcxccxccfDmxWcLaaaUcKZaaUcMQcMRcMSaaUcMSaaUaaUbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbeJcisbbIbeJcoRbeJbeJbbKaXcblOcKGbZSbZZbcpcabbZHaaaaaabTWbutcpxcdebTYbutbTZaaaaaaaaaaaaaaaaaacgNbyecdfcdhbzNbzRcdnbBRbBSbEocgOaZBaZBcdockJclYcmfcmgcmEcmGcmYcksckxasRasSasSbBoaRpbCWasSasSasRaRRaRVcnhcnocnrcnsckmckmckmbjIbAabhkbhkbhkbhkbhkcnvbwdbwgbhrbbTbVybcVbcjbbTbbTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaXxcKXbZRcKYaXxcKXbZRcKYaXxcMTbZRcMTaXxaaabalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbGIbGIbGIbGIbdgbdgbdgbGIbGIbGIbGIbZSbZHbZHbZHbZHaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaacgNcmIcnybzNbzNcvBcpfcqfcqhcqmcgNaaaaaaaPgcdVcnxcnKcofcokcoTcdVcrvcqPaSKaSKaSLaTmbkJbvYbwJcpjcrwcpjcJlckmcpacpkcpocpAcpFciebkBbkMbwibwtbwGbxebwtbxLbxUbzCbbTbbTbVwcrdcgjbdTbbTaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaXxcLtcaycLuaXxcLvcaFcLwaXxcLxcaJcLyaXxaaabalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcrkbTYbutbTZaaaaaaaaaaaaaaaaaacgNbXabXkbYTbYUbOzbYUbYXbXkbZacgNaaaaaaaPgcdVcpKcnKcofcokcpLcdVcrxcrlaSraTWaTZaUbaUfasBbfnaUraUtaSrckockmcpRcpScpTcpUcpVckmbmPbjablNbjabjabjabBicpWbBTboCbdZbkmcwcbejbenbeXbbTbbTbbTbffbfCbfCbfCbfCbffaaUaaUaaUaaUaaUaXxbkZcaKbkZaXxblLcaLblLaXxcpXbpqblMaXxaaUaaUaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaacgNbfhcgLbYScgMcwdcgMbYScvCbfhcgNaaaaaacetcdVcdVcdVcpYcdVcpZcdVaeIcsQaeIaVBaWVbARaeIbARaXhbmTbpKaeIaeIckmcqacqccqncqocqpcqqbKjbKBbKXbLnbLvbLAbLObLPbLQbLRbrRbrVbuzbejbejbeUbfEbgkbEkbgQbfbbgSbgUbUSbfCaaaaaaaaaaaaaaaaXxbkZcaMbkZaXxblLcaNblLaXxblMcaSblMaXxaaaaaUaaUbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaaaPgbfhcvDcvEbYYbYZbYYcvEcvDbfhaPgaaaaaabpLbpNbBEbBOcwqbBObBObBObBOcqsbxzcqucqvbnfbnpbnqcqwcqxcqybQqbpvckmckmcqAcqCcqDcqEckmbbVbclciIbbVbbVbbVbbVbuHbLTbTxbbTcPHbAubfscqFbeUbihbbTbfDbffcmWbGLcngbAvbffaaUaaUaaUaaUaaUaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaaabalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaafaawaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcwUbTYbutbTZaaaaaaaaaaaaaaaaaaaPgbfhcvFbYSbZbbZcbRxbYScvFbfhaPgaaaaaabBObCabCabUBcwVbPvcxdbSmbSncqGbwPbwRbwVbwRcmObEWbSxbwPbEWcqIcqJcqKckmcqLcqMcqOcrbcrmbfGbfGbfGbfGbfGbfGbTVbBzbQhbUbbUfbfUbCxbfYbfZbeUbkbbkdbVdbgQbicbipbCHbPWbfCaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaabalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaawaafbgDaafaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabcwbcwbcwbcwbcybcybcybcybcybQeayechCbrscnIaaUaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaUkaUkaUkaUkbmEbUqcrVcATcwXbUqbUrbUqaaaaaaaaaaaaaaacgPcgJcgJcgJcgJcgQcgJcgJcgJcgJcgKaaUaaUbBObSobSpbSqcAUcBdcBdcBkcBlcrtcBncBxcBycBxcfUbQFbQGbQHbQFbQMcdgcrucsqcsscstckmckmckmbgebgebbVbbVbbVciJbgfbPYbLTbUhbbTbFDbPZbejbejbeUbkjbbTbkXbffcbkctzbRucBzbffaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbalbalbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaabnjaawacpacpacpaawbnjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaUZcRubdebeebdfbdtbecbedbcyaaUaaUabpbrscnJaaUaaUaaUaaUaaUaaUaaUaUkaTVaUiaUiaUiaTVaTVaTVaTVaUiaTVaTVaUkbmGbwKbmGbUubUvcrYcBAcqYbUvbUzbUqaaUaaUaaUaaUaaUaaUaaUaaUbfhbfhbZebfhbfhaaUaaUaaUaaaaaabBObSvbSwbVfcfhcficfjcfkbSncdmcBHcBIcBJcCRcmmcahcbdcdjcdkcdlcdscszckmckmckmckmbglbgnbgBbgebgHbgIbjfbUkbTkbUdbLTbUmbbTbgObUlblabABbLubkYcpmbUTbfCbfCbfCbUKbUMbfCbgTbgVbgTbgTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaUaaaaaaaaaaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaawaawacpbefbehbFracpaawaawaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbcwbcwbcwbcwmBPctjbekboJbcyaaUaaUabpbrsbgWbgWbgWbgXbgXbgXbgWbgWbgWaUoaUpaUuaUuaVhaTVaVkaVqciCaYfbHHaUkbmGbAFbmGaUkbUqcrZcCTbUEbUqbUqbUqaaaaaaaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaaaTxaaaaaabBOcflcflcfmcoscfmcflcflcflctlctEctGcdycdzcricdAcdBcdCbmQcducdvcdwbUNbUObUGbjZbglbhnbhobgebhpbDlbkhbUHbURcdxcdFbUZbbTcqtbVcbVhbVkbVrbVsbVGbXwbYMbYNcbOccuccXbijbhZbhZbilbgTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaabalbalbalaaUbalbalbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaafbHZbJMcrGbKHcrHacpcrGcrHaaaaaabbvaaaaaaaaabbvbbvaaaaaaaaabbvaaaaaaaaabbvbbvaaabbvaaaaaabbvaaabbvaaaaaaaaaaaaaaaaaaaaabbvbbvaaaaaabbvbbvaaaaaaaaaaaabYgcrIcrJbUFblHfuRbcyaaUaaUabpbrsbgWbincfgbAwbiBcsFbiGbiIbgWaVWaWmcnuaWmbiPaTVbfubfxbzzbeoaWpcnmbmGbmGbmGaXtbaLcsJcCUbaObaQbbhaaaaaaaaaaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaactGctJctKctGctXcuucuwcuFcuHcuIcuJcuKcuLcuMctGcuNcPIcdHcPJbiLbiQbiRcdNbiQbiQbiVcdRcfnblqbjbcuObjcbgebjdcuPblubVgcfOcgabVlbVmbUPbUQctectfctgcthcticgnchdbjobgTcgEchechfbhKbhKbhKbjqbjrbgTbgTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaawaawacpcrKcrLcrMacpaawaawaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbcybcybcybcyblTbOvbnmbzXbcybcwbcwbcybcwbgWbjsbjtbiAbiAcsNcvecqBcslcDHcDHcDIcDHcDHbAccsucuQcvMcuQczfczzcDNcDNcDNcDKcDOcDPcCYcDRcuRcuRcuRcuRcuRaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaactGcuScuTctGcuUcuVcuVcvacvbcuVcvccuVcvdcvgcvhcvicdJcdKcdLbkDcjYbjyciKbXfbiQcKgciLconbCzbjbbhnbjKbgebZibjMciIbVncjacgqbZdcbMbbTcvjcvkbkccjdcjecjecjeckibkkbgTbklckrckObknbknbkpbkqbkrbksbktaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaabnjaawacpacpacpaawbnjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbdcbfpbfobqJbfobwNbAlbgCbdfcnLbiKbiTbgWbgWbepbiAcDSbiAbkyczAcAQbbSbcBcDTbOtbcCbrwcAScpPctscwecoIaUkbmGbmGbmGaXtbblbUIcCUbFccvlcvmcvncvpcuRcuRcuRcuRcuRcuRaRvaaUbfhcjrbfhaaUaWRctGctGcvqcuTcvrcwrcwEcuVcypcvdcyvcyzcyzcApcBacBmcBBcdMcPucmvcopcotcouctdbkGbiQcLncLrcoobCzbkIbhnbkIbgeboGccWccZcfdcjacgqcfXcfYbbTcDgcDmbcVctmcsvctoblbcttctxctActBctCckOcnwbknbhKbldbleblgblhcqXaaaaaaaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaawaafbLBaafaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbyccwYblGbBNblIbJYboLbdfbdfbdfbdfbdfbnkbgWbVebiAcDUbiAbiAcBtbgWaUkaTVaTVaTVaTVaTVcDVaTVaTVaTVaTVaUkaUkaUkaUkbwmbbAbUIcCUbFccvlcDncDocFYcFZcGacGfcGgcGhcHZaaaaaUbrsbrLbrsaaUaaacIhcIicIqcuTctGcIrcuVcuVcuVcvdcuVcuVcuVcvdcJkcJycvicdJcdrcdLbkDbltcsdcwCcwPbiQcLzcwQcwRcgccicciccsmcwScxecgscgscgsbojbzwciPcJzcJVcKdcvkbcVblQbcVbcVblRblSblVbgVblWbVockObknbknblZbiwxxPbgTbgTaaaaaaaaaaaaaaaaaaaaaabpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaafaawaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbdcbODbfobKIbfobLEbAGboRbpMbpRbpRbpRbqIbmbbVpbmdcDWcsLbiAcsxbgWbVLbVMbQZbIgbInbVMcDXbVRbVMbVSbVTbWabWrbWcbWbbWabbWbVBcCZcDacKecKfcLBcLEcLJcuRcLKcLOcLOcLQaaaaaUbrsbrLbrsaaUaaactJcLRcMUcMVctGcMWcMXcMYcMZcNacNbcNccNdcNecNfcNgcuNcdObqwcdQbiLcsebyrbmwctnbiQbmzbPxbPycxicxjcDicxkcxlcxmcxncxocxpcxqcxrcjBcjCbbTbenctpbnhbbwbbybcVbnibnnbnybgVcxscxtcxubhKbhKbhKbldbnCcgmblhaaaaaaaaaaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUbZWbcybcybcybOrbWSbOEcnTbDLbFpbJwbJTbwDbHFbgWcsfcsIcDYcDjcDjcDvcEbcEccEdcEdcEebINcEfcEgcEhcEfcEicEjcEkcElbWocEmcEncEocEpcDQcErcNhcNicNjcNkcNlcNmcNncuRcuRcuRbbhbbhbcTbVWbcTbbhbbhctGctGcvrcNoctGctGctGctGcvrcNpcNqcNrcNscNtcNucNscNvcPKcdScPLboabobbobbobbobbocbiVbodbVYcAAbiVbiVbiVbiVbgfbgfbgfckqcxvcxwcgtbhrbbTborctqbnhbcibckbcmbcAbcAbdKbgTbosbVZchfbovbowboBboBboDboEboFaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaabcwbJYboQboQbvjbLcbLlbLxbDMbgWbgWbgWbgWcDycDybgWbgWbXrbWscsOcEsbIObWxbWxbWybWzcEtbWAbWabWBbWCbWLbWRbblbUIcEqbPQcNwcvlcvlcuRcuRcuRcuRcuRcvLbdCbdDbdFbdDbVWcIvcIwcIxcIycIycIwcIzcIycIAbdGbdHbdGberbeWbyTbeYbeZbSycIBbhTbbYbUsbUDbhTcjzbhYbiabibbzVcdPbeWbWncAIbiebdHcvNbdIcICbBUbgfbgfbgfcxxbclckvbbTbcVbkXbcVbcibdMbdVbdMbdMbmabgVbgVbgVcxybgVbgTbgVbgVbgTbgTbgTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUbcwcKIcKJcKJcKKcKLcKMcKNbOubOvjyubOwbOxbPlbWTbWUbWVbWWbWscEucEvbIQaabbSEbufbSEcEwbSGbSEbSEbSEbSEbSHcoBcqecIDcIEcIFcIFcIFcIFcIGcIHcIFcIFcIIcIJcIKcILcIMcINcIObjmbjmbjmbjmbjmbWObjWcIPcIMcIMcIMcIQcIMcIRcIMcIScITcIMcIMcIMcIUcIVcIWbjmbXWbXXbXXbYmbXXbXXbYOcAZbZlbWObjmcNxbjmbnNbezbeBbrQcxzbfcbdVbrQbfectrbcAbfPbdMbdMbdMbdMbfRboMboNboIcxAboIboPboIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUcNycNzcNzcNzcNzcNyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaaaaaaaUaaabcwcbPbAPbAPbAUbAVbQXbWtbWubWSbXgbcybcybXxbXhbXlbXhbXhbXhbXhcExbIRbXockRbJubSKcEybSLbSMbSNbYVbSPbSGbblcqgbZmcEzccpccpccpccpccwcgvcgBcgBcgBcgBcgBciFciWcjVcgBcgBcgBcgBcmncgBcIXcKOcIYcoacoicgBcgBcgBcojcgBcozcoDbXXbXXbZlcoLcoNcIZcIMcJacIMcIMcJbcIMcIMcJccJdcqQcqRbXXbXXbXXcrccxBcxCcxCcxDbgsbgtbgtbgtbZwbgZcqjbhbcqkcNAbdMbhdboSboTboUcxEboWboYboIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaacNzcNBcNBcNBcNBcNzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbbcybcybcybcybRibRjbvybvybRkbcybXSbRmbcwbXTbYabXybXAbXBbXJbXKcEAbIQbXQbSEbSQbSRcEBbSSbSTbSUcECcEDcijcEFcEGcEHcEIbqobqrcpHcJecsMcoEbqrbqxbqrbqrbqraYGbqCbdubTvbYWbbhbbhbWZbbhbZhbZhcJfcwHbZhcoFbqNbqVbyTbtlbtybubbtybtycwOcykcylcymcymcynbtybtybzVbqEbqDbXbcBpbqDbqEbqDbqDbqDbuwbhfbgqbgqcxFcxGcxCcxHcxIcxJcxKcxLbhMbhPbhbbhPbhQccvbpdctycxMbpfbpkckKboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaacNzcNBcNBcNBcNBcNzaaaaaaaaaaaaaaaaaaaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbcbghFacsRcbncbucbCchRbWlbSlbZfbZgbZjbZBcvHbYbbYjbYsbYubYwbWabXUbXUbXUbWacEJbIQbXZbSGbSYbSLcEKbUJbSZbTacELbTbbSGbuDbdvbdvbXibuFbbhbbhbbhcyobxMbbhbbhbbhbbhbcTbdubdubdubcTbcTbbhbpmbXjcoCbZhbZkbGucyqbZhbcTbcTbcTbzYbBlbBlbIobBlbzrcyrcysbzIbzUbIpbQRbIpbIpbUnbcTbcTbcTccVcBrcBrcBscBrcBCaRYaRYcjAbhXbhXbifbhXcxNctvbezctwbirbisbivciEbivbplboSbppbpfcxObpubpfckLboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUcNycNycNBcNBcNBcNBcNycNyaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbchTcsRcsRcsRcsRcnOcnVbZWbRibZYcaacaccadbcycaebRqbcwbYAbYLbYcbpzbpzbpzbYccEMbIRbYibTcbTdbTebSSbSSbTfbaubvnbCXbFBbFCbqrbqrbgabpAbpBbqsbrJbBsbDdbDmbPwbPwbPwbPwbiUbXtbXubQEbQEbQEbQEbXvbpObZhbZnbHicywbZhaaUaaUaaUaaUaaUaaUaaUaaUbyTcyxbaNbHnbzVaaUaaUaaUaaUaaUaaUaaUbpPcItaRYaSTaTcbcubcvbcDaRYbiybizbiJcnAbiJcxPbiMbiZbjlbiZbjnciRcmTcDzbjnboIbqybpfcNDbpfbpYckMboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUcNycNEcNFcNGcNGcNGcNHcNyaaUaaUcNIaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbcpDcsRcGJgVVcGFcsRcGGbcybcybcybcybcybcybcybcybcybcybYAbZEbXUaaaaaaaaabXUcEJbIQbYkbSEbTjbTMbTlbSLbTmbTnbSCbSCbSCbqcbqecyycaQbqebqmbXzbtvblUbXtbFEbqzbqzbqzbqzbrFcsibqzbqzbsVbsVbsVbsVbpEbZhbZqbJUcJhbZhaaaaaaaaaaaaaaaaaUcNKbImcfccyrbaNbzIcuobIxcNLaaUaaaaaaaaaaaUbpPcIubcEbcFbdLcsSbdLbcFaRYbjNbjPbjQcsgbjQcxQbjSbiZbGCcjtbjnbjTcnBcDAbjnbqZcxRcxSbpfctybrdboIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaacNzcNMcNNcNNcNNcNOcNPcNzaaacNQcNIabMaaUaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaacbbcGHcsRdYmcGKcGLcsRcGMcbbaEFaSjaTEaTXaVFbSJbfrbigbYrbZGbZEbXUaaUaaUaaUbXUcEJbISbWabSEbSEbSEbSEbSCbSCbSCbSCbrkbhxbrmbrqcyAbXCceYbqmbqmbqmbqzbrHbIfbqzbqqbrKbsLbsNbsPbsQbqzbsGbtsbujbulbpEbZhbZhbOnbZhbZhaaaaaaaaaaaaaaaaaUaaUaaUbcTcyrbaNbzIbcTaaUaaUaaUaaaaaaaaaaaUbpPbMqaRYckcbiEbiHbkfbkzaRYbkOcJiccFbtWctucxUbkSbiZbpQbXEbXFbXGcshcDDbjncxTcxVbpYbrSbrSbrTboIaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUaaacNzcNOcNRcNScNTcNOcNUcNzaaUcNIcNIcNIaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbcGPcGQcGPcbbbkobkoaTEaVFcGRcGScGTccecgVcmVcsPbWabXUbXUbXUbWacEJbIQbWaaaUaaUaaUbrUbrZbsabRHbRJbspbqvbstbstbstbvKbwfbywbyDbzJbADbAEbItbzAbzGbCfbzGbCgbACbCYbqzbHDbHGbpDbpDbpEbsVcEEbOpbsYbsZaaaaaaaaUblpbmebmebmeblpbmfcyDcoqcorbnOblpbmebmebmeblpaaUaaUbpPbJlaRYbnQbpVbnQbWYbnQaRYbiZbiZbiZbiZbiZcxWcpJbiZbpQbLZbjnclVcHVbnXbjnbMHcxVbtdbteboIboIboIcNWcNXaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcNycNycNYcNycNycNZcNycNyaaUaWjaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaUcGZcbbcGVcGWcGVcbbbkocsTaTEaVFcGXcGYbJzbJAcGicGjcGkbJFbKsaJVbKsbKtbKubIQbXUaaUaaaaaUbrUbtfbuAbthbthbthbtibstbstcyEbHIbHJbstbHJbstbIibILbJdbRTbFZbTCbFGbHCbHCbHEbJfbHDbQpbXLbsVbpEbzebpDbJpbtxbsZaaaaaaaaUbmebnYbogbombmeboncyJboxboybozbmebpibogbpjbmeaaUaaUbpPbLKbtzbtAbLZbtBbtCbtDbtzbXYbtzbtzbUWbtzcxXbtFbtzcOabLZbjnbjTcPMbjnbjnbtNcxVbtdcdTbtSbtScrecNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcObcNXcNXcNXcOccNXaWjaWjaWjabpbrscfqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcGZcbbcHamImcGVcbbbkobkoaTEaVFcHbbuCbTobTqcGlcGmcGnbKvbKvbrzbLGbLUbQvbQPbXUaaUaaaaaUbrUbtUbJKcOdbTBbthbtYbstbVPcyKbYKcbrcbrcbscbKbBPcdXbXqciQckpckDclccmBbIMbqzbqzbMjbMjbsVbsVbpEbpDcmLbJpbumbsZaaUaaUaaUbmebpTbpTbpTbmebpUcyJboxboybqpbmebpTbpTbpTbmeaaUaaUbpPbYecOebMQbNtbNVbPmbPmbPnbPmbPmbPmbRrbPmcPNcxYcxYcPObYhbjncjfbjnbjnbRtbuycjbbDyceZccTccUcowcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOgcNXcNXcNXcNXcNXaWjaWjaWjabpbrscfqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbcbbbTrbTsbTGaVFcHccHdcagbigcGobYvcctbYvbYvbYvbYvbRMbRNcfZbXUaaUaaaaaUbrUceccegcegcekcegcodcsjcKhbuJbuKcDEcDFbuSbuSbuSbuScmKcolcomcpIbqzbqzbqzbqzcajcaHcbmcyOcyPcyQcyRcyScyTcyUbxjbxjbxjblpblpbqLbqMbqUbrvbrNcyVcyWcyXcyYcyZczaczbczcblpblpbxwcrobHLbtBbtabtabtabtabxHbtEbxHclWbxHbxHbxHclXbZtbZtcyabYnbjnbtHbtIbjnbxObRwcxVbxRbteboIboIboIcNXcNXcOhcOhcOhcOhcOhcOhcOhcOhcOhcOhcOhcOicOjcOjcOjcOjcOjcOkcOlaaUaWjaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUbxTbJZbxVbKabxTbRhaVFaVFaVFaVFcHecHfcbcbigcGpbYvbYobYpbYqbTgbYvbROcEsbWXbXUaaUaaaaaUcdZbrUbqTbrlcsKbrUcdZbstbtjbstbstcDGcDJcDZbAJcaRbuScwscxhcyucyFbqzcyGcyNbMjcdYchVbyQbyNbyQbyQbyQbyQbPsczdbyUbyUbyUbtKbtLbtLbtLbtLbtLbtLczecpybtObtLbtLbtLbtLczebtLcmybzabzabYtbtBbtabtQbzdbtVbzcbzkbFFbPMbSfbzjbxHbZubZvbZtcyabYnbjnbtXbucbjnbzsbRzcybcxZbzubzubzvcRacOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOncOjcOjcOjcOjcOocOpaaUaaUaaUaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbxTcbycOqcGqcGrbTOcGtcGscGscHgcHhcHicaIbTNcGuciockkbYxcPvbYycwbbRRbRSbWXbXUaaUaaaaaUbrUcedceecefcKkbSXbssbstbtjbstbstcEacKCczgczhczibuSczvczBczFczMbqzczPczWcAccAocDLbHKbzKbzScCOcrqbyQbYCczjczkczkczkczlczmcznczmczoczpczqczrbPDbPEbPFbPGbPHbPIczsbPHcmzbMQbMQbYDbtAbtabxNcehcfGbBgcrpcsUbzdbzdbzWbxHcmMbYnbZxcyabYEbjnckEcmebjnbzZcmJcycboIboIboIboIboIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcOrcOjcOjcOscOtcOucOvcOpaaaaTdaaaabpaaUaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrsbAfbAgbMxcGvbMybxTbVvaVFaVFaVFbTPbTQbuCbTobigcGpcctbYFcPwbYHcrfbYvcytcENckfbWaaaUaaUaaUbrUcejcefcnZcKlcelcemcoVbAobAqbKibuScDhcztczucKjbuScmUcnkcDMcGIbqzbBQcFXcovcdYcoxcGUczwczwczxcspbyQbPNblpblpblpblpblpbzqczybuibPObAWbmebmebAYbmebmebBabBcbUxczybBeblpblpblpblpblpbtabDhbzdbtVcoWbBfbBgbBgbQDbBxbxHbYnbYnbZtcyacnibjnbjnbjnbjnbBybRGbVtbBAcJjbBIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacOlcOpcOpcOpcOpcOpcOpcOlaaUaaUaaUaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTbxTbxTbxTbxTbxTbxTbxTbxTbxTbBJbxTcGwbxTbxTbTRbTRcavcawcawcawcaxcaxcaxcGxcctcctcazbYvbYvbuabDTcEObtnbIkbIkbIkbIkbIkbChcocbRIcKmbChbRIbChcuWcuXbPPbuScPRcPScPTbuSbuScrgbqzcrncHWbqzcKibRIbMjcupcvubXNbDacRvczCbPSbyQbPNblpcoyctHcqTcqUbuibuicOwbPTbBmbBmbBmbBwbBmbBmbBmbBMbUxbuibuicqUcnfctHcrUblpbtabHMbHMbtabxHbDfbDgbDhbxHbxHbxHbZtbZybZtcyecyfcygcyfcyfcyhcyicyjbZobFhbztbFiboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbFjbFkbFlbFmcnbbFocdDbFqcrNbFsbFtcGybzybFlaaUcavcavcaAcaBcaCbWdcaEcpgcGzbOObFubsUbFxbIebJEbKdbIcbIhbIdbIjcpwbJDbIkbRLbTzbTAcKncEQcERcEScETbFJbQabFXbFJczDczEcFscnzcvRcKHcxfcxgcNJcNVcyBcyCcyHcyIbHKcoebBuczGbQcbyQbPNbmecddcddcddbBZclZbuibuibQdbuibuibuibCAccxccxccxccxccKbuicmablpcddcddcddblpaaaaaaaaaaaabxHbHMbHMbHMbxHaaUaaUbHNbHNbHNbHNcgybGFbHNbHNboIboIcmbbZsboIboKboKboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbFlbHSbHSbFlbHTbHUbHVbHWbHYcrObIabIbcGybzybFlaaUcavcHjcHkcHlcHkcHmcHncHocHpcHqbKebRVbSdbSebSdbTibRXbRYbKNbKObKPbKQbIkbIsbTEbVOcKobXncEUcEVcEWcEXcEYcEZcFacFbcFccEXcEZcFdcFecFfcFfcAmcFfcFhcFfcFicyLbIubIvcrXbIwbQjbyQbPNbxjaYpcscaYpbmebuobuibuibQdbuibuibuicqlbuibuibuibuicOwbuibHtbmeaYpcscaYpblpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHNbHzbHPbIybIzbIAcnSbHNaaUboKbHQbZsboKaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbSjbIEbZzbFtbOFbYzbIGbIHbIIbIJcsYcGybIKbFlaaUcavcqScaPcaPcaPcbvcskcbwcHrcHsbsMbQQbThbtobThcaOcRnbTDbTDbTDcRobYBccBccCccDcfNbYIbYJbShcgfckaclvcqWbAscFkbElbElbIUbJabElcFkbElbJbcAtbJcbJebtpbMFcyMbJhbJiczIczJbQobKkcAubxjaaaaaaaaabmebuobuibuibQrbQsctVbJqbJqbJqcrjbJRbuibuibuibHtbmeaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHNcknbHNbHNcmcbIBbKZbHNaaaboKbHQbZsboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbFlbJrbJrbFlbJsbJtcPUcPVcGAcGBcGCcGDcGEbJxbFlaaUcavcavcaTcaTcaTcaUcavbXdcGzcHtbsMccdbtocsZcqzckbcvSczHcmScrycrAcgrcFWcGNcGOcPxcPPbSabChcFjbQkbWDbJgayYcFlbJnaJDaJEaKZaMmcFmaOFbJJcAvbJLcRbbJNbNFbJObyQbDabBubBubJPbyQcChbxjaaaaaaaaabmebmebuibuibJobNHblpbmebNIbmeblpbNJbJRbuibuibmebmeaaaaaaaaaaaUbNKbNKbNKbNKbNKaaUbNKbNKbNKbNKbNKbNLaqAbNLbJQceJbNObNPbHNaaaboKbHQciAboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbFjbFkbFlbJVbJWcPWcPXbJXbFwbXObZDbKbbKcbxTcavcavcavcaXcaYcoGcbacavcavcHucHvbsMcsVbThbtobThcuZcmRbKfccmccmcdWbIkbIkcFnbTEckdbIqbScbChcFobQkcqbbQlbaTcFpbQmbbxbbzbbBbbCcFqbbEbKhcFgcHOcHPcHOcHQcKpcHRczwcKqbKmbKnbyQcChbxjaaaaaaaaaaaabmebmebuibNQbmebmeaaaaaaaaabmebmebNRbuibmebmeaaaaaaaaaaaaaaUbNSbYQbYQbYQbYQavrbNSbYQbYQbYQbYQavrbNLaaUbJQbJQbHNbHNbHNaaaboKbHQclObKoaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcPYcPZbKqbxTbxTbxTbxTbxTbxTcavcavccLcaXcaXcaXcnCcavcavcHwcaGcuYcvtcvQcEPcRicRjcRpcRlcoHcOxcOycOzcGbcGccGdcGecqZbSgbShcFrbQubKybYGbaTcFpcbfbbZbjxblvblwcRwcoXbKzbKzbKzbKAbKzbKzcHSbKCbyQcHTbyQbyQbyQcChbxjaaaaaaaaaaaaaaabmebuibNQbmeaaUaaaaaaaaaaaUbmebNRbuibmeaaaaaaaaaaaaaaaaaUbNUbNUbNUbNUbNUaaUbNUbNUbNUbNUbNUaaUbNLaaUaaaaaaaaaaaaaaaaaaboKbHQbHRbKDcgWaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQbcQccQdcQecQfbKMbKMctabxTcavcbecaXcaXcaXcHxcHycHzcHAcHBcHCbIkbZTcrWcRqcumcFVcRkcRrbJHcOAcOBcOCbRIbMjcvTbMjbMjbMjbMjcFtcFucFvcFwcFxcFybopboqbotczKblwcFzbbEbKSbKTbKUbKVbKWbKTcHUbKYcPQcPycHXcHYcODcIabxjaaaaaaaaaaaaaaabmebuibNQbmeaaUaaaaaaaaaaaUbmebNRbuibmeaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbNLaaUaaaaaaaaaaaaaaaaaaboKbLabLbboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTcaVbLdbKMcQgbLfcQhcQibLibLjcQjbKMbKMcaZbxTcavcblcaXcbhcaXcHDcHEcHFcHGcHHcHIbIkbIkcebcebcebcebcebbIkbIkcOEcOFcOGcOHbMjcFAbLIbLWcFBcFCcFDcFEbJIbpabpbbbtbpebpgbotbphblwbqtbbEbLqbLrbKTbLsbLtbLrcIbbKYcIccIdcKPcyScIecIfbxjaaaaaaaaaaaaaaabmebNWbNXbmeaaUaaaaaaaaaaaUbmebNYbNZbmeaaaaaaaaaaaaaaaaaUbNKbNKbNKbNKbNKaaUbNKbNKbNKbNKbNKaaUbNLaaUbNKbNKbNKbNKbNKaaUboIboKboKboIaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQlcQmcQnbLickNcQobKFbKFbLybxTcavcbqcaXcaXcaXcHJcbtcaXcavcHKcHLcbBaaUaaUaaUaaUaaUaaUaaUcOIcOJcOKcOLbRIbMjckhckjcFFcFGcFHcFIcFJbJIbQnbqObqPbQzbpgbjxbqRblwblxbqSbKzbKTcIgczLcsobLtcvvbKYcIcbLDcOMcOMcONcOOcOMaaUaaUaaUaaUaaUbmebOabOabObaaUaaaaaaaaaaaUbObbOabOabmeaaUaaUaaUaaUaaUaaUbNSbYQbYQbYQbYQavrbNSbYQbYQbYQbYQavrbNLbOcbYRbYRbYRbYRbOdaaUaaUaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcQhcQibLFbxTbxTbxTbxTbxTbxTcavcavctbcaXcaXcaXcpecavcavcHMcHNcbBaaUaaaaaaaaaaaaaaaaaacOIcOPcOIcOLbRIcfbcFKcFLcFMcFNbChcFObQLbLLbQCbrubrObXDbAybAHbAMbATbBnbQybLMbLNcIjcIkcIlcImcIncIocIpcoAcOMcOQcORcOScOMaaUaaaaaaaaaaaabmebOebOebmebmeaaaaaaaaabmebmebOebOebmeaaaaaaaaaaaaaaaaaabNUbNUbNUbNUbNUaaUbNUbNUbNUbNUbNUaaUbOfaaUbNUbNUbNUbNUbNUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQhcQpcQqcQrcQfbKMbKMbKMbxTcavcavcavcbxctIcbzcavcavcbEckPckQcbBaaUaaaaaaaaaaaaaaaaaacOIcOTcOIcOUbRIcFPcFQcnXcnYcvwbChcFRcFSbMacmZcoYbQBcnabQJcRmcvxcezceAceBbKzbMbbMcbMdbMebMfbMgbKzbxjbxjcOMcOVcOWcOXcOYaaUaaaaaaaaaaaabmebOibOgbOhbmeaaaaaaaaabmebOibOgbOhbmeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOkaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTclfbLdbKMcQsbLfcQhcQtbMibLjcQubKMbLdcmQbxTaaUcavcavcavcavcavcavcavcbEckTckQcbBaaUaaaaaaaaaaaaaaaaaaaaUaaUaZGaaUbChbChbChbChbChbRIcpzctDcFTctFcpzcpzctDcvocpzcpzbMkbMlbMlbMnbKzbKzbKzbKzbKzbKzbKzbKzaaUaaUcOMcOZcPacPbcOYaaaaaaaaaaaaaaacnGcndbuicnebmeaaaaaaaaabmebOjbuicnccnGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOkaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQvcQhcQibLickNcQobKFbKFbLybxTaaUaaUcavcavcavcavcavaaUcbEckTckUcbBaaUaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaUbMlbMocFUcoJcvsbMrbMscvObMucvsbMwbMvbMwbMvbMwbMvbMvbMlaaUaaUaaUaaUaaUaaacOMcOMcOMcOYcOYaaaaaaaaaaaaaaabmebOlcnfbOmbmeaaaaaaaaabmebOlcnfbOmbmeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOqaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcQwcQibLibxTbxTbxTbxTbxTbxTaaaaaaaaaaaaaaaaaaaaaaaUcbEckTckQcbBaaUaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaUbMlcobbNgcpbcwgcwhbMAcwibMCcwjbMDbMvbMvbMvbMvbMwbMEbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabOocnHbmecnHbmeaaaaaaaaabmecnHbmecnHbOoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQhcQpcQqcQxcQfbKMbKMbKMbxTaaaaaaaaaaaaaaaaaaaaaaaUcbEckVckWcbBaaUaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUcpzcpzcpzcpzcpzbNhcpzcpzcwlcwmcwncwocwpbMvbMwbNibMLbMvbMvbMvbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacnEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTctLbKMbKMcQybLfcQzcQAbLibLjcQBbKMcnDctMbxTaaaaaaaaaaaaaaaaaaaaUcbBcbEcRccRdcbEcbBaaUaaUaaUaaUaaUaaaabpaaaaTdaaacpzcpzcpzcpzcvUbMNbMObMPbNjbMRbMlbNmbMTcwubMUcwTbMvbMvbMvbMvbMvbMVbMvbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQCcQDcQEbLickNcQobKFbKFbLybxTaaUaaUaaUaaUaaUaaUcbBcbBcleclgcsXctWcbBcbBaaUaaaaaaaaUaaUaaUaaUaaUaaUcpzbNrbNvcpzctObMJbMJbMJbNwbNxbNybNzbNGcABbNccpzcvscpzcoKbMvbMlbMlbMlbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTbxTbxTbxTbxTbxTcjPcbFcvVbxTbxTbxTbxTbxTbxTcbBcbBcbBcbBcbBcbBcbEcnjcsWctcctPcbDctNcbEaaUaaaaaaaaaaaaaaUaaaaaUaaacpzbQUcACcADcAEcAGcAHcAKcPccBDcBGcBTcCacCccCgcCicCjcucbMvbMvbMlaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabAbctQbxTbOscvzctTctRcnlckSbOyctUbOAcuectScvGctYcKrcKrcKrcKrcKscKtcKucKvcuacukctZclhcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcuvcCkcClbNsbMJcvybMJcCmcLAcpzcpzcCocCrcCrcCrcCucpzbNubMLbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaacKwcKxcKycKzcKAcKBcQFclacQGclackXclbcvXcudcvYcvAcubcufcubcubcugcuhcuicujcvWculctZclhcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcLCcCvcCwcLFcLGcLHcLIcCxcCycCzcCDcLLcLDcLDcLMcLNcvsbMlbMlbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaclicljbxTbOGbOHbOIcQHbOKcQIbOMbONbOGbxTcljbxTcbBcbBcbBcbBcbBcbBcbEclhcuqcurcurcldctNcbEaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcCQcCScpzbNAbNBbNCbNDcDbcLPcpzcDccDdcuvcuvcvfcLScClaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTclkbxTbOPcQJcQKcQLcQMcQNcQOcQPbOPbxTcllbxTaaUaaUaaUaaUaaUaaUcbBcbBcusclhclhcuscbBcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcwTcpzcpzcpzcpzctDcDecDfcLTcpzcpzcwgcCrcCrcCrcCrcCuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTcljbxTbxTbxTbOTbKMbKMbKMbOUbxTbxTbxTcljbxTaaUaaaaaaaaaaaaaaaaaUcbBcbEcbBcbBcbEcbBaaUaaUaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcLUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaTxaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclmbxTbOWbKMbKMbKMbKMbKMbKMbKMbOXbxTclmaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaTxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPdabMcPeaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbOZbKMbKMbKMbPabKMbKMbKMbPbbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMcPgaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPdabRcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbPcbKMbKMbKMbKMbKMbKMbKMbPdbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabRcPiaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcPdabMcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbPebKMbPfbPgcunbPibPjbKMbPkbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMcPjcPkcPkaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacPlcPmcPnabRcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclpbxTbxTbxTbxTbxTbxTbxTbxTbxTbxTbxTclpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMabRabRabMaRvaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabMabMcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaclqclrclsclsclsclsclsclsclsclsclsclrcltaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPocPocPocPocPpaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacPqcPqcPqcPqcPhabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl "} From 01c3f702354d89f5765ac11de9e98127deaded27 Mon Sep 17 00:00:00 2001 From: EmeraldSundisk <51142887+EmeraldSundisk@users.noreply.github.com> Date: Mon, 24 Aug 2020 18:58:13 -0700 Subject: [PATCH 13/26] Add files via upload --- _maps/map_files/CogStation/CogStation.dmm | 146433 ++++++++++++++++++- 1 file changed, 138410 insertions(+), 8023 deletions(-) diff --git a/_maps/map_files/CogStation/CogStation.dmm b/_maps/map_files/CogStation/CogStation.dmm index 5bbbf1eeec..3c64b9f6ad 100644 --- a/_maps/map_files/CogStation/CogStation.dmm +++ b/_maps/map_files/CogStation/CogStation.dmm @@ -1,8026 +1,138413 @@ -"aaa" = (/turf/open/space/basic,/area/space) -"aab" = (/obj/structure/sign/poster/official/anniversary_vintage_reprint,/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) -"aac" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/closed/wall/r_wall,/area/maintenance/fore) -"aad" = (/turf/open/floor/engine{name = "Holodeck Projector Floor"},/area/holodeck/rec_center) -"aae" = (/obj/docking_port/stationary{dir = 2; dwidth = 4; height = 12; id = "arrivals_stationary"; name = "cog arrivals"; roundstart_template = /datum/map_template/shuttle/arrival/cog; width = 9},/turf/open/space/basic,/area/space) -"aaf" = (/turf/closed/wall,/area/science/test_area) -"aag" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/secondary/entry) -"aah" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "2-4"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"aai" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall/rust,/area/maintenance/fore) -"aaj" = (/turf/closed/wall/r_wall,/area/maintenance/port/fore) -"aak" = (/obj/machinery/conveyor/auto{id = "pb"},/turf/open/floor/plating/airless,/area/router/aux) -"aal" = (/turf/closed/wall,/area/maintenance/port/fore) -"aam" = (/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) -"aan" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/ai_monitored/security/armory) -"aao" = (/obj/machinery/power/solar{id = "forestarboard"; name = "Fore-Starboard Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) -"aap" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/fore) -"aaq" = (/obj/structure/rack,/obj/item/storage/toolbox/emergency,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) -"aar" = (/obj/machinery/conveyor/auto{dir = 8; id = "pb"},/turf/open/floor/plating/airless,/area/router/aux) -"aas" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating/airless,/area/space/nearstation) -"aat" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/observatory"; dir = 1; name = "Observatory APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/port/fore) -"aau" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/fore"; dir = 8; name = "Port Bow Maintenance APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/port/fore) -"aav" = (/obj/machinery/conveyor/auto{dir = 8; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) -"aaw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/test_area) -"aax" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/entry) -"aay" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "2-8"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"aaz" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/ai_monitored/security/armory) -"aaA" = (/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"aaB" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/kitchen/backroom"; dir = 1; name = "Kitchen Coldroom APC"; pixel_y = 24},/turf/open/floor/plating,/area/hallway/secondary/service) -"aaC" = (/obj/structure/closet/secure_closet/lethalshots,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/item/storage/box/firingpins,/obj/item/storage/box/firingpins,/obj/effect/spawner/lootdrop/armory_contraband/metastation,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aaD" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"aaE" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera{c_tag = "Port Bow Maintenance - Fore"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/port/fore) -"aaF" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aaG" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/stairs/left,/area/security/brig) -"aaH" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/camera/motion{c_tag = "Armory Motion Sensor"; pixel_x = 22},/obj/structure/rack,/obj/item/gun/energy/e_gun{pixel_y = -6},/obj/item/gun/energy/e_gun{pixel_y = -3},/obj/item/gun/energy/e_gun,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aaI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aaJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aaK" = (/obj/machinery/power/solar{id = "foreport"; name = "Fore-Port Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port) -"aaL" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/port) -"aaM" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/port) -"aaN" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/security/brig) -"aaO" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/starboard/fore) -"aaP" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) -"aaQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aaR" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aaS" = (/turf/open/floor/plasteel,/area/security/brig) -"aaT" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/starboard/fore) -"aaU" = (/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"aaV" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/starboard/fore) -"aaW" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) -"aaX" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aaY" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 21},/turf/open/floor/plating/airless,/area/router/aux) -"aaZ" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aba" = (/obj/machinery/door/airlock/external{name = "Arrival Shuttle Airlock"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abb" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abc" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-4"},/turf/open/space/basic,/area/solar/starboard/fore) -"abd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/fore) -"abe" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/starboard/fore) -"abf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/fore) -"abg" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abh" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/port) -"abi" = (/obj/machinery/power/solar{id = "foreport"; name = "Fore-Port Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port) -"abj" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) -"abk" = (/obj/structure/closet/crate/secure/gear{name = "Grenade Crate"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/storage/box/flashbangs{pixel_x = 3; pixel_y = 2},/obj/item/storage/box/teargas{pixel_x = 3; pixel_y = -3},/obj/item/grenade/barrier,/obj/item/grenade/barrier,/obj/item/grenade/barrier,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abl" = (/obj/machinery/airalarm{pixel_y = 24},/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},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"abm" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"abn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/rack,/obj/item/gun/ballistic/shotgun/riot{pixel_y = 6},/obj/item/gun/ballistic/shotgun/riot,/obj/item/gun/ballistic/shotgun/riot{pixel_y = -6},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abp" = (/turf/closed/wall/r_wall,/area/space/nearstation) -"abq" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 4},/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},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abr" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"abs" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abt" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abu" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abv" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/fore) -"abw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/rack,/obj/item/clothing/suit/armor/bulletproof{pixel_x = -3; pixel_y = 3},/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/suit/armor/bulletproof{pixel_x = 3; pixel_y = -3},/obj/item/clothing/head/helmet/alt{layer = 3.00001; pixel_x = -3; pixel_y = 3},/obj/item/clothing/head/helmet/alt{layer = 3.00001},/obj/item/clothing/head/helmet/alt{layer = 3.00001; pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abx" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port) -"aby" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/space/nearstation) -"abz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/fore) -"abA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"abB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/closed/wall,/area/crew_quarters/theatre/clown) -"abC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/closed/wall,/area/crew_quarters/theatre/clown) -"abD" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) -"abE" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/deliveryChute{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"abF" = (/obj/machinery/mass_driver{dir = 8; id = "sb_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"abG" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/table,/obj/item/storage/box/trackimp{pixel_x = 4},/obj/item/storage/box/chemimp{pixel_x = -4},/obj/item/storage/lockbox/loyalty,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abH" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) -"abI" = (/obj/structure/table,/obj/structure/mirror{icon_state = "mirror_broke"; pixel_x = -24},/obj/item/storage/briefcase,/obj/item/circuitboard/machine/vending/donksofttoyvendor,/obj/item/storage/pill_bottle/happy,/obj/effect/decal/cleanable/dirt,/obj/item/paper/fluff/cogstation/cluwne,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"abJ" = (/obj/machinery/conveyor{dir = 8; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"abK" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abL" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"abM" = (/turf/closed/wall/r_wall,/area/router/aux) -"abN" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) -"abO" = (/obj/structure/chair/comfy/brown,/obj/item/beacon,/turf/open/floor/carpet/royalblue,/area/bridge) -"abP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/rack,/obj/item/gun/energy/ionrifle{pixel_y = 4},/obj/item/gun/energy/temperature/security{pixel_y = -4},/obj/item/clothing/suit/armor/laserproof,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"abQ" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/fore) -"abR" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) -"abS" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"abT" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/dorms/purple"; name = "Crew Quarters A APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) -"abU" = (/obj/machinery/space_heater,/obj/machinery/power/apc{areastring = "/area/crew_quarters/dorms/blue"; name = "Crew Quarters B APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/fore) -"abV" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/router/aux) -"abW" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/router/aux) -"abX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/checkpoint) -"abY" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"abZ" = (/obj/machinery/conveyor{dir = 1; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"aca" = (/obj/machinery/conveyor{dir = 5; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acb" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall,/area/maintenance/fore) -"acc" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/door/poddoor/preopen{id = "solitarylock"; name = "Brig Lockdown"},/turf/open/floor/plating,/area/security/brig) -"acd" = (/obj/machinery/button/door{id = "armory"; name = "Armory Blast Door Control"; pixel_x = -28; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"ace" = (/obj/machinery/conveyor{dir = 4; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acf" = (/obj/machinery/mass_driver{dir = 4; id = "pb_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"acg" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"ach" = (/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"aci" = (/turf/closed/wall,/area/medical{name = "Medical Booth"}) -"acj" = (/obj/machinery/conveyor{dir = 4; id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) -"ack" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/rack,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/obj/item/shield/riot{pixel_x = -6},/obj/item/shield/riot{pixel_x = -6},/obj/item/shield/riot{pixel_x = -6},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/obj/item/clothing/mask/gas/sechailer/swat{pixel_x = -4},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"acl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Armory"; req_one_access_txt = "3"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acm" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) -"acn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aco" = (/turf/open/floor/plating,/area/maintenance/port/fore) -"acp" = (/turf/open/floor/plating/airless,/area/science/test_area) -"acq" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acr" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 7},/turf/open/floor/plating/airless,/area/router/aux) -"acs" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"act" = (/turf/closed/wall/r_wall,/area/maintenance/fore) -"acu" = (/obj/structure/table,/obj/machinery/light,/obj/machinery/recharger,/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 6},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 4},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 2},/obj/item/electropack{pixel_x = -10},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acv" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/solar/starboard/fore) -"acw" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/fore) -"acx" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) -"acy" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/gun/energy/e_gun/advtaser{pixel_y = 6},/obj/item/gun/energy/e_gun/advtaser,/obj/item/gun/energy/e_gun/advtaser{pixel_y = -6},/obj/structure/rack,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"acz" = (/obj/machinery/mass_driver{dir = 4; id = "sb_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"acA" = (/obj/machinery/conveyor{dir = 4; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acB" = (/obj/machinery/conveyor{dir = 6; id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acC" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor{id = "armory"; name = "Armory"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acD" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) -"acE" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/fore) -"acF" = (/turf/closed/wall,/area/crew_quarters/lounge) -"acG" = (/obj/machinery/conveyor{dir = 1; id = "pb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acH" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"acI" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"acJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) -"acK" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical{name = "Medical Booth"}) -"acL" = (/obj/machinery/door/poddoor{id = "executionspaceblast"},/turf/open/floor/plating,/area/maintenance/port/fore) -"acM" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"acN" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"acO" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"acP" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/fore) -"acQ" = (/turf/closed/wall,/area/crew_quarters/theatre/clown) -"acR" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) -"acS" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/fore) -"acT" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/civilian,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"acU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera{c_tag = "Armory Access"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) -"acV" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/washing_machine,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"acW" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/deliveryChute,/turf/open/floor/plating/airless,/area/router/aux) -"acX" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore) -"acY" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"acZ" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ada" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/ai_monitored/security/armory) -"adb" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/brig) -"adc" = (/obj/machinery/conveyor{id = "sb_off"},/turf/open/floor/plating/airless,/area/router/aux) -"add" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/crew_quarters/observatory) -"ade" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/closed/wall/r_wall,/area/maintenance/fore) -"adf" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/observatory) -"adg" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"adh" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/crew_quarters/observatory) -"adi" = (/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"adj" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/observatory) -"adk" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/conveyor{id = "solar_off"},/turf/open/floor/plating/airless,/area/router/aux) -"adl" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"adm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) -"adn" = (/obj/structure/sign/nanotrasen,/turf/closed/wall/r_wall,/area/hallway/secondary/entry) -"ado" = (/obj/machinery/power/solar{id = "forestarboard"; name = "Fore-Starboard Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) -"adp" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/tcommsat/computer) -"adq" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry) -"adr" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"ads" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"adt" = (/turf/open/floor/plating,/area/maintenance/fore) -"adu" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"adv" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/fore) -"adw" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/conveyor/auto{dir = 1; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) -"adx" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/fore) -"ady" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating/airless,/area/solar/starboard/fore) -"adz" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"adA" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"adB" = (/obj/structure/sign/poster/official/enlist{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"adC" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/crew_quarters/observatory) -"adD" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/vending/security,/turf/open/floor/plasteel,/area/security/brig) -"adE" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/machinery/syndicatebomb/training,/turf/open/floor/plasteel,/area/security/brig) -"adF" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"adG" = (/obj/machinery/mass_driver{id = "serv_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"adH" = (/obj/machinery/conveyor/auto{dir = 1; id = "solar"},/turf/open/floor/plating/airless,/area/router/aux) -"adI" = (/obj/machinery/disposal/bin{name = "Service Delivery"},/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hydroponics) -"adJ" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/closet,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"adK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/medium,/area/security/brig) -"adL" = (/obj/machinery/mass_driver{id = "starboard_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"adM" = (/turf/closed/wall,/area/crew_quarters/observatory) -"adN" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"adO" = (/obj/structure/noticeboard{dir = 4; pixel_x = -27},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"adP" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"adQ" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"adR" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/storage/box/beakers,/obj/item/hand_labeler,/obj/item/folder/white{pixel_x = -6; pixel_y = 4},/obj/item/stamp/denied{pixel_x = 8; pixel_y = 8},/obj/item/stamp,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"adS" = (/turf/closed/wall,/area/construction) -"adT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/construction) -"adU" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/fore) -"adV" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/fore"; dir = 1; name = "Starboard Bow Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"adW" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/right,/area/security/brig) -"adX" = (/obj/structure/chair/comfy/black{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"adY" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"adZ" = (/turf/open/floor/plating,/area/tcommsat/computer) -"aea" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"aeb" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/brig) -"aec" = (/turf/closed/wall/r_wall,/area/construction) -"aed" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aee" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/port) -"aef" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"aeg" = (/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-8"},/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"aeh" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/brig) -"aei" = (/obj/machinery/light,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/hallway/secondary/entry"; dir = 8; name = "Arrival Shuttle Hallway APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aej" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/plating/airless,/area/engine/engineering{name = "Engine Room"}) -"aek" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ael" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"aem" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aen" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/fore) -"aeo" = (/obj/effect/decal/cleanable/dirt,/obj/item/circuitboard/machine/sleeper,/obj/structure/frame/machine,/turf/open/floor/plasteel,/area/construction) -"aep" = (/obj/machinery/firealarm{dir = 4; pixel_x = -24},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aer" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aes" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/chair{dir = 1},/obj/structure/sign/poster/official/random{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aet" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aeu" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aev" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/maintenance/fore) -"aew" = (/turf/closed/wall/r_wall,/area/security/prison) -"aex" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/table,/obj/item/storage/hypospraykit/regular,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aey" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aez" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeA" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeB" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/toilet/fitness"; name = "Fitness Toilets APC"; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/fore) -"aeC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeD" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) -"aeE" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass,/turf/open/floor/plasteel,/area/construction) -"aeF" = (/obj/structure/table,/obj/item/assembly/infra,/obj/item/assembly/voice{pixel_x = 4; pixel_y = 12},/obj/item/assembly/health{pixel_x = -6; pixel_y = 4},/obj/item/assembly/prox_sensor{pixel_x = 4; pixel_y = -2},/turf/open/floor/plating,/area/construction) -"aeG" = (/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 6},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/construction"; dir = 1; name = "Construction Area APC"; pixel_y = 24},/turf/open/floor/plating,/area/construction) -"aeH" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) -"aeI" = (/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"aeJ" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/security/prison) -"aeK" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"aeL" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aeM" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aeN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Router"; req_one_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aeO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) -"aeP" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/solar/starboard/fore) -"aeQ" = (/obj/structure/closet/secure_closet/brig,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aeR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeS" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aeT" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aeU" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aeV" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aeW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "12"},/turf/open/floor/plasteel,/area/construction) -"aeX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/fore) -"aeY" = (/turf/closed/wall,/area/crew_quarters/toilet/fitness) -"aeZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/crew_quarters/kitchen) -"afa" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/kitchen) -"afb" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afc" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afd" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"afe" = (/obj/machinery/door/airlock,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aff" = (/turf/closed/wall,/area/crew_quarters/fitness) -"afg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/fore) -"afh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/starboard/fore; dir = 4; name = "Starboard Bow Solars APC"; pixel_x = 28},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"afi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/fore) -"afj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afk" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afl" = (/obj/effect/landmark/secequipment,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"afm" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) -"afn" = (/obj/machinery/biogenerator,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"afo" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/landmark/start/mime,/obj/machinery/power/apc{areastring = "/area/crew_quarters/theatre/mime"; dir = 4; name = "Mime's Office APC"; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) -"afp" = (/turf/open/floor/plating,/area/construction) -"afq" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"afr" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper_bin,/obj/item/pen,/obj/item/camera{pixel_y = -8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"afs" = (/obj/machinery/flasher{id = "executionflash"; pixel_x = -25},/obj/structure/chair/e_chair,/obj/effect/decal/cleanable/ash{pixel_y = -8},/turf/open/floor/plating,/area/maintenance/port/fore) -"aft" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"afu" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afv" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"afx" = (/obj/machinery/computer/holodeck{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afy" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afA" = (/turf/open/floor/plating,/area/maintenance/starboard/fore) -"afB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) -"afD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/maintenance/port/fore) -"afE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/theatre/clown) -"afF" = (/obj/machinery/sparker{id = "executionburn"; pixel_x = 25},/turf/open/floor/plating,/area/maintenance/port/fore) -"afG" = (/obj/structure/sink{pixel_y = 28},/obj/item/paper/guides/jobs/hydroponics,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"afH" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/mask/gas/sechailer,/obj/item/clothing/mask/gas/sechailer,/obj/item/clothing/mask/gas/sechailer,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/warden) -"afI" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afJ" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/plant_analyzer,/obj/item/cultivator,/obj/item/reagent_containers/glass/bucket,/obj/item/reagent_containers/glass/bucket,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"afK" = (/turf/closed/wall,/area/crew_quarters/kitchen) -"afL" = (/obj/machinery/door/airlock,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afM" = (/obj/structure/closet/crate/internals,/obj/machinery/camera{c_tag = "Construction Area"; pixel_x = 22},/obj/item/flashlight,/obj/item/clothing/suit/hazardvest,/obj/item/tank/internals/emergency_oxygen/engi,/turf/open/floor/plating,/area/construction) -"afN" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/washing_machine,/turf/open/floor/plasteel/checker,/area/hallway/secondary/entry) -"afP" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"afR" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/table/reinforced,/obj/item/paicard,/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"afS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"afT" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"afU" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/entry) -"afV" = (/obj/structure/closet/crate,/obj/machinery/light{dir = 1},/obj/item/clothing/gloves/color/white,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/structure/sign/poster/contraband/red_rum{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"afW" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/fore) -"afX" = (/obj/item/cigbutt,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/camera{c_tag = "Port Bow Maintenance - Aft"; dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"afY" = (/obj/item/seeds/carrot,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"afZ" = (/obj/machinery/disposal/bin{name = "Brig Catering"},/obj/effect/turf_decal/stripes/line{dir = 5; layer = 2.03},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/kitchen) -"aga" = (/obj/structure/table,/obj/item/paper/fluff/holodeck/disclaimer,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agb" = (/obj/structure/table,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"agd" = (/obj/structure/fans/tiny/invisible,/obj/docking_port/stationary{dwidth = 1; height = 4; name = "escape pod loader"; roundstart_template = /datum/map_template/shuttle/escape_pod/default; width = 3},/turf/open/space/basic,/area/space) -"age" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"agf" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore) -"agg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"agh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fore) -"agi" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"agj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Observatory Access"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"agk" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agl" = (/obj/machinery/disposal/bin{name = "Bar Catering"},/obj/effect/turf_decal/stripes/line{dir = 6; layer = 2.03},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/turf/open/floor/plasteel,/area/crew_quarters/kitchen) -"agm" = (/obj/structure/table,/obj/item/sharpener,/obj/item/kitchen/knife,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"agn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/lounge) -"ago" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"agp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agq" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"agr" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ags" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"agt" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"agv" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/security/brig) -"agw" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/displaycase/labcage{desc = "A glass lab container for storing smelly creatures."; name = "stinky panda containment"; start_showpiece_type = /mob/living/simple_animal/pet/redpanda/stinky},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"agx" = (/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plating,/area/construction) -"agy" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"agz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) -"agA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) -"agB" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"agC" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"agD" = (/obj/machinery/seed_extractor,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"agE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"agF" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agG" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) -"agH" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore) -"agI" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/tower,/obj/item/seeds/amanita,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"agJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) -"agK" = (/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agL" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/solar/port) -"agM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agN" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agO" = (/obj/machinery/door/airlock/public/glass{name = "Holodeck Door"},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agP" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"agQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"agR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agS" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/suit_storage_unit/engine,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"agU" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 6},/obj/item/storage/toolbox/mechanical{pixel_y = 3},/obj/item/assembly/timer{pixel_x = 6; pixel_y = 4},/obj/item/t_scanner{pixel_x = -2; pixel_y = 5},/obj/item/t_scanner,/obj/item/assembly/igniter{pixel_x = 6; pixel_y = -4},/obj/structure/sign/poster/contraband/missing_gloves{pixel_y = 32},/turf/open/floor/plasteel,/area/storage/tools) -"agV" = (/obj/machinery/newscaster{pixel_x = 28},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"agW" = (/turf/closed/wall/r_wall,/area/security/processing) -"agX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Starboard Bow Solar Exterior Airlock"; req_access_txt = "10;13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"agY" = (/obj/structure/table,/obj/item/storage/crayons,/obj/item/toy/beach_ball/holoball,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"agZ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aha" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahb" = (/obj/machinery/processor,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahc" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 8},/obj/structure/sign/poster/official/cleanliness{pixel_y = 32},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahd" = (/obj/structure/sink/kitchen{pixel_y = 28},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahe" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ahf" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external/glass{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plasteel,/area/security/processing) -"ahg" = (/turf/closed/wall/r_wall,/area/security/warden) -"ahh" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/tcommsat/computer) -"ahi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/newscaster{pixel_x = 28},/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ahj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Fore Maintenance - Fore"; dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"ahk" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/processing) -"ahl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plasteel,/area/security/processing) -"ahm" = (/obj/structure/falsewall/reinforced,/turf/closed/wall,/area/maintenance/port/fore) -"ahn" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/fore) -"aho" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"ahp" = (/obj/machinery/gulag_item_reclaimer{pixel_y = 24},/turf/open/floor/plasteel,/area/security/processing) -"ahq" = (/turf/open/floor/plasteel,/area/security/processing) -"ahr" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/ambrosia,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"ahs" = (/obj/machinery/light,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/camera{c_tag = "Kitchen"; dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aht" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/storage/box/disks,/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ahu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hydroponics) -"ahv" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = 32},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"ahw" = (/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ahx" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahy" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/door/poddoor/preopen{id = "solitarylock"; name = "Brig Lockdown"},/turf/open/floor/plating,/area/security/warden) -"ahz" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/fitness) -"ahA" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/fitness) -"ahB" = (/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastleft{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"ahC" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"ahD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/fore"; dir = 1; name = "Fore Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/fore) -"ahE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ahF" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/mirror{pixel_y = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"ahG" = (/obj/structure/sink{pixel_y = 28},/obj/structure/sign/poster/official/cleanliness{pixel_x = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"ahH" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/crew_quarters/fitness) -"ahI" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/fitness"; name = "Fitness Room APC"; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/fore) -"ahJ" = (/turf/open/floor/wood,/area/crew_quarters/fitness) -"ahK" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ahL" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/observatory) -"ahM" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"ahN" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ahO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"ahP" = (/turf/closed/wall,/area/maintenance/solars/starboard/fore) -"ahQ" = (/obj/structure/closet/lasertag/blue,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"ahR" = (/obj/item/beacon,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"ahS" = (/obj/structure/closet/cabinet,/turf/open/floor/wood,/area/crew_quarters/fitness) -"ahT" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1},/obj/item/storage/bag/plants,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahU" = (/obj/machinery/vending/wardrobe/chef_wardrobe,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahV" = (/obj/structure/closet/lasertag/red,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"ahW" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/crew_quarters/fitness) -"ahX" = (/obj/machinery/deepfryer,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ahY" = (/obj/machinery/vending/autodrobe,/obj/effect/decal/cleanable/cobweb,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"ahZ" = (/obj/structure/table/glass,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/radio/off,/obj/machinery/camera{c_tag = "Arrival Shuttle Hallway"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) -"aia" = (/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aib" = (/obj/structure/table/glass,/obj/machinery/light{dir = 1},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) -"aic" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aid" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/cotton,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"aie" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aif" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aig" = (/obj/machinery/camera{c_tag = "Observatory Holodeck"; dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aih" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aii" = (/obj/structure/closet,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/gps,/turf/open/floor/plasteel,/area/storage/tools) -"aij" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aik" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ail" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aim" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"ain" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) -"aio" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aip" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/fore) -"aiq" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/port) -"air" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stock_parts/cell/high/plus,/obj/item/stack/cable_coil/red{pixel_x = 3; pixel_y = 2},/obj/item/stack/cable_coil/red,/obj/item/screwdriver,/obj/item/multitool{pixel_x = -6; pixel_y = -2},/turf/open/floor/plasteel,/area/storage/tools) -"ais" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"ait" = (/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aiu" = (/obj/effect/landmark/start/mime,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) -"aiv" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aiw" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/crew_quarters/fitness) -"aix" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/kitchen) -"aiy" = (/obj/structure/bed,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/effect/landmark/start/clown,/obj/item/bedsheet/clown,/obj/structure/sign/plaques/kiddie/perfect_man{pixel_y = 32},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"aiz" = (/turf/closed/wall,/area/maintenance/starboard/fore) -"aiA" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) -"aiB" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/kitchen"; name = "Kitchen APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aiC" = (/turf/closed/wall,/area/hallway/secondary/service) -"aiD" = (/obj/structure/closet/crate/wooden/toy,/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Clown's Office"; pixel_x = 22},/obj/item/clothing/under/rank/civilian/clown/yellow,/obj/item/clothing/under/rank/civilian/clown/blue,/obj/item/clothing/under/rank/civilian/clown/green,/obj/item/toy/crayon/spraycan/lubecan,/obj/item/megaphone/clown,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"aiE" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/security/processing) -"aiF" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aiG" = (/obj/structure/closet,/obj/structure/window/reinforced,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/processing) -"aiH" = (/obj/machinery/hydroponics/constructable,/obj/item/seeds/grass,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/security/prison) -"aiI" = (/obj/structure/closet/boxinggloves,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aiJ" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"aiK" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) -"aiL" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison) -"aiM" = (/turf/closed/wall/r_wall,/area/crew_quarters/observatory) -"aiN" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/port) -"aiO" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/solars/port) -"aiP" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/solars/port) -"aiQ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/wood,/area/crew_quarters/fitness) -"aiR" = (/obj/structure/rack,/obj/item/reagent_containers/glass/beaker/waterbottle,/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/wood,/area/crew_quarters/fitness) -"aiS" = (/obj/item/kirbyplants{icon_state = "plant-06"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"aiT" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Port Bow Maintainance"; req_one_access_txt = "1"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aiU" = (/obj/structure/disposalpipe/segment,/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aiV" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/turf/open/floor/plating,/area/construction) -"aiW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Observatory"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/observatory) -"aiX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/crew_quarters/observatory) -"aiY" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aiZ" = (/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"aja" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/caution,/turf/open/floor/plating,/area/construction) -"ajb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ajc" = (/obj/structure/lattice/catwalk,/obj/structure/cable,/turf/open/space/basic,/area/solar/port) -"ajd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aje" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ajf" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"ajg" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -24},/obj/item/reagent_containers/food/snacks/pie/cream,/obj/item/instrument/bikehorn,/obj/item/flashlight/lamp/bananalamp{pixel_y = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"ajh" = (/obj/structure/table/glass,/obj/item/paper_bin/construction,/obj/item/storage/crayons,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) -"aji" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"ajj" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ajk" = (/obj/effect/landmark/start/clown,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"ajl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ajm" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/washing_machine,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"ajn" = (/obj/machinery/power/smes,/turf/open/floor/plating,/area/tcommsat/computer) -"ajo" = (/obj/structure/table,/obj/item/toy/dummy,/obj/structure/mirror{pixel_x = -24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) -"ajp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"ajq" = (/obj/effect/landmark/start/clown,/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{areastring = "/area/crew_quarters/theatre/clown"; dir = 4; name = "Clown's Office APC"; pixel_x = 24},/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"ajr" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"ajs" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/mint,/obj/item/reagent_containers/food/condiment/mayonnaise,/obj/item/bikehorn{pixel_x = -8; pixel_y = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ajt" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/plating,/area/tcommsat/computer) -"aju" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/solars/port) -"ajv" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) -"ajw" = (/turf/closed/wall,/area/construction/secondary) -"ajx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ajy" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/machinery/computer/prisoner/management,/turf/open/floor/plasteel,/area/security/brig) -"ajz" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ajA" = (/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) -"ajB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Hydroponics"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/prison) -"ajC" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) -"ajD" = (/obj/structure/chair/stool,/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ajE" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ajF" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/construction/secondary) -"ajG" = (/obj/machinery/computer/arcade,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"ajH" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/extinguisher,/turf/open/floor/plating,/area/maintenance/port/fore) -"ajI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ajJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ajK" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ajL" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/lounge"; name = "Lounge APC"; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"ajM" = (/obj/structure/table,/obj/machinery/reagentgrinder{pixel_y = 6},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -8; pixel_y = 12},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -8; pixel_y = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ajN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"ajO" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"ajP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ajQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ajR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"ajS" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"ajT" = (/obj/structure/weightmachine/weightlifter,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"ajU" = (/obj/structure/rack,/obj/item/wrench,/obj/item/light/tube,/obj/item/radio/off,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable,/obj/machinery/camera{c_tag = "Security - Interrogation Maintenance"; dir = 1},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/security/brig"; dir = 4; name = "Brig APC"; pixel_x = 26},/turf/open/floor/plating,/area/maintenance/solars/port) -"ajV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/theatre/mime) -"ajW" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/observatory) -"ajX" = (/obj/item/pipe{pixel_x = 8; pixel_y = 2},/obj/item/melee/baseball_bat,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/camera{c_tag = "Secondary Construction Area"},/turf/open/floor/plating,/area/construction/secondary) -"ajY" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/fore) -"ajZ" = (/obj/item/multitool,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/tcommsat/computer"; dir = 1; name = "Telecomms Access APC"; pixel_y = 28},/turf/open/floor/plating,/area/tcommsat/computer) -"aka" = (/turf/closed/wall,/area/crew_quarters/bar) -"akb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Mime's Office"; req_access_txt = "46"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/theatre/mime) -"akc" = (/obj/machinery/computer/slot_machine,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) -"akd" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/security/checkpoint) -"ake" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/rnd/production/techfab/department/service,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"akf" = (/obj/structure/table,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/electronics/firelock,/obj/item/electronics/firealarm,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) -"akg" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"akh" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction/secondary) -"aki" = (/obj/structure/closet/toolcloset,/turf/open/floor/plating,/area/construction/secondary) -"akj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "Starboard Bow Solar Exterior Airlock"; req_access_txt = "10;13"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"akk" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/turf/open/floor/plating,/area/construction/secondary) -"akl" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/computer/shuttle/labor{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"akm" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass,/turf/open/floor/plasteel,/area/construction/secondary) -"akn" = (/obj/machinery/power/solar_control{id = "forestarboard"; name = "Starboard Bow Solar Control"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"ako" = (/obj/machinery/button/flasher{id = "executionflash"; pixel_x = 7; pixel_y = 24},/obj/effect/decal/cleanable/generic,/turf/open/floor/plasteel,/area/maintenance/port/fore) -"akp" = (/obj/structure/closet/secure_closet/warden,/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/warden) -"akq" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/structure/table/reinforced,/obj/item/storage/box/prisoner,/obj/item/razor,/obj/item/paper/guides/jobs/security/labor_camp,/obj/item/pen,/turf/open/floor/plasteel,/area/security/processing) -"akr" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/computer/prisoner/gulag_teleporter_computer{dir = 8},/obj/machinery/camera{c_tag = "Security - Prison Shuttle Dock"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/security/processing) -"aks" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) -"akt" = (/obj/machinery/computer/prisoner/management,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Brig Control APC"; pixel_y = 24},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) -"aku" = (/obj/machinery/computer/secure_data,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/warden) -"akv" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"akw" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"akx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Secondary Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction/secondary) -"aky" = (/obj/machinery/computer/crew,/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/warden) -"akz" = (/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/router/service) -"akA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/security/warden) -"akB" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/port) -"akC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/electricshock{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/port/fore) -"akD" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/item/hand_labeler{pixel_y = 4},/turf/open/floor/plasteel,/area/security/brig) -"akE" = (/turf/closed/wall/r_wall,/area/router/sec) -"akF" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"akG" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/fore) -"akH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"akI" = (/turf/closed/wall/r_wall,/area/tcommsat/computer) -"akJ" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Telecommunications Maintenance"; req_access_txt = "61"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/tcommsat/computer) -"akK" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"akL" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Brig"; pixel_x = 22},/turf/open/floor/plasteel,/area/security/brig) -"akM" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"akN" = (/turf/open/space/basic,/area/router/aux) -"akO" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/computer/security/labor{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"akP" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "Security Router"},/turf/open/floor/plating,/area/router/sec) -"akQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"akR" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"akS" = (/obj/structure/rack,/obj/structure/window/reinforced/tinted{dir = 1},/obj/item/soap/nanotrasen,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"akT" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel,/area/security/processing) -"akU" = (/obj/machinery/door/window/northleft{name = "Showers"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"akV" = (/obj/structure/rack,/obj/structure/window/reinforced/tinted{dir = 1},/obj/item/storage/firstaid/regular,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"akW" = (/obj/structure/table/wood,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/item/reagent_containers/hypospray/medipen,/obj/structure/sign/departments/restroom{pixel_x = -32},/turf/open/floor/wood,/area/crew_quarters/fitness) -"akX" = (/turf/closed/wall,/area/crew_quarters/dorms/purple) -"akY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/warden) -"akZ" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"ala" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"alb" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"alc" = (/obj/structure/fermenting_barrel,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"ald" = (/obj/machinery/chem_master/condimaster,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"ale" = (/turf/closed/wall,/area/crew_quarters/dorms/blue) -"alf" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"alg" = (/obj/structure/frame/machine,/obj/item/circuitboard/computer/arcade/minesweeper,/turf/open/floor/plating,/area/construction/secondary) -"alh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ali" = (/turf/open/floor/plating,/area/construction/secondary) -"alj" = (/obj/machinery/gulag_teleporter,/turf/open/floor/plasteel,/area/security/processing) -"alk" = (/obj/item/caution,/turf/open/floor/plating,/area/construction/secondary) -"all" = (/obj/structure/table/glass,/obj/item/wrench{pixel_x = 2; pixel_y = 4},/obj/item/reagent_containers/glass/bottle/mutagen{pixel_x = -4},/turf/open/floor/grass,/area/hydroponics) -"alm" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) -"aln" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/grass,/area/hydroponics) -"alo" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"alp" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel,/area/construction/secondary) -"alq" = (/obj/machinery/conveyor/auto{id = "sec"},/turf/open/floor/plating,/area/router/sec) -"alr" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"als" = (/obj/machinery/mass_driver{dir = 1; id = "sec_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/sec) -"alt" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external/glass{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) -"alu" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port) -"alv" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) -"alw" = (/obj/machinery/light{dir = 8},/obj/effect/landmark/start/warden,/obj/machinery/camera{c_tag = "Security - Brig Control"; dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/warden) -"alx" = (/turf/open/floor/plasteel,/area/maintenance/port/fore) -"aly" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/warden) -"alz" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"alA" = (/obj/structure/bed,/obj/item/bedsheet/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"alB" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/fore) -"alC" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/port/fore) -"alD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"alE" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"alF" = (/obj/machinery/photocopier,/obj/machinery/newscaster/security_unit{pixel_y = -28},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/paper/guides/cogstation/letter_sec,/turf/open/floor/plasteel,/area/security/warden) -"alG" = (/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating,/area/maintenance/port/fore) -"alH" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = -8},/obj/item/storage/box/ingredients{pixel_x = 6},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"alI" = (/obj/structure/weightmachine/stacklifter,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"alJ" = (/obj/machinery/vending/hydroseeds,/turf/open/floor/grass,/area/hydroponics) -"alK" = (/obj/effect/landmark/xmastree,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"alL" = (/obj/structure/weightmachine/weightlifter,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"alM" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"alN" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fore) -"alO" = (/obj/structure/table/wood,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"alP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"alQ" = (/obj/structure/dresser,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"alR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"alS" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/obj/item/reagent_containers/rag,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"alT" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"alU" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"alV" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"alW" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/security/processing) -"alX" = (/obj/structure/table,/obj/item/storage/box/ingredients,/obj/item/clothing/head/chefhat,/obj/item/reagent_containers/glass/beaker,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"alY" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/item/t_scanner,/turf/open/floor/plating,/area/construction/secondary) -"alZ" = (/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) -"ama" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/security/warden) -"amb" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) -"amc" = (/turf/closed/wall,/area/storage/tools) -"amd" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/port/fore) -"ame" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/warden) -"amf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"amg" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/processing) -"amh" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/recharger,/obj/item/pen/red{pixel_y = 4},/obj/item/pen/blue{pixel_x = -4; pixel_y = -4},/turf/open/floor/plasteel,/area/security/brig) -"ami" = (/obj/structure/sign/poster/contraband/grey_tide{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/port/fore) -"amj" = (/turf/closed/wall/rust,/area/maintenance/port/fore) -"amk" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/maintenance/port/fore) -"aml" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"amm" = (/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/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/warden) -"amn" = (/obj/structure/cable{icon_state = "2-4"},/mob/living/simple_animal/mouse/brown,/turf/open/floor/plating,/area/construction/secondary) -"amo" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"amp" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/maintenance/fore) -"amq" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/solars/port) -"amr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ams" = (/obj/machinery/camera{c_tag = "Fitness Toilets"; pixel_x = 22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"amt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"amu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"amv" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"amw" = (/obj/structure/sign/poster/contraband/eat{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"amx" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"amy" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/bar) -"amz" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"amA" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"amB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/warden) -"amC" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"amD" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"amE" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/cable,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/crew_quarters/bar"; dir = 8; name = "Bar APC"; pixel_x = -26},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"amF" = (/obj/effect/landmark/start/cook,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"amG" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/chapel/main) -"amH" = (/obj/item/crowbar/large{pixel_y = 3},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) -"amI" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/warden,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/warden) -"amJ" = (/obj/structure/lattice,/obj/structure/sign/departments/botany{pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) -"amK" = (/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"amL" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/service) -"amM" = (/obj/machinery/light,/obj/machinery/disposal/bin{name = "Kitchen Mailbox"},/obj/effect/turf_decal/delivery/white,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"amN" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/storage/tools) -"amO" = (/obj/item/bedsheet/mime,/obj/structure/bed,/obj/effect/landmark/start/mime,/obj/machinery/camera{c_tag = "Mime's Office"; pixel_x = 22},/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) -"amP" = (/obj/effect/landmark/start/assistant,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) -"amQ" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastleft{name = "Reception Window"},/obj/machinery/door/window/westleft{name = "Warden's Desk"; req_one_access_txt = "2"},/obj/item/paper_bin,/obj/item/pen,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/warden) -"amR" = (/obj/machinery/light/small,/obj/machinery/light_switch{pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction/secondary) -"amS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"amT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/construction/secondary) -"amU" = (/obj/structure/beebox,/obj/item/queen_bee/bought,/turf/open/floor/grass,/area/hydroponics) -"amV" = (/turf/open/floor/grass,/area/hydroponics) -"amW" = (/obj/structure/table/glass,/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = -4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = -4},/obj/item/book/manual/hydroponics_pod_people{pixel_x = 4; pixel_y = 4},/obj/item/paper/guides/jobs/hydroponics{pixel_x = 4; pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) -"amX" = (/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel/dark,/area/security/processing) -"amY" = (/turf/closed/wall,/area/chapel/main) -"amZ" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ana" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"anb" = (/obj/structure/table,/obj/item/lipstick/black,/obj/item/lipstick/random{pixel_x = 2; pixel_y = 4},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/theatre/mime) -"anc" = (/obj/item/cigbutt,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction/secondary) -"and" = (/turf/closed/wall/r_wall,/area/chapel/main) -"ane" = (/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"anf" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/construction/secondary"; dir = 1; name = "Secondary Construction Area APC"; pixel_y = 24},/turf/open/floor/plating,/area/construction/secondary) -"ang" = (/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) -"anh" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/paper_bin,/obj/item/pen,/obj/item/clothing/glasses/regular,/obj/machinery/door/window/northright{name = "Medical Booth Desk"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"ani" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/poster/official/duelshotgun{pixel_y = -32},/turf/open/floor/plasteel,/area/security/brig) -"anj" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ank" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/easel,/obj/item/canvas/nineteenXnineteen,/obj/machinery/camera{c_tag = "Crew Lounge"; dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"anl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"anm" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/disposal) -"ann" = (/obj/effect/landmark/event_spawn,/turf/open/floor/goonplaque{desc = "It reads 'In honor of spacemen past, whose work allowed this station to find its new home. The fact that you stand on a station originally built light years away is a definitive representation of the ingenuity of the human spirit.' Beneath this is the image of a spaceman rocketing upwards by means of what appears to be a match and flatulence."},/area/hallway/secondary/entry) -"ano" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"anp" = (/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"anq" = (/turf/closed/wall,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"anr" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"ans" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/destTagger,/obj/machinery/button/door{id = "secblock"; name = "Router Access Control"; pixel_x = 8; pixel_y = 24; req_access_txt = "1"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/router/sec) -"ant" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"anu" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"anv" = (/obj/item/stack/sheet/plasteel{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/beakers,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/construction) -"anw" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"anx" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/tcommsat/computer) -"any" = (/obj/structure/table/wood,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/obj/item/reagent_containers/pill/patch/styptic,/turf/open/floor/wood,/area/crew_quarters/fitness) -"anz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"anA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fitness Room Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness) -"anB" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/barsign{pixel_y = 32},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"anC" = (/obj/machinery/computer/cargo/request,/obj/effect/turf_decal/delivery,/obj/machinery/requests_console{department = "Security Router"; name = "Security Router RC"; pixel_y = 32},/turf/open/floor/plasteel,/area/router/sec) -"anD" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"anE" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"anF" = (/obj/machinery/smartfridge,/turf/closed/wall,/area/crew_quarters/kitchen) -"anG" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"anH" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/security/checkpoint) -"anI" = (/obj/machinery/computer/arcade/orion_trail,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"anJ" = (/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},/obj/structure/cable{icon_state = "0-8"},/obj/item/paper_bin,/obj/item/stamp/denied{pixel_x = 8; pixel_y = 8},/obj/item/stamp{pixel_x = 6; pixel_y = 4},/obj/item/pen,/obj/machinery/power/apc{areastring = "/area/security/checkpoint"; dir = 4; name = "Security Checkpoint APC"; pixel_x = 24},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/checkpoint) -"anK" = (/turf/closed/wall/r_wall,/area/security/detectives_office) -"anL" = (/obj/machinery/computer/arcade/minesweeper,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"anM" = (/obj/machinery/recharge_station,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) -"anN" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/analyzer,/obj/item/wrench{pixel_y = 4},/turf/open/floor/plasteel,/area/storage/tools) -"anO" = (/obj/structure/rack,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/storage/belt/utility,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/tools) -"anP" = (/obj/machinery/computer/arcade,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"anQ" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"anR" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"anS" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/power/apc{areastring = "/area/storage/tools"; name = "Auxiliary Tool Storage APC"; pixel_y = -26},/obj/machinery/camera{c_tag = "Auxiliary Tool Storage"; dir = 4; pixel_y = -22},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/storage/tools) -"anT" = (/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"anU" = (/turf/closed/wall/r_wall,/area/security/brig) -"anV" = (/turf/open/floor/plating,/area/maintenance/solars/port) -"anW" = (/obj/machinery/conveyor{dir = 1; id = "sec_off"},/turf/open/floor/plating,/area/router/sec) -"anX" = (/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"anY" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"anZ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aoa" = (/obj/item/clockwork/component/geis_capacitor/fallen_armor,/obj/structure/table/bronze,/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"aob" = (/obj/structure/closet/emcloset,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/solars/port) -"aoc" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/machinery/requests_console{department = "Recreation"; name = "Recreation RC"; pixel_y = -32},/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -4; pixel_y = 2},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aod" = (/obj/machinery/computer/security{dir = 1},/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,/area/security/warden) -"aoe" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"aof" = (/obj/structure/sign/poster/official/foam_force_ad{pixel_y = 32},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aog" = (/turf/open/floor/grass,/area/hydroponics/garden{name = "Nature Preserve"}) -"aoh" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aoi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"aoj" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/security/checkpoint) -"aok" = (/obj/structure/chair/wood/normal{dir = 1},/obj/machinery/button/door{id = "Dorm1"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = -7; pixel_y = -24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"aol" = (/obj/machinery/button/door{id = "Dorm3"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = 7; pixel_y = -24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/xeno_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aom" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aon" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aoo" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/ears/earmuffs,/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) -"aop" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/construction/secondary) -"aoq" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/warden) -"aor" = (/obj/machinery/shower{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aos" = (/obj/structure/window/reinforced,/obj/structure/closet/athletic_mixed,/turf/open/floor/wood,/area/crew_quarters/fitness) -"aot" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) -"aou" = (/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aov" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) -"aow" = (/mob/living/simple_animal/banana_spider{name = "Henry"},/turf/open/floor/grass,/area/hydroponics) -"aox" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"aoy" = (/obj/machinery/computer/secure_data,/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/machinery/camera{c_tag = "Security Checkpoint"; pixel_x = 22},/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) -"aoz" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/construction/secondary) -"aoA" = (/obj/structure/table/reinforced,/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/red{dir = 1},/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/machinery/door/window/westright{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint) -"aoB" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Security - Prison Beds"; dir = 8; pixel_y = -22},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/security/prison"; dir = 4; name = "Prison APC"; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aoC" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aoD" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint) -"aoE" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/chapel/main) -"aoF" = (/turf/closed/wall/r_wall,/area/security/main) -"aoG" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/checkpoint) -"aoH" = (/obj/machinery/door/airlock/external/glass{name = "Port Bow Solars External Access"; req_access_txt = "10;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port) -"aoI" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/grass,/area/hydroponics) -"aoJ" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aoK" = (/turf/closed/wall/r_wall,/area/router/service) -"aoL" = (/obj/structure/chair/stool,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aoM" = (/obj/structure/closet/crate,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/capacitor,/turf/open/floor/plating,/area/construction) -"aoN" = (/obj/structure/closet/crate/internals,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/flashlight,/obj/item/flashlight,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/item/clothing/head/hardhat/orange,/obj/item/clothing/head/hardhat/orange,/turf/open/floor/plasteel,/area/storage/tools) -"aoO" = (/turf/open/floor/plasteel,/area/storage/tools) -"aoP" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/port) -"aoQ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"aoR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Brig Control"; req_access_txt = "3"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/warden) -"aoS" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{id = "serv_off"},/obj/machinery/door/poddoor{id = "servblock"; name = "Service Router"},/turf/open/floor/plating,/area/router/service) -"aoT" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{id = "servblock"; name = "Service Router"},/turf/open/floor/plating,/area/router/service) -"aoU" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aoV" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aoW" = (/obj/machinery/power/solar_control{dir = 4; id = "foreport"; name = "Port Bow Solar Control"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/port) -"aoX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aoY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aoZ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"apa" = (/obj/structure/chair/sofa/right,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"apb" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"apc" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) -"apd" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) -"ape" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/port/fore) -"apf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"apg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/router/sec) -"aph" = (/turf/open/floor/plasteel/dark,/area/security/brig) -"api" = (/obj/machinery/door/window/southright{name = "Weightroom"},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"apj" = (/obj/structure/window/reinforced,/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"apk" = (/obj/structure/closet/lasertag/blue,/turf/open/floor/wood,/area/crew_quarters/fitness) -"apl" = (/obj/structure/chair/sofa/right,/obj/item/clothing/head/beret/black,/turf/open/floor/wood,/area/crew_quarters/fitness) -"apm" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"apn" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/sec) -"apo" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction) -"app" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/sec) -"apq" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/secondary/entry) -"apr" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/button/massdriver{id = "sec_out"; pixel_x = 24; pixel_y = 24},/turf/open/floor/plasteel,/area/router/sec) -"aps" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/security{name = "Security EVA Prep Room"; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/processing) -"apt" = (/obj/structure/cable{icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) -"apu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) -"apv" = (/turf/closed/wall,/area/hallway/secondary/entry) -"apw" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/assistant,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"apx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"apy" = (/obj/machinery/vr_sleeper{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"apz" = (/obj/machinery/vr_sleeper{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"apA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/dorms/purple) -"apB" = (/obj/structure/flora/tree/jungle/small,/turf/open/floor/grass,/area/hydroponics/garden{name = "Nature Preserve"}) -"apC" = (/turf/closed/wall/r_wall,/area/hydroponics) -"apD" = (/obj/machinery/door/airlock{id_tag = "Dorm1"; name = "Room 1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"apE" = (/obj/machinery/biogenerator,/turf/open/floor/grass,/area/hydroponics) -"apF" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"apG" = (/mob/living/simple_animal/chicken{name = "Featherbottom"; real_name = "Featherbottom"},/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"apH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/security/main) -"apI" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"apJ" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/machinery/camera{c_tag = "Hydroponics - Fore"; dir = 1},/turf/open/floor/plasteel,/area/hydroponics) -"apK" = (/obj/structure/reagent_dispensers/watertank/high,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/obj/item/reagent_containers/glass/bucket,/turf/open/floor/grass,/area/hydroponics) -"apL" = (/obj/structure/chair/sofa/left,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"apM" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"apN" = (/obj/machinery/door/airlock{id_tag = "Dorm3"; name = "Room 3"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"apO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/dorms/blue) -"apP" = (/obj/structure/table,/obj/item/radio/intercom{name = "Station Intercom (Common)"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"apQ" = (/obj/machinery/door/airlock/security/glass{name = "Solitary Confinement"; req_one_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"apR" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = 1; pixel_y = 3},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -5; pixel_y = 7},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"apS" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port) -"apT" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/construction) -"apU" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/gun/ballistic/revolver/russian,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"apV" = (/turf/closed/wall/rust,/area/chapel/main) -"apW" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/kitchen) -"apX" = (/obj/structure/fermenting_barrel,/turf/open/floor/grass,/area/hydroponics) -"apY" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) -"apZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Fitness Toilets"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aqa" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aqb" = (/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Secondary Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction/secondary) -"aqc" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall/r_wall,/area/medical{name = "Medical Booth"}) -"aqd" = (/obj/structure/chair/sofa/right,/obj/machinery/camera{c_tag = "Chapel - Fore"},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"aqe" = (/obj/machinery/conveyor{id = "serv_off"},/turf/open/floor/plating,/area/router/service) -"aqf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aqg" = (/obj/structure/chair{dir = 8},/obj/machinery/camera{c_tag = "Fitness Room"; dir = 8; pixel_y = -22},/turf/open/floor/wood,/area/crew_quarters/fitness) -"aqh" = (/obj/structure/chair/sofa/left,/turf/open/floor/wood,/area/crew_quarters/fitness) -"aqi" = (/obj/structure/table,/obj/item/clipboard,/obj/item/paper_bin{pixel_x = 2; pixel_y = 4},/obj/item/pen,/turf/open/floor/wood,/area/crew_quarters/fitness) -"aqj" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aqk" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"aql" = (/turf/closed/wall/r_wall,/area/crew_quarters/bar) -"aqm" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aqn" = (/turf/closed/wall/r_wall,/area/medical{name = "Medical Booth"}) -"aqo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aqp" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"aqq" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/storage/tools) -"aqr" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/tools) -"aqs" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aqt" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/sign/poster/contraband/hacking_guide{pixel_x = 32},/turf/open/floor/plasteel,/area/storage/tools) -"aqu" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aqv" = (/obj/structure/sign/poster/official/no_erp{pixel_x = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aqw" = (/turf/closed/wall/r_wall/rust,/area/maintenance/solars/port) -"aqx" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"aqy" = (/obj/machinery/mass_driver{dir = 1; id = "serv_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/service) -"aqz" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) -"aqA" = (/obj/structure/lattice/catwalk,/obj/structure/cable,/turf/open/space/basic,/area/solar/starboard/aft) -"aqB" = (/turf/closed/wall,/area/hydroponics) -"aqC" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hydroponics) -"aqD" = (/obj/machinery/vending/sustenance,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aqE" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/sec) -"aqF" = (/turf/open/floor/plasteel,/area/router/sec) -"aqG" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) -"aqH" = (/obj/machinery/power/apc{name = "Security Router APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/router/sec) -"aqI" = (/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/hydroponics) -"aqJ" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/router/sec) -"aqK" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aqL" = (/turf/closed/wall,/area/security/checkpoint) -"aqM" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/port) -"aqN" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/hallway/secondary/service) -"aqO" = (/obj/machinery/door/airlock/engineering{name = "Engineering EVA"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aqP" = (/obj/structure/chair/stool,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aqQ" = (/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"aqR" = (/obj/item/grown/bananapeel,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"aqS" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aqT" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aqU" = (/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) -"aqV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Purple Dorms Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/purple) -"aqW" = (/obj/structure/table,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/book/manual/chef_recipes,/obj/item/storage/box/donkpockets,/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aqX" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; icon_state = "roomnum"; name = "Room Number 1"; pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"aqY" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/security/brig) -"aqZ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"ara" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/barbershop"; dir = 4; name = "Barbershop APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/port/fore) -"arc" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/obj/item/toy/figure/clown,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"ard" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"are" = (/obj/machinery/chem_heater,/obj/effect/turf_decal/stripes/end{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"arf" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"arg" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arh" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"ari" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/processing) -"arj" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/purple) -"ark" = (/turf/open/floor/plasteel,/area/crew_quarters/locker) -"arl" = (/obj/machinery/vending/kink,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Locker Room"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"arm" = (/obj/structure/chair/sofa/right,/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/crew_quarters/fitness) -"arn" = (/obj/machinery/vending/tool,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) -"aro" = (/obj/structure/closet/firecloset,/obj/machinery/camera{c_tag = "Starboard Bow Maintenance - Starboard"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arp" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/disposal) -"arq" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) -"arr" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/chair{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) -"ars" = (/obj/structure/chair/stool,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/landmark/start/bartender,/obj/item/clothing/under/costume/maid,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"art" = (/obj/structure/punching_bag,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aru" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/dorms/blue) -"arv" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian{pixel_x = 1; pixel_y = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"arw" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass{name = "Crew Quarters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"arx" = (/obj/machinery/button/door{id = "kitchenlock"; name = "Kitchen Lockup"; pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"ary" = (/obj/machinery/food_cart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"arz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"arA" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"arB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"arC" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 4; icon_state = "roomnum"; name = "Room Number 3"; pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"arD" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Blue Dorms Maintenance"; req_one_access_txt = "12;46"},/turf/open/floor/plating,/area/crew_quarters/dorms/blue) -"arE" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/central) -"arF" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"arG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arH" = (/obj/machinery/disposal/bin{name = "Detective's Mailbox"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"arI" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness) -"arJ" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"arK" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/destTagger,/obj/machinery/button/massdriver{id = "serv_out"; pixel_x = 8; pixel_y = -4},/obj/machinery/requests_console{department = "Service Router"; name = "Service Router RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/router/service) -"arL" = (/obj/machinery/conveyor{dir = 1; id = "serv_off"},/turf/open/floor/plating,/area/router/service) -"arM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/router/service) -"arN" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "gas to sauna"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"arO" = (/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"arP" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"arQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"arR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/falsewall/reinforced{req_access_txt = "1"},/turf/open/floor/plasteel,/area/router/sec) -"arS" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/dorms/purple) -"arT" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/security/brig) -"arU" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 1; icon_state = "roomnum"; name = "Room Number 2"; pixel_y = -28},/obj/machinery/camera{c_tag = "Dormitories - Purple"; dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"arV" = (/obj/machinery/vr_sleeper{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/sign/poster/official/soft_cap_pop_art{pixel_x = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"arW" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/general/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"arX" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"arY" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"arZ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"asa" = (/obj/machinery/computer/arcade,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"asb" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"asc" = (/obj/machinery/disposal/bin,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"asd" = (/turf/closed/wall/rust,/area/maintenance/starboard/fore) -"ase" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Purple Dorms"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms/purple) -"asf" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Blue Dorms"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms/blue) -"asg" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"ash" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"asi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asj" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) -"ask" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Security - Prison Fore"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/mob/living/simple_animal/mouse/brown/Tom,/turf/open/floor/plasteel,/area/security/prison) -"asl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external/glass{name = "Port Bow Solars External Access"; req_access_txt = "10;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) -"asm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/hallway/secondary/service"; dir = 8; name = "Service Hall APC"; pixel_x = -24},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"asn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aso" = (/obj/structure/sign/warning/fire{desc = "A sign that states the labeled room's number."; dir = 8; icon_state = "roomnum"; name = "Room Number 4"; pixel_y = -28},/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Dormitories - Blue"; dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"asp" = (/obj/structure/chair/comfy/brown,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"asq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/dorms/blue) -"asr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) -"ass" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/light/small,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ast" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"asu" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/rust,/area/maintenance/disposal) -"asv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asw" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asx" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asy" = (/obj/effect/landmark/start/assistant,/obj/machinery/holopad,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/hallway/secondary/entry) -"asz" = (/obj/structure/toilet{dir = 4},/obj/machinery/camera{c_tag = "Security - Prison Bathroom"; dir = 4},/turf/open/floor/plasteel/freezer,/area/security/prison) -"asA" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/turf/open/floor/plating,/area/router/service) -"asB" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"asC" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asE" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/button/door{id = "servblock"; name = "Router Access Control"; pixel_x = 8; pixel_y = 24; req_one_access_txt = "12;25;26;28;35;46"},/turf/open/floor/plasteel,/area/router/service) -"asF" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/security{name = "Labor Camp Arrivals"},/turf/open/floor/plasteel,/area/security/processing) -"asG" = (/obj/structure/sign/warning/nosmoking/circle,/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) -"asH" = (/obj/machinery/camera{c_tag = "Port Bow Solar Maintenance"; dir = 1},/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/obj/structure/sign/warning/electricshock{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/solars/port) -"asI" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"asJ" = (/turf/closed/wall,/area/crew_quarters/toilet) -"asK" = (/obj/machinery/vr_sleeper{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"asL" = (/turf/closed/wall,/area/security/brig) -"asM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) -"asN" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"asO" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"asP" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"asQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/router/service) -"asR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"asS" = (/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"asT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/mob/living/simple_animal/mouse/gray{desc = "A strangely observant rodent."; name = "Remy"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"asU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Router"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"asV" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"asW" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/security/main) -"asX" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/reinforced,/obj/item/tape,/obj/item/radio/off,/turf/open/floor/plasteel/dark,/area/security/brig) -"asY" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/clipboard,/turf/open/floor/plasteel/dark,/area/security/brig) -"asZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/router/service) -"ata" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/main) -"atb" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"atc" = (/turf/closed/wall,/area/security/main) -"atd" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Service Router APC"; pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/router/service) -"ate" = (/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/router/service) -"atf" = (/turf/closed/wall/r_wall/rust,/area/maintenance/starboard/central) -"atg" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/dark,/area/router/service) -"ath" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plasteel/dark,/area/router/service) -"ati" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/turf/open/floor/plasteel,/area/router/service) -"atj" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/dark,/area/security/brig) -"atk" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/wood,/area/crew_quarters/fitness) -"atl" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/router/service) -"atm" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/obj/item/reagent_containers/food/condiment/enzyme,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"atn" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plating,/area/maintenance/solars/port) -"ato" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"atp" = (/obj/machinery/door/airlock{id_tag = "Dorm2"; name = "Room 2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"atq" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/processing) -"atr" = (/obj/machinery/door/airlock{id_tag = "Dorm4"; name = "Room 4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"ats" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/maintenance_hatch{name = "Clown's Office"; req_access_txt = "46"},/turf/open/floor/plating,/area/crew_quarters/theatre/clown) -"att" = (/turf/open/floor/plating,/area/maintenance/starboard/central) -"atu" = (/obj/machinery/computer/cargo/request{dir = 4},/turf/open/floor/plating,/area/router/service) -"atv" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"atw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/service) -"atx" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/router/service) -"aty" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/router/service) -"atz" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"atA" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/crew_quarters/fitness) -"atB" = (/obj/machinery/shower{dir = 4},/obj/item/bikehorn/rubberducky,/obj/structure/sign/poster/official/no_erp{pixel_y = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"atC" = (/obj/machinery/holopad,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"atD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router/service) -"atE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/router/service) -"atF" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"atG" = (/turf/open/floor/plasteel/dark,/area/router/service) -"atH" = (/obj/structure/tank_dispenser/oxygen,/obj/machinery/power/apc{areastring = "/area/security/processing"; name = "Labor Shuttle Dock APC"; pixel_y = -26},/obj/structure/cable,/turf/open/floor/plasteel/dark,/area/security/processing) -"atI" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/warden) -"atJ" = (/turf/closed/wall/rust,/area/crew_quarters/theatre/clown) -"atK" = (/obj/structure/chair{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"atL" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"atM" = (/obj/structure/chair{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) -"atN" = (/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"atO" = (/obj/structure/table,/obj/item/storage/bag/tray,/obj/item/clothing/gloves/color/white,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/item/paper/guides/cogstation/cooks,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"atP" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"atQ" = (/obj/structure/closet/lasertag/red,/obj/structure/sign/poster/official/space_cops{pixel_x = -32},/turf/open/floor/wood,/area/crew_quarters/fitness) -"atR" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/vending/wardrobe/bar_wardrobe,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"atS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Bar Backroom"; req_access_txt = "25"},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"atT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"atU" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/security/brig) -"atV" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"atW" = (/obj/machinery/disposal/bin{name = "Parolee Exit"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/brig) -"atX" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/stock_parts/cell/high/plus,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/storage/tools) -"atY" = (/obj/machinery/button/door{id = "Dorm2"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = -7; pixel_y = 24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/landmark/xeno_spawn,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"atZ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall,/area/hallway/secondary/entry) -"aua" = (/obj/structure/chair/wood/normal,/obj/machinery/button/door{id = "Dorm4"; name = "Dormitory Door Lock"; normaldoorcontrol = 1; pixel_x = 7; pixel_y = 24; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aub" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"auc" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aud" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"aue" = (/obj/structure/closet/crate/hydroponics,/obj/item/seeds/random,/turf/open/floor/plating,/area/router/service) -"auf" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/service) -"aug" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/item/storage/bag/plants,/turf/open/floor/plasteel,/area/hydroponics) -"auh" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aui" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Freezer AC Pump"},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"auj" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/router/service) -"auk" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/service) -"aul" = (/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/mouse/brown{name = "Chewy"},/turf/open/floor/plating,/area/hallway/secondary/service) -"aum" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/service) -"aun" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/hydroponics) -"auo" = (/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/machinery/reagentgrinder{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) -"aup" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/table/glass,/obj/item/reagent_containers/glass/bucket{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics) -"auq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/router/service) -"aur" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/router/service) -"aus" = (/turf/open/floor/engine,/area/engine/gravity_generator) -"aut" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"auu" = (/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel/dark,/area/router/service) -"auv" = (/obj/structure/bed,/obj/item/bedsheet/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"auw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"aux" = (/obj/machinery/light/small,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"auy" = (/turf/open/floor/plasteel,/area/hydroponics) -"auz" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/chem_master,/turf/open/floor/plasteel,/area/hydroponics) -"auA" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/beacon,/turf/open/floor/plasteel,/area/hydroponics) -"auB" = (/obj/structure/dresser,/turf/open/floor/carpet/purple,/area/crew_quarters/dorms/purple) -"auC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"auD" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"auE" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"auF" = (/obj/structure/table/wood,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"auG" = (/obj/machinery/light/small,/obj/effect/landmark/event_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"auH" = (/obj/structure/girder/displaced,/obj/item/reagent_containers/rag,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/fore) -"auI" = (/obj/structure/closet/secure_closet/brig,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"auJ" = (/obj/structure/bed,/obj/item/bedsheet/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet/blue,/area/crew_quarters/dorms/blue) -"auK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/security/brig) -"auL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plating,/area/maintenance/solars/port) -"auM" = (/obj/machinery/door/firedoor,/obj/structure/sign/poster/official/bless_this_spess{pixel_x = -32},/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"auN" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"auO" = (/obj/structure/closet/crate/freezer,/turf/open/floor/plating,/area/router/service) -"auP" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/start/assistant/override,/turf/open/floor/plasteel,/area/security/main) -"auQ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"auR" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/power/apc{areastring = "/area/engine/secure_construction"; dir = 1; name = "Engineering Construction Area APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"auS" = (/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"auT" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"auU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/router/service) -"auV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) -"auW" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/poster/official/the_owl{pixel_y = 32},/turf/open/floor/plasteel,/area/security/main) -"auX" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/right,/area/router/service) -"auY" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"auZ" = (/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"ava" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/service) -"avb" = (/turf/closed/wall,/area/hallway/secondary/civilian) -"avc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avd" = (/obj/structure/sign/warning{name = "\improper COLD TEMPERATURES"; pixel_x = 32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"ave" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) -"avf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Bow Maintenance"; req_one_access_txt = "12;25;26;28;35;46"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/secondary/civilian) -"avg" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/turnstile{name = "Genpop Entrance Turnstile"; icon_state = "turnstile_map"; dir = 8; req_access_txt = "69"},/turf/open/floor/plasteel,/area/security/prison) -"avh" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/storage/tools) -"avi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance/abandoned{name = "Port Bow Maintainance"; req_one_access_txt = "13"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"avj" = (/obj/machinery/photocopier,/turf/open/floor/carpet/red,/area/security/brig) -"avk" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/plant_analyzer,/obj/structure/table/glass,/obj/machinery/plantgenes{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) -"avl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"avm" = (/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) -"avn" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/poster/official/spiderlings{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"avo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avp" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/glass{name = "East Primary Hallway"; req_one_access_txt = "10;12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/service) -"avq" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/glass{name = "East Primary Hallway"; req_one_access_txt = "10;12;25;26;28;35;46"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/service) -"avr" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-8"},/turf/open/space/basic,/area/solar/starboard/aft) -"avs" = (/turf/closed/wall,/area/router/service) -"avt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"avu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"avv" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating,/area/space/nearstation) -"avw" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/structure/sign/poster/official/wtf_is_co2{pixel_x = 32},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"avx" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/crowbar/large,/obj/item/crowbar{pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) -"avy" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plating,/area/space/nearstation) -"avz" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) -"avA" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"avB" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) -"avC" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avD" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/storage/belt/utility,/obj/item/tank/internals/air,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/router/service) -"avE" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "generator to hot loop"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avF" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"avG" = (/turf/closed/wall,/area/security/prison) -"avH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avJ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/security/main) -"avK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avL" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"avM" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/main) -"avN" = (/turf/closed/wall,/area/crew_quarters/barbershop) -"avO" = (/obj/structure/table,/obj/structure/bedsheetbin/color,/obj/item/clothing/gloves/color/white,/obj/machinery/camera{c_tag = "Laundry Room"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"avP" = (/obj/structure/reagent_dispensers/keg,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"avQ" = (/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avR" = (/obj/machinery/washing_machine,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"avS" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"avT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"avU" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avV" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"avW" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/solars/port) -"avX" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"avY" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/machinery/turretid{name = "AI Chamber turret control"; pixel_x = 5; pixel_y = -24},/obj/machinery/door/window/westleft{name = "AI Core Access"; req_access_txt = "65"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"avZ" = (/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"awa" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible,/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"awb" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awc" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"awd" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"awe" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"awf" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awg" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Fore"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/sign/poster/official/fruit_bowl{pixel_x = 32},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"awi" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awj" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/port) -"awl" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awm" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/solars/port) -"awn" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/machinery/ai_slipper{uses = 10},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"awo" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"awp" = (/turf/closed/wall,/area/hydroponics/lobby) -"awq" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/space/nearstation) -"awr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/solars/port) -"aws" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) -"awt" = (/obj/structure/table/reinforced,/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/red{dir = 1},/obj/machinery/door/firedoor,/obj/item/folder/red,/obj/machinery/door/window/westleft{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint) -"awu" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/maintenance/solars/port) -"awv" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/pipe/heat_exchanging/junction,/obj/structure/table,/obj/item/clothing/gloves/color/white,/obj/item/reagent_containers/spray/cleaner,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"aww" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"awx" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hydroponics/lobby) -"awy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Laundry Room Maintenance"; req_one_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/barbershop) -"awz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"awA" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"awB" = (/obj/machinery/microwave,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark/side{dir = 4},/area/crew_quarters/bar) -"awC" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"awD" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/storage/tools) -"awE" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/tools) -"awF" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"awG" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"awH" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/machinery/turnstile{name = "Genpop Entrance Turnstile"; icon_state = "turnstile_map"; dir = 8; req_access_txt = "69"},/turf/open/floor/plasteel,/area/security/prison) -"awI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awJ" = (/obj/effect/turf_decal/bot,/obj/machinery/flasher/portable,/turf/open/floor/plasteel,/area/security/brig) -"awK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) -"awL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"awM" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar/large,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"awN" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/fore) -"awO" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/central"; dir = 1; name = "Central Port Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/port/central) -"awP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"awQ" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) -"awR" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"awS" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"awT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 7},/turf/open/floor/plasteel,/area/security/main) -"awU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"awV" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/storage/tools) -"awW" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"awX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"awY" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/button/door{id = "solitarylock"; name = "Solitary Lockdown"; pixel_x = -24; req_access_txt = "2"},/turf/open/floor/plasteel,/area/security/brig) -"awZ" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"axa" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"axb" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"axc" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/closed/wall/r_wall,/area/maintenance/solars/port) -"axd" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"axe" = (/obj/structure/closet/crate,/obj/item/storage/belt/utility,/obj/item/clothing/glasses/meson,/turf/open/floor/plating,/area/maintenance/fore) -"axf" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) -"axg" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/camera{c_tag = "Arcade"; dir = 4},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"axh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/sign/poster/contraband/random{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/fore) -"axi" = (/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/genpop,/turf/open/floor/plasteel,/area/security/brig) -"axj" = (/obj/machinery/vr_sleeper{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"axk" = (/obj/item/storage/pill_bottle/penis_enlargement,/turf/open/floor/plasteel/freezer,/area/security/prison) -"axl" = (/obj/machinery/shower{dir = 8; pixel_y = -4},/obj/item/soap/homemade,/turf/open/floor/plasteel/freezer,/area/security/prison) -"axm" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall,/area/security/prison) -"axn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"axo" = (/obj/structure/table,/obj/item/tape,/obj/item/wrench,/obj/item/radio/off,/turf/open/floor/plasteel,/area/security/brig) -"axp" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"axq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"axr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"axs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"axt" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"axu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/security/brig) -"axv" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/clothing/accessory/armband/deputy,/obj/item/encryptionkey/headset_sec,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/clothing/head/cowboyhat/sec,/turf/open/floor/plasteel,/area/security/brig) -"axw" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/security/main) -"axx" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/camera{c_tag = "Fore Maintenance - Aft"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"axy" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"axz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) -"axA" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/science,/obj/item/encryptionkey/headset_sci,/turf/open/floor/plasteel,/area/security/brig) -"axB" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/medblue,/obj/item/encryptionkey/headset_med,/turf/open/floor/plasteel,/area/security/brig) -"axC" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"axD" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Hydroponics Storage"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"axE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/kudzu{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"axF" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"axG" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"axH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"axI" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"axJ" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"axK" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"axL" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/obj/item/assembly/prox_sensor,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axM" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"axN" = (/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/computer/security{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"axO" = (/obj/structure/weightmachine/stacklifter,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axP" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"axQ" = (/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"axR" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"axS" = (/obj/structure/closet/crate,/obj/item/storage/box/lights/mixed,/obj/item/clothing/mask/gas,/obj/item/cane,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axT" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/storage/crayons{pixel_y = 8},/turf/open/floor/plasteel,/area/security/brig) -"axU" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"axV" = (/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"axW" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"axX" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"axY" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"axZ" = (/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_y = 28},/obj/machinery/door/window/eastright{name = "AI Core Access"; req_access_txt = "65"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aya" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating/airless,/area/space/nearstation) -"ayb" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"ayc" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"ayd" = (/turf/closed/wall,/area/hallway/primary/port/fore) -"aye" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space/basic,/area/space/nearstation) -"ayf" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"ayg" = (/obj/machinery/vending/wardrobe/hydro_wardrobe,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"ayh" = (/obj/machinery/door/airlock{name = "Bathroom"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/freezer,/area/security/prison) -"ayi" = (/obj/structure/table,/obj/item/clipboard,/obj/item/paper_bin{pixel_x = 2; pixel_y = 4},/obj/item/pen,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayj" = (/obj/structure/grille,/turf/open/floor/plating,/area/security/brig) -"ayk" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"ayl" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aym" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/prison) -"ayn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"ayo" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"ayp" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"ayq" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"ayr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"ays" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/soda_cans/space_up,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayt" = (/obj/structure/closet/crate,/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"ayu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) -"ayv" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"ayw" = (/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Service Hallway - Fore"; dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"ayx" = (/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"ayy" = (/turf/open/floor/carpet,/area/chapel/main) -"ayz" = (/obj/structure/chair/pew/right{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"ayA" = (/obj/structure/window/reinforced,/obj/structure/destructible/cult/tome,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"ayB" = (/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/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"ayC" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ayD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"ayE" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/hydroponics/lobby) -"ayF" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"ayG" = (/obj/structure/chair/comfy/brown{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"ayH" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/mob/living/simple_animal/cockroach,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"ayI" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ayJ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/maintenance/solars/port) -"ayK" = (/obj/structure/flora/tree/jungle/small,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"ayL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"ayM" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ayN" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"ayO" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) -"ayP" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"ayQ" = (/obj/machinery/vr_sleeper{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"ayR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/security/brig) -"ayS" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/brig) -"ayT" = (/obj/machinery/vending/security,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"ayU" = (/obj/vehicle/ridden/secway,/obj/effect/turf_decal/bot,/obj/item/key/security,/turf/open/floor/plasteel,/area/security/brig) -"ayV" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/storage/tools) -"ayW" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"ayX" = (/obj/structure/closet/wardrobe/mixed,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"ayY" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"ayZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aza" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/item/clothing/gloves/botanic_leather,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azb" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"azc" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"azd" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/item/clothing/mask/gas,/obj/machinery/camera{c_tag = "Central Port Maintenace - Port"},/turf/open/floor/plating,/area/maintenance/port/central) -"aze" = (/obj/machinery/power/apc{dir = 1; name = "AI Chamber APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"azf" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/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) -"azg" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"azh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"azi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Maintenance"; req_access_txt = "63;12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/security/brig) -"azj" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/security/brig) -"azk" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) -"azl" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Brig Aft"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/brig) -"azm" = (/obj/structure/chair/stool/bar,/turf/open/floor/carpet,/area/crew_quarters/bar) -"azn" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/brig) -"azo" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"azp" = (/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"azq" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) -"azr" = (/obj/machinery/disposal/bin,/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 = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/security/checkpoint) -"azs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"azt" = (/obj/structure/chair/pew/right{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"azu" = (/obj/structure/chair/pew{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"azv" = (/obj/machinery/door/window/westleft{name = "Holy Driver"; req_one_access_txt = "22"},/obj/machinery/conveyor{dir = 4; id = "Holydriver"},/turf/open/floor/plating,/area/chapel/main) -"azw" = (/obj/machinery/conveyor{dir = 4; id = "Holydriver"},/turf/open/floor/plating,/area/chapel/main) -"azx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"azy" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"azz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"azA" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"azB" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"azC" = (/obj/machinery/disposal/bin,/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/barbershop) -"azD" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"azE" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"azF" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tools) -"azG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"azH" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/sign/departments/botany{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"azI" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"azJ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"azK" = (/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/machinery/door/window/westleft{name = "Boxing Ring"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azL" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"azM" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 2},/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azN" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/prison) -"azO" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/blobstart,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azP" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"azQ" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"azR" = (/obj/structure/closet/secure_closet/bar,/obj/structure/disposalpipe/segment,/obj/item/clothing/under/costume/maid,/obj/item/stack/spacecash/c10,/obj/item/clothing/under/suit/waiter,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"azS" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/closet,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/cable_coil/red{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil/red,/obj/item/wrench,/obj/item/screwdriver{pixel_y = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"azT" = (/obj/machinery/light,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/storage/tools) -"azU" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azV" = (/obj/structure/kitchenspike,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"azW" = (/obj/effect/landmark/start/botanist,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azX" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) -"azY" = (/obj/structure/closet/secure_closet/hydroponics,/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{areastring = "/area/hydroponics/lobby"; dir = 4; name = "Hydroponics Lobby APC"; pixel_x = 24},/obj/item/clothing/suit/beekeeper_suit,/obj/item/melee/flyswatter,/obj/item/clothing/head/beekeeper_head,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"azZ" = (/obj/machinery/mass_driver{dir = 4; id = "chapelgun"; name = "Holy Driver"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/chapel/main) -"aAa" = (/turf/closed/wall/r_wall,/area/crew_quarters/kitchen) -"aAb" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aAc" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/maintenance/solars/port) -"aAd" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/processing) -"aAe" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aAf" = (/obj/structure/disposalpipe/segment,/obj/structure/mineral_door/wood,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aAg" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction,/obj/machinery/gibber,/obj/machinery/camera{c_tag = "Kitchen Coldroom"; dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"aAh" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/easel,/obj/item/canvas/nineteenXnineteen,/obj/item/storage/crayons,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aAi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port) -"aAj" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aAk" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/security/main) -"aAl" = (/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aAm" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/door/airlock/freezer{name = "Kitchen Coldroom"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"aAn" = (/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) -"aAo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/sign/poster/official/twelve_gauge{pixel_x = -32},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aAp" = (/obj/machinery/computer/security/telescreen/entertainment,/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/crew_quarters/bar) -"aAq" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aAr" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aAs" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aAt" = (/obj/structure/rack,/obj/item/storage/toolbox/emergency,/obj/machinery/camera{c_tag = "Hydroponics Storage"; dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aAu" = (/obj/structure/closet/crate/hydroponics,/obj/effect/decal/cleanable/dirt,/obj/item/circuitboard/machine/hydroponics,/obj/item/circuitboard/machine/hydroponics,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aAv" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/vending/security,/turf/open/floor/plasteel,/area/security/brig) -"aAw" = (/obj/machinery/door/poddoor{id = "chapelgun"; name = "Chapel Launcher Door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/chapel/main) -"aAx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"aAy" = (/obj/machinery/atmospherics/components/binary/circulator{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aAz" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"aAA" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aAB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aAC" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aAD" = (/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aAE" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aAF" = (/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"aAG" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"aAH" = (/obj/structure/chair/pew{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet,/area/chapel/main) -"aAI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aAJ" = (/obj/structure/transit_tube/station/reverse/flipped{dir = 1},/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aAK" = (/obj/structure/transit_tube/horizontal,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aAL" = (/obj/machinery/shower{dir = 8},/obj/structure/sign/poster/official/cleanliness{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aAM" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aAN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aAO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/toilet) -"aAP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/brig) -"aAQ" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/checkpoint) -"aAR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Telecomms Access Maintenance"; dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"aAS" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/engine,/obj/item/encryptionkey/headset_eng,/turf/open/floor/plasteel,/area/security/brig) -"aAT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aAU" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aAV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aAW" = (/obj/machinery/chem_master/condimaster{name = "BrewMaster 3000"},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aAX" = (/turf/open/floor/carpet/red,/area/security/brig) -"aAY" = (/obj/structure/chair,/turf/open/floor/carpet/red,/area/security/brig) -"aAZ" = (/obj/structure/chair,/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet/red,/area/security/brig) -"aBa" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aBb" = (/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/security/brig) -"aBc" = (/obj/structure/closet/secure_closet/hydroponics,/obj/effect/decal/cleanable/dirt,/obj/item/clothing/suit/beekeeper_suit,/obj/item/melee/flyswatter,/obj/item/clothing/head/beekeeper_head,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aBd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aBe" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/brig) -"aBf" = (/obj/structure/closet{name = "Evidence Closet"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/brig) -"aBg" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/junction,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aBh" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aBi" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aBj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig) -"aBk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/barbershop) -"aBl" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aBm" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Dormitories"},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aBn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aBo" = (/obj/structure/table,/obj/item/storage/pill_bottle/epinephrine,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aBp" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/computer/pod/old{density = 0; icon = 'icons/obj/airlock_machines.dmi'; icon_state = "airlock_control_standby"; id = "chapelgun"; name = "Mass Driver Controller"; pixel_x = 24},/obj/machinery/conveyor_switch/oneway{id = "Holydriver"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aBq" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aBr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aBs" = (/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aBt" = (/obj/structure/chair/comfy/brown,/obj/machinery/newscaster{pixel_y = 32},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aBu" = (/obj/item/flashlight/lantern,/turf/open/floor/carpet,/area/chapel/main) -"aBv" = (/obj/structure/chair/pew/left{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"aBw" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/barbershop) -"aBx" = (/obj/structure/window/plasma/reinforced{dir = 8},/obj/structure/table,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/effect/turf_decal/tile/bar,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/main) -"aBy" = (/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/item/kirbyplants{icon_state = "plant-16"},/obj/machinery/camera{c_tag = "Port Bow Hall - Central"; dir = 4; network = list("ss13","medbay")},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aBz" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) -"aBA" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/table,/obj/item/healthanalyzer,/obj/item/storage/hypospraykit/fire{pixel_x = -4},/obj/item/storage/hypospraykit/brute{pixel_x = 4},/obj/structure/sign/poster/official/nt_storm{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) -"aBB" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aBC" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/security/main) -"aBD" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aBE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aBF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet/red,/area/security/brig) -"aBG" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/bar) -"aBH" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"aBI" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aBJ" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aBK" = (/obj/structure/table,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/security/main) -"aBL" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aBM" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/abandoned_gambling_den"; name = "Arcade APC"; pixel_y = -26},/obj/structure/cable,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"aBN" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"aBO" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Hydroponics Storage"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aBP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aBQ" = (/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aBR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aBS" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aBT" = (/obj/item/razor,/obj/item/toy/figure/chef{pixel_x = -6},/obj/item/toy/figure/bartender{pixel_x = 4},/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aBU" = (/obj/structure/window/reinforced/tinted,/obj/structure/rack,/obj/item/soap/nanotrasen,/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBV" = (/obj/item/flashlight/lantern,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aBW" = (/obj/structure/window/reinforced,/obj/item/clothing/head/hardhat/cakehat,/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aBX" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aBY" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Security Maintenance"; dir = 1; network = list("ss13","medbay")},/turf/open/floor/plating,/area/maintenance/department/security) -"aBZ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aCa" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/main) -"aCb" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/brig) -"aCc" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/clothing/accessory/armband/cargo,/obj/item/encryptionkey/headset_cargo,/turf/open/floor/plasteel,/area/security/brig) -"aCd" = (/obj/machinery/portable_atmospherics/scrubber,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/port; dir = 1; name = "Port Solars APC"; pixel_y = 26},/turf/open/floor/plating,/area/maintenance/solars/port) -"aCe" = (/obj/effect/spawner/structure/window,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/crew_quarters/bar) -"aCf" = (/obj/machinery/light/small,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/tcommsat/computer) -"aCg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/landmark/start/depsec/supply,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aCh" = (/obj/structure/mineral_door/wood{name = "Barbershop"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aCi" = (/obj/structure/closet/l3closet/security,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) -"aCj" = (/obj/machinery/door/window/southleft{name = "Showers"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aCk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/crew_quarters/toilet/fitness) -"aCl" = (/obj/structure/closet/bombcloset/security,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/brig) -"aCm" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aCn" = (/obj/machinery/vending/boozeomat,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aCo" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aCp" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/fitness) -"aCq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aCr" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/security/brig) -"aCs" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aCt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) -"aCu" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/freezer,/area/security/prison) -"aCv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"aCw" = (/obj/structure/window/reinforced/tinted,/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aCx" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aCy" = (/obj/structure/table/wood,/obj/item/storage/book/bible,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aCz" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aCA" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aCB" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aCC" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/prison) -"aCD" = (/obj/item/trash/plate,/obj/item/kitchen/fork,/obj/structure/table/wood/fancy,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aCE" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/button/door{id = "briglockdown"; name = "Brig Lockdown"; pixel_x = 24; req_access_txt = "2"},/obj/effect/turf_decal/arrows/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"aCF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aCG" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"aCH" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/arrows/red{dir = 8},/obj/effect/turf_decal/arrows/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"aCI" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/door/firedoor,/obj/structure/sign/departments/botany{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aCJ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/chapel/main) -"aCK" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/security/prison) -"aCL" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/book/manual/wiki/security_space_law,/obj/item/paper/guides/cogstation/letter_sec,/turf/open/floor/carpet/red,/area/security/brig) -"aCM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/poster/contraband/fun_police{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/port/fore) -"aCN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aCO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aCP" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/landmark/start/botanist,/obj/machinery/camera{c_tag = "Hydroponics Lobby"},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aCQ" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/grown/harebell,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"aCR" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/civilian{pixel_x = 1; pixel_y = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aCS" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aCT" = (/obj/machinery/disposal/bin{name = "Hydroponics Mailbox"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/obj/machinery/requests_console{department = "Hydroponics"; name = "Hydroponics RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aCU" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) -"aCV" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) -"aCW" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/junction,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aCX" = (/obj/effect/turf_decal/bot,/obj/effect/decal/cleanable/dirt,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aCY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aCZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/electricshock,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aDa" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/barbershop) -"aDb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/checkpoint) -"aDc" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Barbershop"; dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aDd" = (/obj/structure/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aDe" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aDf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aDg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/central) -"aDh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Port Bow Primary Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aDi" = (/obj/structure/closet/secure_closet/evidence,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"aDj" = (/obj/structure/closet/wardrobe/green,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aDk" = (/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDl" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDm" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) -"aDn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/bridge) -"aDo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aDp" = (/obj/effect/spawner/structure/window,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/crew_quarters/barbershop) -"aDq" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aDr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Civilian Wing Hallway"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aDs" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/brig) -"aDt" = (/obj/structure/closet{name = "Evidence Closet 1"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aDu" = (/obj/structure/closet{name = "Evidence Closet 2"},/obj/machinery/light,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aDv" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aDw" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aDx" = (/obj/structure/closet/crate,/obj/item/gun/ballistic/shotgun/toy/unrestricted,/obj/item/gun/ballistic/shotgun/toy/unrestricted,/obj/item/toy/gun,/obj/item/toy/sword,/obj/item/toy/sword,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"aDy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aDz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/departments/restroom{pixel_y = 32},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aDA" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDB" = (/obj/structure/closet{name = "Evidence Closet 3"},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aDC" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aDE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"aDF" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint) -"aDG" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDH" = (/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDI" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aDJ" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDL" = (/obj/structure/closet{name = "Evidence Closet 4"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aDM" = (/turf/closed/wall,/area/maintenance/central) -"aDN" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/central) -"aDO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/solars/port) -"aDP" = (/obj/machinery/disposal/bin,/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/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"aDQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aDR" = (/turf/open/floor/plating,/area/maintenance/central) -"aDS" = (/turf/closed/wall/r_wall,/area/crew_quarters/barbershop) -"aDT" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"aDU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"aDV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/solars/port) -"aDW" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/machinery/turnstile{dir = 4; name = "Genpop Exit Turnstile"; req_access_txt = "70"},/turf/open/floor/plasteel,/area/security/prison) -"aDX" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"aDY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/turf/open/floor/plasteel,/area/security/prison) -"aDZ" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEa" = (/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"aEb" = (/obj/structure/transit_tube/crossing/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"aEc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/brig) -"aEd" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEe" = (/obj/structure/transit_tube/horizontal,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aEf" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port Bow"; dir = 1; network = list("tcomms")},/turf/open/space/basic,/area/space) -"aEg" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/hallway/secondary/service) -"aEh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/port/fore) -"aEi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aEj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"aEk" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aEl" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aEm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port) -"aEn" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aEo" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/sign/poster/official/fashion{pixel_x = -32},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aEp" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/solars/port) -"aEq" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aEr" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/lighter,/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEs" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"aEt" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/junction{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aEv" = (/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aEw" = (/obj/structure/chair,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"aEx" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aEy" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) -"aEz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEA" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -32},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aEB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aED" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/security_officer,/turf/open/floor/carpet/red,/area/security/brig) -"aEE" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aEF" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/circuit) -"aEG" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aEI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/chapel/main) -"aEJ" = (/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEK" = (/obj/structure/table,/obj/item/razor,/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEL" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aEM" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/grown/poppy,/turf/open/floor/carpet,/area/chapel/main) -"aEN" = (/obj/structure/table,/obj/machinery/light,/obj/item/razor,/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEO" = (/obj/structure/table,/obj/item/clothing/accessory/pocketprotector/cosmetology,/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEP" = (/obj/item/kirbyplants,/turf/open/floor/wood,/area/crew_quarters/barbershop) -"aEQ" = (/turf/closed/wall/r_wall,/area/maintenance/central) -"aER" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot,/obj/structure/sign/warning/nosmoking{pixel_x = -32},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aES" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aET" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/poddoor/preopen{id = "briglockdown"; name = "Brig Lockdown"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aEU" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aEV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/central) -"aEW" = (/obj/structure/table,/obj/machinery/computer/libraryconsole/bookmanagement,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aEX" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_y = 32},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aEY" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aEZ" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Emergency Storage APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFa" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 10},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFb" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFc" = (/obj/structure/table,/obj/item/clothing/suit/toggle/owlwings,/obj/item/clothing/under/costume/owl,/obj/item/clothing/mask/gas/owl_mask,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aFd" = (/obj/machinery/space_heater,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFe" = (/obj/machinery/photocopier,/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"aFf" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=serv"; location = "sec1"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aFg" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aFh" = (/obj/structure/chair/pew/right{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/carpet,/area/chapel/main) -"aFi" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=market"; location = "sec2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aFj" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) -"aFk" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable,/turf/open/floor/plating,/area/security/checkpoint) -"aFl" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1},/obj/item/reagent_containers/glass/bottle/diethylamine,/obj/structure/sign/poster/official/hydro_ad{pixel_x = -32},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFm" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) -"aFn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aFo" = (/obj/machinery/door/window/southleft{name = "Weightroom"},/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aFp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Bar"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aFq" = (/obj/structure/table/wood,/obj/item/candle{pixel_x = 4},/obj/item/candle{pixel_y = 8},/turf/open/floor/carpet,/area/chapel/main) -"aFr" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aFs" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aFt" = (/obj/structure/table/glass,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aFu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore) -"aFv" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/secondary/entry) -"aFw" = (/obj/structure/table,/obj/item/multitool,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/camera{c_tag = "Central Maintenance - Power Monitoring"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/central) -"aFx" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/folder/blue,/obj/machinery/door/window/westleft{name = "Hydroponics Desk"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFy" = (/obj/machinery/computer/monitor,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/central) -"aFz" = (/obj/structure/table,/obj/item/multitool{pixel_x = 8; pixel_y = 2},/obj/item/stack/cable_coil/random,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/central) -"aFA" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/landmark/start/botanist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFB" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aFD" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AftH"; location = "Hydroponics"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFE" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/techstorage/tcomms,/turf/open/floor/circuit,/area/bridge) -"aFF" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aFG" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/security/prison) -"aFH" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFI" = (/obj/effect/turf_decal/bot,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Primary Tool Storage"},/turf/open/floor/plasteel,/area/storage/tools) -"aFJ" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/watertank,/obj/item/grenade/chem_grenade/antiweed,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFK" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/storage/box/beakers{pixel_y = 4},/obj/item/reagent_containers/dropper,/obj/structure/disposalpipe/segment{dir = 9},/obj/item/pen/blue{pixel_x = -4; pixel_y = -2},/obj/item/pen/red{pixel_x = 4; pixel_y = 4},/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFL" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/chem_master,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aFM" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/barbershop) -"aFN" = (/obj/structure/flora/junglebush/b,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aFO" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/main) -"aFQ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFS" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFT" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) -"aFU" = (/obj/machinery/atmospherics/components/binary/circulator/cold{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aFV" = (/obj/structure/window/reinforced,/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/table/wood/fancy,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aFW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aFX" = (/obj/machinery/computer/security/hos{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aFY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet,/area/chapel/main) -"aFZ" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall/r_wall,/area/security/prison) -"aGa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/tcommsat/computer) -"aGb" = (/obj/machinery/suit_storage_unit/hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aGc" = (/obj/item/coin/iron,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/maintenance/port/fore) -"aGd" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/central) -"aGe" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) -"aGf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aGg" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGh" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/landmark/start/security_officer,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"aGi" = (/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aGj" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/analyzer{pixel_y = -4},/obj/item/flashlight{pixel_y = 4},/obj/item/flashlight{pixel_y = 4},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aGk" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aGl" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/structure/window/reinforced,/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/clipboard,/obj/item/pen,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aGm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/door/window/southright{name = "Hydroponics Desk"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aGn" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge) -"aGo" = (/obj/structure/rack,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/screwdriver,/obj/item/wrench,/obj/item/clothing/gloves/color/fyellow,/obj/item/multitool,/obj/item/multitool,/obj/item/wrench,/turf/open/floor/plasteel,/area/security/brig) -"aGp" = (/mob/living/simple_animal/mouse/brown,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aGq" = (/turf/closed/wall/r_wall,/area/bridge) -"aGr" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGs" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/bridge) -"aGt" = (/obj/machinery/computer/card/minor/hos{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aGu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aGv" = (/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aGw" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Hydroponics Lobby"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"aGx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGy" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/solars/port) -"aGz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable,/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/bridge"; name = "Bridge APC"; pixel_y = -24},/turf/open/floor/plating,/area/maintenance/solars/port) -"aGA" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aGB" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aGC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aGD" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/crew_quarters/toilet"; dir = 8; name = "Dormitory Toilets APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aGE" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) -"aGF" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/clothing/glasses/meson,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aGG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aGH" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medical Booth"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/medical{name = "Medical Booth"}) -"aGI" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 5},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 3},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = 1},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4},/obj/item/reagent_containers/pill/patch/silver_sulf{pixel_x = -4; pixel_y = -1},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 6},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 5},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 3},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 2},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = 1},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4},/obj/item/reagent_containers/pill/patch/styptic{pixel_x = 4; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aGJ" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Head of Security's APC"; pixel_y = 24},/obj/machinery/camera{c_tag = "Security - Head of Security's Office"; pixel_x = 22},/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aGL" = (/obj/structure/table/wood,/obj/item/storage/firstaid/regular,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aGM" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aGN" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aGO" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel,/area/hydroponics) -"aGP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aGQ" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGR" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/snacks/store/cake/chocolate,/obj/machinery/door/poddoor/preopen{id = "kitchenlock"; name = "Kitchen Lockup"},/turf/open/floor/plasteel/dark,/area/crew_quarters/kitchen) -"aGS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aGT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aGU" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aGV" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/table,/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aGW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/closed/wall/r_wall,/area/bridge) -"aGX" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/bottle/vodka,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aGY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -30},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aGZ" = (/turf/open/floor/plasteel/stairs/medium,/area/hallway/secondary/entry) -"aHa" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/crew_quarters/locker"; dir = 8; name = "Locker Room APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"aHb" = (/obj/structure/chair,/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"aHc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aHd" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aHe" = (/obj/structure/sign/poster/official/bless_this_spess{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aHf" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aHg" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aHh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aHi" = (/obj/structure/chair/stool,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aHj" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aHk" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aHl" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aHm" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aHn" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/maintenance/central) -"aHo" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/relay,/obj/item/circuitboard/machine/telecomms/server,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 5},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aHp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"aHq" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"aHr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/contraband/clown{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/fore) -"aHs" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/port/fore) -"aHt" = (/turf/closed/wall/r_wall,/area/hallway/primary/port/fore) -"aHu" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aHv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aHw" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aHx" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/security/detectives_office) -"aHy" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall/r_wall,/area/security/detectives_office) -"aHz" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/detectives_office) -"aHA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/detectives_office) -"aHB" = (/obj/structure/rack,/obj/effect/turf_decal/bot,/obj/item/storage/toolbox/emergency{pixel_y = 4},/obj/item/wrench,/obj/item/wrench{pixel_x = 2; pixel_y = 2},/obj/item/light/tube,/obj/item/light/tube{pixel_x = -2; pixel_y = 2},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aHC" = (/obj/machinery/vending/cola/random,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aHD" = (/obj/machinery/modular_computer/console/preset/engineering,/turf/open/floor/plasteel/dark,/area/bridge) -"aHE" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plating,/area/tcommsat/computer) -"aHF" = (/turf/open/floor/plasteel/dark,/area/bridge) -"aHG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/central) -"aHH" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aHI" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) -"aHJ" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aHK" = (/obj/structure/musician/piano,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aHL" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/stack/medical/gauze,/obj/item/reagent_containers/blood,/obj/item/stack/medical/suture,/obj/item/stack/medical/mesh,/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aHM" = (/turf/open/floor/plasteel,/area/bridge) -"aHN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Security - Interrogation Room"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"aHO" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aHP" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) -"aHQ" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aHR" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/trunk,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Security Office APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/security/main) -"aHS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aHT" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aHU" = (/obj/effect/turf_decal/delivery,/obj/structure/mineral_door/woodrustic{name = "Nature Preserve"},/turf/open/floor/plasteel,/area/hydroponics/garden{name = "Nature Preserve"}) -"aHV" = (/obj/structure/flora/junglebush/large,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aHW" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/head_of_security,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aHX" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aHY" = (/turf/closed/wall/r_wall,/area/crew_quarters/cryopod) -"aHZ" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/door/window/eastleft{name = "Security Office Desk"; req_one_access_txt = "63"},/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/stamp,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"aIa" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/central) -"aIb" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/junction/flip,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIc" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) -"aId" = (/obj/structure/disposaloutlet{dir = 4},/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/disposalpipe/trunk,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIe" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aIf" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aIg" = (/obj/structure/chair/office/dark{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) -"aIh" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aIi" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIj" = (/obj/structure/table/glass,/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/port/fore) -"aIk" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"aIm" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/requests_console{department = "Kitchen"; departmentType = 2; name = "Kitchen RC"; pixel_x = 30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aIn" = (/obj/structure/grille,/turf/open/floor/plating,/area/security/prison) -"aIo" = (/obj/effect/decal/cleanable/oil,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/solars/port) -"aIp" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIq" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aIr" = (/obj/structure/table/reinforced,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/item/folder/red,/obj/item/stamp/hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aIs" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aIt" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIv" = (/obj/machinery/cryopod{dir = 8},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aIw" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIx" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIz" = (/obj/machinery/cryopod{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aIA" = (/obj/machinery/computer/med_data{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aIB" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIC" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/main) -"aID" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/main) -"aIE" = (/turf/open/floor/carpet/royalblue,/area/bridge) -"aIF" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/recharger,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) -"aIG" = (/obj/structure/table,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper_bin,/obj/item/pen,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) -"aIH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/carpet/royalblue,/area/bridge) -"aII" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/bridge) -"aIJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fore Maintenance"; req_one_access_txt = "12;46"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/port/fore) -"aIK" = (/obj/structure/table/wood,/obj/item/camera,/obj/item/folder,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aIL" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) -"aIM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aIN" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aIO" = (/obj/structure/sign/directions/medical{dir = 8; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 1; pixel_y = -32},/obj/structure/sign/directions/supply{dir = 8; pixel_y = -40},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aIQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge) -"aIR" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel,/area/hydroponics) -"aIS" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/ai,/obj/item/radio/intercom{freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 27; pixel_y = -7},/obj/item/radio/intercom{freerange = 1; name = "Common Channel"; pixel_x = 27; pixel_y = 5},/obj/machinery/button/door{id = "AIShutter"; layer = 3.6; name = "AI Core Shutter Control"; pixel_x = 24; pixel_y = -24},/obj/item/radio/intercom{freerange = 1; listening = 0; name = "Custom Channel"; pixel_x = -24; pixel_y = -8},/obj/machinery/button/door{id = "AIChamberShutter"; layer = 3.6; name = "AI Chamber Shutter Control"; pixel_x = -24; pixel_y = -24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aIT" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aIU" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aIV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Monitoring"; req_access_txt = "63"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/brig) -"aIW" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIX" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aIY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aIZ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aJa" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aJb" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aJc" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJd" = (/turf/closed/wall,/area/chapel/office) -"aJe" = (/obj/machinery/computer/crew{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aJf" = (/obj/machinery/camera{c_tag = "Chapel - Aft"; dir = 1},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aJg" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aJh" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aJi" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aJj" = (/obj/structure/chair{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Chapel APC"; pixel_x = -26},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aJk" = (/obj/structure/table/wood,/obj/item/candle,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aJl" = (/obj/structure/bodycontainer/crematorium{id = "foo"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aJm" = (/obj/machinery/light,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aJn" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) -"aJo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aJp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera/motion{c_tag = "AI"; network = list("minisat")},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aJq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/item/storage/box/beakers{pixel_y = 4},/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/hydroponics) -"aJr" = (/obj/structure/sign/directions/command{dir = 8; pixel_y = -32},/obj/structure/sign/directions/security{dir = 8; pixel_y = -24},/obj/structure/sign/directions/science{dir = 8; pixel_y = -40},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJs" = (/obj/structure/noticeboard{name = "Hydroponics Requests Board"; pixel_y = 28},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aJt" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/toy/figure/syndie,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aJu" = (/obj/structure/chair/comfy/brown,/turf/open/floor/carpet/royalblue,/area/bridge) -"aJv" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) -"aJw" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) -"aJx" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJy" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/right,/area/security/brig) -"aJz" = (/obj/structure/chair/comfy/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aJA" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall - Dorms Access"; network = list("ss13","rd")},/obj/structure/sign/poster/official/random{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJB" = (/obj/machinery/computer/security/mining{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aJC" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJD" = (/obj/structure/rack,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/item/storage/belt/medical,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/suit/space/eva/paramedic,/obj/item/clothing/head/helmet/space/eva/paramedic,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"aJE" = (/obj/structure/closet/secure_closet/medical2,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"aJF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aJG" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/bridge) -"aJH" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/storage/tools) -"aJI" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable,/obj/item/shovel/spade,/obj/item/wrench,/obj/item/cultivator,/obj/item/crowbar,/obj/item/wirecutters,/obj/item/reagent_containers/glass/bucket,/obj/item/hatchet,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hydroponics"; name = "Hydroponics APC"; pixel_y = -28},/turf/open/floor/plasteel,/area/hydroponics) -"aJJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/storage/tools) -"aJK" = (/obj/structure/filingcabinet,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/bridge) -"aJL" = (/turf/open/floor/circuit,/area/bridge) -"aJM" = (/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit,/area/bridge) -"aJN" = (/obj/machinery/camera{c_tag = "Security - Prison Aft"; dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/prison) -"aJO" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aJP" = (/obj/structure/chair/comfy/teal,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/sign/departments/botany{pixel_y = 32},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Starboard"; dir = 8; pixel_y = -22},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aJQ" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aJS" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aJT" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aJU" = (/obj/machinery/vending/cigarette,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aJV" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"aJW" = (/obj/machinery/cryopod{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aJX" = (/obj/machinery/light{dir = 4},/obj/machinery/modular_computer/console/preset/civilian{dir = 8},/turf/open/floor/circuit,/area/bridge) -"aJY" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/storage/box/lights/mixed,/obj/item/stack/sheet/metal/fifty{pixel_x = -3; pixel_y = -7},/turf/open/floor/plasteel,/area/storage/tools) -"aJZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) -"aKa" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/prison) -"aKb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/civilian) -"aKc" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aKd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation"; req_access_txt = "63"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/security/brig) -"aKe" = (/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aKf" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/emergency/generic) -"aKg" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/entry) -"aKh" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet/red,/area/security/brig) -"aKi" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/security/main) -"aKj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aKk" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/detective,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aKl" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aKm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Emergency Storage"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aKn" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"aKo" = (/obj/effect/turf_decal/delivery,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/security/brig) -"aKp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aKq" = (/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/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Chapel"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/chapel/main) -"aKr" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/public/glass{name = "Emergency Storage"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/emergency/generic) -"aKs" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/drinks/drinkingglass,/obj/item/reagent_containers/rag,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aKt" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aKu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/storage/emergency/generic) -"aKv" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/bridge) -"aKw" = (/obj/structure/table,/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"aKx" = (/obj/machinery/computer/security{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aKy" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/rnd/production/techfab/department/security,/turf/open/floor/plasteel,/area/security/brig) -"aKz" = (/turf/closed/wall,/area/storage/emergency/generic) -"aKA" = (/obj/structure/table/wood,/obj/machinery/button/door{id = "bridge blast"; name = "Bridge Blast Door Control"; pixel_x = -6; pixel_y = -3; req_access_txt = "19"},/turf/open/floor/carpet/royalblue,/area/bridge) -"aKB" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aKC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aKD" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aKE" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/royalblue,/area/bridge) -"aKF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Telecommunications Control Room"; req_access_txt = "19;61"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) -"aKG" = (/obj/structure/table/wood,/obj/item/storage/toolbox/emergency,/obj/item/crowbar/red,/turf/open/floor/carpet/royalblue,/area/bridge) -"aKH" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/white/full,/obj/machinery/camera{c_tag = "Bridge - Fore"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark,/area/bridge) -"aKI" = (/obj/structure/closet/cabinet,/obj/item/screwdriver,/obj/item/storage/crayons,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aKJ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aKK" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/vending/snack/blue,/turf/open/floor/plasteel,/area/bridge) -"aKL" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aKM" = (/obj/machinery/camera{c_tag = "Chapel - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aKN" = (/obj/structure/chair/pew/left{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aKO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/left,/area/security/brig) -"aKP" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/bridge) -"aKQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/chapel/office) -"aKR" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aKS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/bridge) -"aKT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/central) -"aKU" = (/obj/structure/bodycontainer/morgue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKV" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKW" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aKX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Chapel Morgue"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKY" = (/obj/structure/chair/sofa/left,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aKZ" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/red{dir = 4},/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/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"aLa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/door/poddoor/preopen{id = "hos"},/turf/open/floor/plating,/area/crew_quarters/heads/hos) -"aLb" = (/obj/item/toy/prize/honk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/fore) -"aLc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aLd" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aLg" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aLh" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) -"aLj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLk" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/security/brig) -"aLl" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aLm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) -"aLn" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aLo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLp" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aLq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aLt" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Visitation Maintainance"; req_one_access_txt = "63"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/security/main) -"aLv" = (/obj/machinery/computer/cryopod{dir = 8; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aLw" = (/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/kirbyplants{icon_state = "plant-06"},/turf/open/floor/plasteel,/area/security/brig) -"aLx" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aLy" = (/obj/machinery/modular_computer/console/preset/command{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aLz" = (/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLA" = (/obj/item/candle{pixel_x = -4; pixel_y = -4},/obj/item/candle{pixel_x = -8; pixel_y = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aLB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aLC" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLD" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aLE" = (/obj/machinery/computer/communications{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aLF" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aLG" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aLH" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/tcommsat/computer) -"aLI" = (/obj/structure/table/wood,/obj/item/storage/box/PDAs,/obj/item/storage/box/ids{pixel_x = 3; pixel_y = 3},/turf/open/floor/carpet/royalblue,/area/bridge) -"aLJ" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/brig) -"aLK" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/bridge) -"aLL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/brig) -"aLM" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"aLN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/morgue{name = "Confession Booth"},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aLO" = (/obj/item/toy/talking/owl,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aLP" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aLQ" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/bridge) -"aLR" = (/obj/structure/table,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/storage/box/bodybags{pixel_y = 4},/obj/item/stack/packageWrap,/obj/item/hand_labeler,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aLS" = (/obj/structure/disposaloutlet{dir = 8; name = "Corpse Outlet"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aLT" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aLU" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/vending/assist,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aLV" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/camera{c_tag = "Central Maintenance - Aft"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/central) -"aLW" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/security/brig) -"aLX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/security/main) -"aLY" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/main) -"aLZ" = (/mob/living/simple_animal/chicken{desc = "At least it isn't a court kangaroo."; name = "amusing cluck"; real_name = "amusing cluck"},/turf/open/floor/carpet,/area/security/courtroom) -"aMa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aMb" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMc" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 20},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMd" = (/obj/machinery/vending/wardrobe/chap_wardrobe,/obj/machinery/camera{c_tag = "Chapel Office"; dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aMe" = (/obj/machinery/door/window/northleft{name = "Game Room"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aMf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/central) -"aMh" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/reagent_containers/food/drinks/bottle/champagne,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Security's Desk"; departmentType = 5; name = "Head of Security RC"; pixel_y = -32},/obj/machinery/keycard_auth{pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aMi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) -"aMj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aMk" = (/obj/structure/closet/crate/coffin,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/department/chapel) -"aMl" = (/obj/effect/landmark/start/bartender,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aMm" = (/obj/machinery/computer/med_data,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"aMn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"},/turf/closed/wall,/area/maintenance/department/chapel) -"aMo" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aMp" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aMq" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aMr" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Port"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMs" = (/turf/closed/wall,/area/maintenance/department/chapel) -"aMt" = (/obj/machinery/atmospherics/components/unary/tank/air,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) -"aMu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel{dir = 4; icon_state = "chapel"},/area/chapel/main) -"aMv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel{dir = 8; icon_state = "chapel"},/area/chapel/main) -"aMw" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aMx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"aMy" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aMz" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/storage{name = "Canister Storage"}) -"aMA" = (/turf/closed/wall,/area/janitor) -"aMB" = (/turf/closed/wall/r_wall,/area/janitor) -"aMC" = (/obj/structure/table/wood,/obj/item/kitchen/fork,/obj/item/reagent_containers/food/snacks/salad/herbsalad,/obj/item/candle{pixel_x = 8; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aMD" = (/turf/closed/wall/rust,/area/maintenance/disposal) -"aME" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMF" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aMG" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aMH" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aMI" = (/turf/closed/wall/r_wall,/area/maintenance/disposal) -"aMJ" = (/obj/structure/chair{dir = 4},/obj/machinery/newscaster{pixel_x = -30},/obj/effect/landmark/start/assistant,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aMK" = (/obj/vehicle/ridden/wheelchair,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aML" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/chapel/office) -"aMM" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/sign/poster/official/help_others{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMN" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/security/main) -"aMO" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMP" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/bottle/wine,/turf/open/floor/plasteel,/area/security/brig) -"aMQ" = (/obj/machinery/computer/security{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aMR" = (/obj/effect/landmark/start/chaplain,/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet,/area/chapel/main) -"aMS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aMT" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMU" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fountain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet,/area/chapel/main) -"aMV" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aMW" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aMX" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/turf/open/floor/carpet/royalblue,/area/bridge) -"aMY" = (/obj/structure/closet,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aMZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aNa" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aNb" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aNc" = (/obj/structure/rack,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/mop,/obj/item/storage/box/mousetraps,/obj/item/storage/box/mousetraps,/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/janitor) -"aNd" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper_bin,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aNe" = (/obj/structure/closet/crate,/obj/item/reagent_containers/food/snacks/spaghetti,/obj/item/reagent_containers/food/snacks/spaghetti,/turf/open/floor/plating,/area/hallway/secondary/service) -"aNf" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/clipboard,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aNg" = (/obj/machinery/computer/cargo/request{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aNh" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aNi" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aNj" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/table,/obj/item/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/brig) -"aNk" = (/obj/structure/table/glass,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/pen{pixel_y = 8},/obj/item/pen,/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aNl" = (/obj/structure/table/wood,/obj/item/trash/plate,/obj/item/reagent_containers/food/condiment/pack/ketchup{pixel_x = -2; pixel_y = 6},/obj/item/reagent_containers/food/condiment/pack/mustard{pixel_x = 6; pixel_y = 3},/obj/item/candle{pixel_x = -8; pixel_y = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aNm" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aNn" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/reagent_containers/food/drinks/shaker,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aNo" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIShutter"; name = "AI Core Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"aNp" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aNq" = (/obj/machinery/door/window/northright{name = "Chapel Office"; req_access_txt = "22"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aNr" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aNs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aNt" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aNu" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/bar) -"aNv" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aNw" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) -"aNx" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) -"aNy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aNz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aNA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/security/main) -"aNB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Port Bow Primary Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aNC" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera/motion{c_tag = "Telecomms Control Room"; network = list("tcomms"); pixel_x = 22},/obj/machinery/power/apc/highcap/fifteen_k{areastring = "/area/tcommsat/server"; dir = 1; name = "Telecomms Server APC"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/server) -"aND" = (/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aNE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aNF" = (/obj/machinery/computer/secure_data{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"aNG" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 2},/obj/structure/table,/obj/item/taperecorder,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/security/brig) -"aNH" = (/obj/machinery/door/airlock/external/glass{name = "Exterior Engineering Access"; req_access_txt = "11;13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aNI" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aNJ" = (/obj/structure/table,/obj/item/flashlight/lamp,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/brig) -"aNK" = (/obj/structure/sign/nanotrasen{pixel_x = -32},/turf/open/floor/plasteel,/area/security/courtroom) -"aNL" = (/turf/open/floor/plasteel,/area/security/courtroom) -"aNM" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/brig) -"aNN" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/security/courtroom) -"aNO" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aNP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aNQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/engine/storage{name = "Canister Storage"}) -"aNR" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop) -"aNS" = (/obj/structure/chair,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aNT" = (/turf/closed/wall/r_wall,/area/teleporter) -"aNU" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aNV" = (/obj/structure/table,/obj/item/locator,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/dark,/area/security/brig) -"aNW" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/disposal) -"aNX" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/instrument/guitar,/obj/machinery/camera{c_tag = "Bar - Port"; dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aNY" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sec2"; location = "bar"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aNZ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/solars/port) -"aOa" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/department/eva) -"aOb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) -"aOc" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aOd" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aOe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"aOf" = (/obj/effect/turf_decal/tile/neutral,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOg" = (/obj/structure/chair/comfy/teal{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOh" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aOi" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aOj" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/effect/turf_decal/delivery,/obj/structure/window/reinforced/spawner,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOl" = (/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOm" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light_switch{pixel_y = -24},/obj/structure/table/wood,/obj/item/toy/windupToolbox,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOn" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/brig) -"aOo" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/hallway/primary/port/fore"; dir = 4; name = "Port Bow Primary Hallway APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/department/security) -"aOp" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 31},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aOq" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/effect/turf_decal/delivery,/obj/item/extinguisher,/obj/structure/window/reinforced/spawner,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark/side{dir = 1},/area/bridge) -"aOs" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/kirbyplants,/turf/open/floor/plasteel/dark/side{dir = 1},/area/bridge) -"aOt" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aOu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aOv" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/gavelblock,/obj/item/gavelhammer,/obj/machinery/camera{c_tag = "Courtroom"; network = list("ss13","rd")},/turf/open/floor/carpet,/area/security/courtroom) -"aOw" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/pen,/turf/open/floor/plasteel,/area/security/courtroom) -"aOx" = (/obj/structure/table/reinforced,/obj/item/grenade/chem_grenade/smart_metal_foam{pixel_x = 4},/obj/item/radio,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOz" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aOA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) -"aOB" = (/turf/closed/wall/r_wall,/area/security/courtroom) -"aOC" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aOD" = (/obj/machinery/door/airlock{name = "Catering"; req_one_access_txt = "25;28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"aOE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aOF" = (/obj/structure/closet/crate/freezer/surplus_limbs,/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/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"aOG" = (/obj/structure/chair/comfy/teal{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aOH" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"aOI" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/obj/machinery/flasher{id = "ID"; pixel_x = 8; pixel_y = 24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aOJ" = (/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"aOK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port) -"aOL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall,/area/security/brig) -"aOM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aON" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aOP" = (/obj/machinery/light{dir = 1},/turf/open/floor/engine,/area/engine/gravity_generator) -"aOQ" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOS" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOT" = (/turf/closed/wall,/area/crew_quarters/fitness/cogpool) -"aOU" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"aOV" = (/turf/open/floor/plasteel/stairs,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOW" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/obj/item/clothing/accessory/armband/hydro,/obj/item/encryptionkey/headset_service,/obj/item/clothing/under/misc/vice_officer,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aOX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Pool"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/white/side,/area/crew_quarters/fitness/cogpool) -"aOY" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aOZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/bridge) -"aPa" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Pool"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/side,/area/crew_quarters/fitness/cogpool) -"aPb" = (/obj/structure/grille,/turf/open/floor/plating,/area/hallway/primary/central) -"aPc" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPd" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPe" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/junction{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aPf" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"aPg" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) -"aPh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPi" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aPj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPk" = (/obj/effect/landmark/start/depsec/science,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPl" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/start/depsec/medical,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPo" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"aPp" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/bridge) -"aPq" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"aPr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) -"aPs" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/main) -"aPt" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"aPu" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/bridge) -"aPv" = (/obj/machinery/door/airlock/security/glass{name = "Equipment Room"; req_access_txt = "1"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPw" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Courtroom Access"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) -"aPx" = (/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPy" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPz" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/courtroom) -"aPA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPB" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/paper/guides/jobs/security/courtroom,/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/security/courtroom) -"aPC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPD" = (/obj/machinery/door/airlock/security/glass{name = "Equipment Room"; req_access_txt = "1"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aPE" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 8},/obj/item/toy/talking/AI{name = "Nanotrasen-brand toy AI"; pixel_y = 6},/obj/item/clothing/glasses/meson,/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"aPF" = (/turf/closed/wall/r_wall,/area/crew_quarters/locker) -"aPG" = (/obj/structure/disposalpipe/sorting/mail/flip{sortType = 21},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPH" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet,/area/security/courtroom) -"aPI" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/department/eva) -"aPJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bar"; location = "serv"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPK" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) -"aPL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPM" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aPN" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/space/nearstation) -"aPO" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 8},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPP" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aPQ" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aPR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/crew_quarters/fitness/cogpool) -"aPS" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aPT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) -"aPU" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPV" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPW" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPX" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/storage/fancy/donut_box,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPY" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aPZ" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQa" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"aQb" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aQc" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aQd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aQe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aQf" = (/obj/structure/table,/obj/structure/bedsheetbin,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aQi" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQj" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"aQk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aQl" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) -"aQm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aQn" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"aQo" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/security/courtroom) -"aQp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) -"aQq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/space/nearstation) -"aQr" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/space/nearstation) -"aQs" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aQt" = (/obj/machinery/pool/controller,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQu" = (/obj/structure/table,/obj/item/toy/beach_ball{pixel_y = 12},/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQv" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"aQw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"aQx" = (/obj/machinery/camera{c_tag = "Engine Room - Port Bow"},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aQy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/chapel/main) -"aQz" = (/obj/structure/chair/comfy/teal,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQA" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQB" = (/obj/structure/table,/obj/item/clothing/glasses/sunglasses{pixel_y = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aQD" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aQE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aQF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aQG" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/central) -"aQH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aQI" = (/obj/structure/chair/comfy/teal,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQJ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"aQK" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/central) -"aQL" = (/turf/closed/wall,/area/maintenance/port/central) -"aQM" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/brig) -"aQN" = (/obj/structure/chair/comfy/brown,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aQO" = (/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQP" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/kirbyplants{icon_state = "plant-02"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQQ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQR" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQS" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aQT" = (/obj/machinery/door/airlock/engineering{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aQU" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/teleporter) -"aQV" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aQW" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) -"aQX" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aQY" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/window/reinforced/tinted,/obj/structure/table,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aQZ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"aRa" = (/obj/structure/table/wood,/obj/item/lighter,/obj/item/multitool{pixel_x = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aRb" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/primary/central) -"aRc" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/fitness/cogpool) -"aRd" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRe" = (/obj/structure/table/wood,/obj/item/storage/secure/briefcase,/obj/item/assembly/flash,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/royalblue,/area/bridge) -"aRf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRh" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/department/eva) -"aRi" = (/obj/machinery/light,/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRj" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/machinery/sleep_console{dir = 8},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aRk" = (/obj/structure/disposalpipe/junction/yjunction,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRl" = (/obj/structure/table/wood,/obj/item/restraints/handcuffs,/obj/item/laser_pointer/blue,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aRm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/courtroom) -"aRn" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRo" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"aRp" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aRq" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/department/eva) -"aRr" = (/mob/living/simple_animal/chicken{name = "Kentucky"; real_name = "Kentucky"},/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aRs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRt" = (/obj/effect/turf_decal/tile/neutral,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRu" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/turf/open/space/basic,/area/space/nearstation) -"aRv" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) -"aRw" = (/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"aRx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aRy" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"aRz" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aRA" = (/obj/structure/table/optable,/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/reagent_containers/blood/random,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aRB" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aRC" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"aRD" = (/turf/closed/wall/r_wall/rust,/area/engine/gravity_generator) -"aRE" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aRF" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/engine/storage_shared{name = "Electrical Substation"}) -"aRG" = (/obj/machinery/power/generator,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aRH" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/blobstart,/obj/machinery/camera{c_tag = "Central Port Maintenance - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/port/central) -"aRI" = (/obj/structure/rack,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/port/central) -"aRJ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) -"aRK" = (/obj/structure/sign/departments/holy{pixel_y = -32},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRL" = (/mob/living/simple_animal/crab/kreb,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"aRM" = (/turf/open/floor/carpet,/area/crew_quarters/bar) -"aRN" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRO" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aRP" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRQ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aRR" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aRS" = (/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 = 4},/obj/item/kirbyplants{icon_state = "plant-10"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aRT" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aRU" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/main) -"aRV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aRW" = (/turf/open/floor/plating,/area/maintenance/port/central) -"aRX" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) -"aRY" = (/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"aRZ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/turf/open/space/basic,/area/space/nearstation) -"aSa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aSb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aSc" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) -"aSd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aSe" = (/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/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Chapel"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/chapel/main) -"aSf" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aSg" = (/obj/machinery/power/apc{name = "Security Maintainance APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/security) -"aSh" = (/obj/structure/table,/obj/item/storage/fancy/donut_box,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aSi" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aSj" = (/obj/structure/target_stake,/obj/item/target/syndicate,/turf/open/floor/plasteel,/area/science/circuit) -"aSk" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aSl" = (/obj/machinery/computer/teleporter{dir = 1},/turf/open/floor/plasteel/dark,/area/teleporter) -"aSm" = (/obj/machinery/teleport/station,/turf/open/floor/plasteel/dark,/area/teleporter) -"aSn" = (/obj/machinery/teleport/hub,/turf/open/floor/plasteel/dark,/area/teleporter) -"aSo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aSp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aSq" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/space/nearstation) -"aSr" = (/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aSs" = (/obj/machinery/light{dir = 1; light_color = "#d1dfff"},/obj/effect/turf_decal/delivery,/obj/machinery/camera{c_tag = "Bridge Access"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/bridge) -"aSt" = (/turf/closed/wall/r_wall,/area/maintenance/department/eva) -"aSu" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/space/nearstation) -"aSv" = (/turf/closed/wall,/area/space/nearstation) -"aSw" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"aSx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aSy" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/space/nearstation) -"aSz" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aSA" = (/obj/structure/closet/secure_closet/medical2,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aSB" = (/obj/machinery/door/airlock/command{name = "Bridge"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aSC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aSD" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aSE" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aSF" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/surgical_drapes,/obj/item/scalpel,/obj/item/circular_saw{pixel_y = 16},/obj/item/hemostat,/obj/item/retractor,/obj/item/surgicaldrill,/obj/item/cautery,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aSG" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) -"aSH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/hydroponics/garden{name = "Nature Preserve"}) -"aSI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aSJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/main) -"aSK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aSL" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aSM" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) -"aSN" = (/obj/structure/table,/obj/machinery/computer/secure_data/laptop{dir = 8; pixel_x = -2; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/red,/area/security/brig) -"aSO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aSP" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aSQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aSR" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/tools) -"aSS" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Chapel"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aST" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"aSU" = (/obj/structure/reagent_dispensers/beerkeg,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/machinery/requests_console{department = "Bar"; departmentType = 2; name = "Bar RC"; pixel_y = -30},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"aSV" = (/obj/item/toy/talking/AI,/obj/structure/grille/broken,/turf/open/floor/plating,/area/hallway/primary/central) -"aSW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aSX" = (/obj/machinery/washing_machine,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aSY" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aSZ" = (/obj/structure/chair/stool,/obj/machinery/light,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aTa" = (/obj/structure/window/plasma/reinforced{dir = 4},/obj/structure/table,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/prison) -"aTb" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Central Hall - Starboard"; pixel_x = 22},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aTc" = (/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"aTd" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/space/nearstation) -"aTe" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aTf" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aTg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) -"aTh" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external/glass{name = "Telecommunications External Access"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/tcommsat/computer) -"aTi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aTj" = (/obj/machinery/pool/filter{pixel_y = 16},/turf/open/pool,/area/crew_quarters/fitness/cogpool) -"aTk" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"aTl" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"aTm" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aTn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/department/eva"; dir = 8; name = "EVA Maintenance APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/department/eva) -"aTo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/detectives_office) -"aTp" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/landmark/start/security_officer,/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/security/brig) -"aTq" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aTr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/detectives_office) -"aTs" = (/turf/closed/wall,/area/maintenance/department/eva) -"aTt" = (/obj/structure/closet/secure_closet/detective,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aTu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Bridge Access"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTv" = (/turf/open/pool,/area/crew_quarters/fitness/cogpool) -"aTw" = (/obj/structure/pool/ladder{dir = 2; pixel_y = 24},/turf/open/pool,/area/crew_quarters/fitness/cogpool) -"aTx" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/turf/open/space/basic,/area/space/nearstation) -"aTy" = (/obj/structure/lattice/catwalk,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/turf/open/space/basic,/area/space/nearstation) -"aTz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aTA" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aTB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel{icon_state = "chapel"},/area/chapel/main) -"aTC" = (/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aTD" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aTE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/circuit) -"aTF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aTG" = (/turf/closed/wall,/area/router/public) -"aTH" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aTI" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/airlock/public/glass{name = "Public Router"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/public) -"aTJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aTK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/airlock/public/glass{name = "Public Router"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/public) -"aTL" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/camera{c_tag = "Cryogenics"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aTM" = (/turf/closed/wall/r_wall,/area/router/public) -"aTN" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aTO" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/security/courtroom) -"aTP" = (/obj/machinery/status_display/ai,/turf/closed/wall/r_wall,/area/security/courtroom) -"aTQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Thermo-Electric Generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aTR" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/stamp,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/pen/red,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aTS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/central) -"aTT" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) -"aTU" = (/obj/machinery/holopad,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aTV" = (/turf/closed/wall,/area/gateway) -"aTW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aTX" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/science/circuit) -"aTY" = (/obj/structure/chair,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/security/courtroom) -"aTZ" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aUa" = (/obj/machinery/light_switch{pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aUb" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aUc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) -"aUd" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aUe" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aUf" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"aUg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aUh" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/department/eva) -"aUi" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/gateway) -"aUj" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/machinery/requests_console{department = "Public Router"; name = "Public Router RC"; pixel_x = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/router/public) -"aUk" = (/turf/closed/wall/r_wall,/area/gateway) -"aUl" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/public) -"aUm" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/public) -"aUn" = (/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/bot,/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel,/area/router/public) -"aUo" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"aUp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/closet/crate/science,/turf/open/floor/plasteel,/area/gateway) -"aUq" = (/turf/closed/wall/r_wall,/area/crew_quarters/lounge/jazz) -"aUr" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aUs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aUt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"aUu" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/rack,/turf/open/floor/plasteel,/area/gateway) -"aUv" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/security_officer,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aUw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jazz Lounge"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"aUx" = (/obj/machinery/door/window/northright{name = "Game Room"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"aUy" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/official/do_not_question{pixel_y = 32},/turf/open/floor/plasteel,/area/security/prison) -"aUz" = (/obj/machinery/computer/telecomms/server{dir = 4; network = "tcommsat"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/circuit,/area/bridge) -"aUA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUB" = (/obj/structure/table/wood,/obj/item/flashlight/lamp,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"aUC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aUD" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aUE" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aUF" = (/obj/machinery/computer/bounty{dir = 1},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"aUG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aUH" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port/central) -"aUI" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) -"aUJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aUK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning/electricshock{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/central) -"aUL" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aUM" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aUN" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aUO" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/teleporter"; dir = 4; name = "Teleporter Room APC"; pixel_x = 26},/turf/open/floor/plasteel/dark,/area/teleporter) -"aUP" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/eva) -"aUQ" = (/obj/structure/table,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plating,/area/maintenance/department/eva) -"aUR" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/bridge) -"aUS" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"aUT" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aUU" = (/obj/machinery/pool/drain,/turf/open/pool,/area/crew_quarters/fitness/cogpool) -"aUV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/courtroom) -"aUW" = (/obj/structure/pool/Lboard,/turf/open/pool,/area/crew_quarters/fitness/cogpool) -"aUX" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/port/central) -"aUY" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/central) -"aUZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"aVa" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aVb" = (/obj/structure/pool/Rboard,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aVc" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aVd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aVe" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port/central) -"aVf" = (/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aVg" = (/obj/machinery/computer/cryopod{pixel_y = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aVh" = (/obj/effect/turf_decal/bot,/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/gateway) -"aVi" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel,/area/router/public) -"aVj" = (/obj/machinery/vending/cola/random,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aVk" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) -"aVl" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aVm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/department/eva) -"aVn" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/public) -"aVo" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/router/public) -"aVp" = (/obj/structure/cable{icon_state = "2-8"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/obj/machinery/camera{c_tag = "Public Router"; dir = 8; pixel_y = -22},/obj/machinery/button/massdriver{id = "public_out"; pixel_x = 24; pixel_y = -6},/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/machinery/button/door{id = "pubblock"; name = "Router Access Control"; pixel_x = 24; pixel_y = 24},/turf/open/floor/plasteel,/area/router/public) -"aVq" = (/obj/structure/table,/turf/open/floor/plasteel/white,/area/gateway) -"aVr" = (/obj/structure/table,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/cups,/obj/structure/sign/poster/official/here_for_your_safety{pixel_x = 32},/turf/open/floor/plasteel,/area/security/main) -"aVs" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/lounge/jazz) -"aVt" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/space/basic,/area/space/nearstation) -"aVu" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aVv" = (/turf/open/floor/plating,/area/maintenance/department/eva) -"aVw" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/red,/area/security/brig) -"aVx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"aVy" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aVz" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aVA" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aVB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"aVC" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/central) -"aVD" = (/obj/machinery/vending/clothing,/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,/area/crew_quarters/locker) -"aVE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Dormitory Toilets"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aVF" = (/turf/open/floor/plasteel/white,/area/science/circuit) -"aVG" = (/obj/machinery/ore_silo,/obj/effect/turf_decal/bot_white,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/ai_monitored/nuke_storage"; dir = 4; name = "Vault APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aVH" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/hallway/secondary/civilian"; dir = 8; name = "Civilian Wing Hallway APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aVI" = (/obj/structure/table,/obj/item/storage/box/zipties,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aVJ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aVK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/space/nearstation) -"aVL" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aVM" = (/obj/structure/chair/stool,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/department/eva) -"aVN" = (/obj/machinery/vending,/turf/open/floor/plating,/area/maintenance/department/eva) -"aVO" = (/obj/structure/table,/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/item/radio/off,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/red,/area/security/brig) -"aVP" = (/obj/structure/window/reinforced,/obj/structure/displaycase/captain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"aVQ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/department/security) -"aVR" = (/obj/structure/window/reinforced,/obj/structure/filingcabinet,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"aVS" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/central) -"aVT" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: WASTE EJECTION"; pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) -"aVU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aVV" = (/obj/structure/bed,/obj/item/bedsheet/red,/obj/structure/cable{icon_state = "2-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/plating,/area/maintenance/department/security) -"aVW" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/gateway) -"aVX" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/gloves/color/latex,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aVY" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"aVZ" = (/obj/machinery/computer/security/wooden_tv,/turf/open/floor/plating,/area/maintenance/department/security) -"aWa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) -"aWb" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/central) -"aWc" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/central) -"aWd" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/department/eva) -"aWe" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aWf" = (/obj/effect/turf_decal/tile/red,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aWg" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"aWh" = (/obj/effect/landmark/start/lawyer,/obj/structure/chair{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"aWi" = (/obj/machinery/cryopod{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal"; dir = 8; name = "Cryogenics APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"aWj" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) -"aWk" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aWl" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/photocopier,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aWm" = (/turf/open/floor/plasteel,/area/gateway) -"aWn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aWo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/cryopod) -"aWp" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/gateway_control{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) -"aWq" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/crowbar,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/eva) -"aWr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/port/fore) -"aWs" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aWt" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) -"aWu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) -"aWv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWw" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aWx" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/security/detectives_office) -"aWy" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aWz" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Power Monitoring"; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) -"aWA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/central) -"aWB" = (/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aWC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Defendent's Chair"; req_one_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aWD" = (/obj/structure/window/reinforced/spawner/east,/obj/item/cigbutt,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/public) -"aWE" = (/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"},/turf/closed/wall/r_wall,/area/janitor) -"aWF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/janitor) -"aWG" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/clothing/shoes/magboots,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aWH" = (/obj/machinery/disposal/bin{name = "Corpse Delivery"},/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aWI" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aWJ" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"aWK" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/item/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aWL" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "public"},/turf/open/floor/plating,/area/router/public) -"aWM" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aWN" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "public"},/turf/open/floor/plating,/area/router/public) -"aWO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/ai_monitored/storage/eva) -"aWP" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aWQ" = (/obj/structure/closet/crate/rcd,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aWR" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = 32},/turf/open/space/basic,/area/space/nearstation) -"aWS" = (/obj/structure/table,/obj/item/storage/box/flashes{pixel_x = 8},/obj/item/storage/box/handcuffs{pixel_x = -8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet/red,/area/security/brig) -"aWT" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/router/public"; dir = 4; name = "Public Router APC"; pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/public) -"aWU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"aWV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"aWW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/central) -"aWX" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/medical"; dir = 8; name = "Medical Booth APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aWY" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aWZ" = (/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) -"aXa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/central) -"aXb" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/central) -"aXc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXd" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/central) -"aXe" = (/obj/machinery/bookbinder,/turf/open/floor/wood,/area/library) -"aXf" = (/obj/machinery/photocopier,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/item/paper/fluff/cogstation/eva,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"aXg" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXh" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"aXi" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aXj" = (/obj/structure/transit_tube/station/reverse,/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/camera{c_tag = "Transit Tube Access"; pixel_x = 22},/obj/structure/transit_tube_pod{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge) -"aXk" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXm" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/closed/wall/r_wall,/area/tcommsat/computer) -"aXn" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aXo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aXp" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/reagent_dispensers/foamtank,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"aXq" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXr" = (/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aXs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plating,/area/tcommsat/computer) -"aXt" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea,/turf/open/floor/plating,/area/gateway) -"aXu" = (/turf/closed/wall,/area/security/courtroom/jury) -"aXv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Bar"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aXw" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aXx" = (/obj/structure/grille,/turf/closed/wall/r_wall,/area/engine/atmos) -"aXy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"aXz" = (/obj/structure/tank_dispenser/oxygen,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aXA" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/courtroom/jury) -"aXB" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/courtroom) -"aXC" = (/obj/machinery/computer/bank_machine,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aXD" = (/obj/effect/turf_decal/bot_white/right,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/closet/crate/silvercrate,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aXE" = (/obj/effect/turf_decal/bot_white,/obj/structure/closet/crate/goldcrate,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aXF" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "gas to hot loop"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"aXG" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"aXH" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aXI" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aXJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aXK" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aXL" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/item/paper/fluff/jobs/security/beepsky_mom,/turf/open/floor/plating,/area/maintenance/department/security) -"aXM" = (/turf/closed/wall,/area/maintenance/department/security) -"aXN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"aXO" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aXP" = (/obj/machinery/door/airlock/maintenance{name = "Pool Maintenance"; req_one_access_txt = "12"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"aXQ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/medical{name = "Medical Booth"}) -"aXR" = (/turf/closed/wall,/area/security/courtroom) -"aXS" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aXT" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"aXU" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aXV" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/assembly/timer{pixel_x = 6; pixel_y = -2},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random{pixel_x = -2; pixel_y = -2},/obj/item/stack/cable_coil/random{pixel_x = 2; pixel_y = 2},/obj/item/multitool,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aXW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aXX" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"aXY" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) -"aXZ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) -"aYa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/tcommsat/computer) -"aYb" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aYc" = (/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/library) -"aYd" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/department/eva) -"aYe" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYf" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel/white,/area/gateway) -"aYg" = (/obj/effect/turf_decal/bot_white/right,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aYh" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/radio/off,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aYi" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aYj" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aYk" = (/turf/open/floor/circuit/green,/area/ai_monitored/nuke_storage) -"aYl" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aYm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aYn" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/storage/box/smart_metal_foam,/obj/item/wrench,/obj/item/radio/off,/obj/item/radio/off,/obj/item/radio/off,/obj/item/assembly/prox_sensor,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aYo" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Security"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aYp" = (/obj/structure/fans/tiny/invisible,/turf/open/space/basic,/area/space) -"aYq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) -"aYr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) -"aYs" = (/obj/structure/rack,/obj/item/tank/jetpack/carbondioxide,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aYt" = (/turf/open/floor/plating,/area/maintenance/department/security) -"aYu" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/holopad,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aYv" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/analyzer,/obj/item/storage/toolbox/electrical,/obj/item/gps,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aYw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aYx" = (/obj/machinery/portable_atmospherics/canister/air,/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/department/eva) -"aYy" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/kirbyplants{icon_state = "plant-22"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side,/area/bridge) -"aYz" = (/obj/effect/turf_decal/bot_white,/obj/effect/landmark/start/ai/secondary,/obj/machinery/camera{c_tag = "Vault"; dir = 4; network = list("vault")},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aYA" = (/obj/machinery/nuclearbomb/selfdestruct,/obj/effect/turf_decal/box/white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aYB" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aYC" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/security/detectives_office"; dir = 1; name = "Detective's Office APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/central) -"aYD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aYE" = (/obj/structure/closet/crate/trashcart,/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/junction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aYF" = (/obj/structure/table/wood,/obj/item/storage/box/evidence,/obj/item/hand_labeler,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aYG" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"aYH" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYI" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/photocopier,/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/item/paper/fluff/cogstation/secsolars,/turf/open/floor/plasteel,/area/security/main) -"aYJ" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aYK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Civilian Wing Hallway"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aYL" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"aYM" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aYN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aYO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/courtroom) -"aYP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYQ" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYR" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"aYS" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/security/brig) -"aYT" = (/turf/closed/wall/r_wall,/area/security/checkpoint/customs) -"aYU" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"aYV" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"aYW" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/northright{name = "Customs Desk"; req_access_txt = "57"},/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"aYX" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/structure/window/reinforced/spawner/north,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"aYY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/security/courtroom) -"aYZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"aZa" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aZb" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/department/eva) -"aZc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aZd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Maintenance"; req_access_txt = "18"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aZe" = (/obj/structure/sign/warning/biohazard{pixel_y = 32},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/department/chapel) -"aZf" = (/obj/effect/turf_decal/bot_white/left,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aZg" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"aZh" = (/obj/structure/closet/crate,/obj/machinery/light,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/east,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/public) -"aZi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aZj" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/caution{pixel_x = 6; pixel_y = 3},/obj/item/extinguisher{pixel_x = -4; pixel_y = 4},/obj/item/extinguisher{pixel_x = -4; pixel_y = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aZk" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/mass_driver{id = "public_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/public) -"aZl" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/router/public) -"aZm" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"aZn" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera/motion{c_tag = "EVA"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aZo" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/department/eva) -"aZp" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"aZq" = (/obj/structure/chair{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) -"aZr" = (/obj/structure/filingcabinet,/obj/item/folder/documents,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aZs" = (/obj/structure/safe,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/lazarus_injector,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c1000,/obj/effect/turf_decal/bot_white/left,/obj/item/stack/sheet/mineral/diamond,/obj/item/clothing/under/costume/soviet,/obj/item/clothing/suit/armor/vest/russian_coat,/obj/item/clothing/head/helmet/rus_helmet,/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aZt" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"aZu" = (/obj/machinery/blackbox_recorder,/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aZv" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aZw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/item/flashlight,/obj/item/flashlight,/obj/item/weldingtool,/obj/item/flashlight,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aZx" = (/obj/machinery/space_heater,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"aZy" = (/turf/closed/wall,/area/lawoffice) -"aZz" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "Routing Depot - Fore Exterior"; dir = 4},/turf/open/space/basic,/area/maintenance/department/eva) -"aZA" = (/obj/machinery/computer/card{dir = 8},/obj/item/paper/guides/cogstation/job_changes,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"aZB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"aZC" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/paper_bin,/obj/item/pen,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/dark,/area/lawoffice) -"aZD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Chapel Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/department/chapel) -"aZE" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/primary/central"; dir = 8; name = "Central Primary Hallway APC"; pixel_x = -26},/turf/open/floor/plating,/area/maintenance/port/central) -"aZF" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aZG" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) -"aZH" = (/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aZI" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/machinery/door/window/northleft{name = "Law Office Counter"; req_access_txt = "38"},/turf/open/floor/plasteel/dark,/area/lawoffice) -"aZJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aZK" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/electrical,/obj/item/weldingtool,/obj/item/multitool{pixel_x = -6; pixel_y = -2},/obj/item/assembly/signaler{pixel_x = 6; pixel_y = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/storage/tools) -"aZL" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/sign/poster/official/cohiba_robusto_ad{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"aZM" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet,/area/security/courtroom) -"aZN" = (/obj/machinery/computer/station_alert{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/lawoffice) -"aZO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) -"aZP" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/aiModule/reset/purge{pixel_y = 6},/obj/item/aiModule/reset{pixel_x = -2; pixel_y = 4},/obj/item/aiModule/core/full/custom{pixel_x = -4},/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"aZQ" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/plasteel{pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aZR" = (/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"aZS" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"aZT" = (/obj/structure/closet/secure_closet/hos,/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/storage/box/deputy,/obj/item/paper/guides/cogstation/letter_hos,/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"aZU" = (/obj/structure/chair,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"aZV" = (/obj/structure/chair,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"aZW" = (/obj/structure/chair,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"aZX" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"aZY" = (/obj/machinery/airalarm{pixel_y = 24},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"aZZ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"baa" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bab" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/space/nearstation) -"bac" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/stack/rods/fifty,/obj/item/stack/rods/fifty,/obj/item/storage/toolbox/emergency,/obj/item/stack/sheet/rglass,/obj/item/stack/sheet/rglass,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"bad" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/white/full,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bae" = (/turf/open/floor/plasteel/dark,/area/lawoffice) -"baf" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Central Plaza - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bag" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/belt/utility,/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"bah" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/lawoffice) -"bai" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"baj" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/glass/beaker/waterbottle,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bak" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/lawoffice) -"bal" = (/obj/structure/lattice,/obj/structure/grille,/turf/closed/wall/r_wall,/area/space/nearstation) -"bam" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/turf/open/space/basic,/area/space/nearstation) -"ban" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bao" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bap" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"baq" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bar" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/turf/open/floor/carpet,/area/crew_quarters/bar) -"bas" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"bat" = (/obj/structure/chair/stool/bar,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"bau" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/junction/flip{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) -"bav" = (/obj/structure/chair/sofa/right,/obj/machinery/firealarm{pixel_y = 26},/obj/item/clipboard,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"baw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/lawoffice) -"bax" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/library) -"bay" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/wood,/area/library) -"baz" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/book/manual/wiki/security_space_law,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/dark,/area/lawoffice) -"baA" = (/obj/structure/filingcabinet/chestdrawer,/obj/item/folder/blue,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"baB" = (/obj/structure/rack,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/department/security) -"baC" = (/obj/machinery/vending/cart,/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"baD" = (/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"baE" = (/obj/structure/bookcase/random/reference,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"baF" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"baG" = (/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"baH" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/security) -"baI" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"baJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"baK" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/item/kitchen/fork,/obj/item/reagent_containers/food/snacks/pastatomato,/obj/machinery/newscaster/security_unit{pixel_y = -30},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"baL" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"baM" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/crowbar/large,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/department/security) -"baN" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"baO" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"baP" = (/obj/structure/closet/secure_closet/captains,/obj/item/reagent_containers/food/drinks/flask/gold,/obj/item/clothing/under/rank/captain/suit,/obj/item/clothing/under/rank/captain/suit/skirt,/obj/machinery/airalarm{pixel_y = 24},/obj/item/clothing/head/centhat{name = "\improper green captain's hat"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"baQ" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"baR" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/lawyer,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"baS" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"baT" = (/obj/machinery/iv_drip,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"baU" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"baV" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"baW" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/aiModule/core/full/asimov{pixel_x = 2; pixel_y = 10},/obj/effect/spawner/lootdrop/aimodule_neutral{pixel_x = 1; pixel_y = 8},/obj/effect/spawner/lootdrop/aimodule_harmless{pixel_y = 6},/obj/item/aiModule/core/freeformcore{pixel_x = -1; pixel_y = 2},/obj/item/aiModule/supplied/freeform{pixel_x = -2},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"baX" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/displaycase,/turf/open/floor/wood,/area/library) -"baY" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"baZ" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bba" = (/obj/effect/landmark/start/assistant,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"bbb" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet/royalblue,/area/bridge) -"bbc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/royalblue,/area/bridge) -"bbd" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/bridge) -"bbe" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/bridge) -"bbf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop) -"bbg" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/courtroom) -"bbh" = (/turf/closed/wall,/area/hallway/primary/aft) -"bbi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bbj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/teleporter) -"bbk" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/requests_console{announcementConsole = 1; department = "Telecomms Admin"; departmentType = 5; name = "Telecomms RC"; pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bbl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bbm" = (/obj/structure/chair/stool,/obj/effect/landmark/start/lawyer,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bbn" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/closet/emcloset,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbo" = (/obj/structure/closet/crate,/obj/item/book/manual/wiki/security_space_law,/obj/item/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bbp" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/carpet,/area/security/courtroom) -"bbq" = (/obj/effect/landmark/start/librarian,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"bbr" = (/obj/structure/filingcabinet/employment,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bbs" = (/obj/structure/table/wood,/obj/item/camera,/obj/item/pen/red,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bbt" = (/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bbu" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/space/nearstation) -"bbv" = (/turf/open/space,/area/space) -"bbw" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bbx" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bby" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/office) -"bbz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bbA" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bbB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bbC" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bbD" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/bridge) -"bbE" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bbF" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bbG" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) -"bbH" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bbI" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbJ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bbK" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbL" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bbM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bbN" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bbO" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bbP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "HoP Office Maintenance"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/security/checkpoint/customs) -"bbQ" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/fitness/cogpool"; dir = 4; name = "Pool APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central) -"bbR" = (/obj/structure/closet/crate/hydroponics,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/reagent_containers/food/snacks/grown/wheat,/obj/item/reagent_containers/food/snacks/grown/corn,/obj/item/reagent_containers/food/snacks/grown/cocoapod,/obj/item/reagent_containers/food/snacks/grown/chili,/obj/item/reagent_containers/food/snacks/grown/soybeans,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/cherries,/obj/structure/sign/poster/contraband/have_a_puff{pixel_y = -32},/turf/open/floor/plasteel,/area/hydroponics) -"bbS" = (/obj/machinery/space_heater,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/gateway) -"bbT" = (/turf/closed/wall/r_wall,/area/quartermaster/sorting) -"bbU" = (/turf/open/floor/plating,/area/quartermaster/sorting) -"bbV" = (/turf/closed/wall/r_wall,/area/quartermaster/warehouse) -"bbW" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/noticeboard{dir = 4; pixel_x = -27},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bbX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bbY" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bbZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bca" = (/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bcb" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bcc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/space/nearstation) -"bcd" = (/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bce" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "public"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Public Router"},/turf/open/floor/plating,/area/router/public) -"bcf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bcg" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Public Router"},/turf/open/floor/plating,/area/router/public) -"bch" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bci" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bcj" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bck" = (/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bcl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bcm" = (/obj/machinery/computer/cargo/request,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bcn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bco" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access_txt = "22"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bcp" = (/obj/machinery/libraryscanner,/obj/machinery/light,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"bcq" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bcr" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bcs" = (/obj/machinery/pdapainter,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bct" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bcu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/camera{c_tag = "Aft Maintenance - Air Hookup"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bcv" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bcw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/mixing) -"bcx" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bcy" = (/turf/closed/wall/r_wall,/area/science/mixing) -"bcz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel/dark,/area/lawoffice) -"bcA" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bcB" = (/obj/structure/reagent_dispensers/watertank,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/gateway) -"bcC" = (/obj/machinery/power/apc{name = "Research Division Storage APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/gateway) -"bcD" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bcE" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bcF" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bcG" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"bcH" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side,/area/security/courtroom) -"bcI" = (/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bcJ" = (/obj/machinery/button/door{id = "HoPAft"; name = "Aft Shutters"; pixel_x = -24; pixel_y = -24; req_access_txt = "57"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bcK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/public/glass{name = "Cryogenics"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/circuit/green,/area/crew_quarters/cryopod) -"bcL" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bcM" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bcN" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bridge2"; location = "court"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/courtroom) -"bcO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/space/nearstation) -"bcP" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bcQ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"bcR" = (/turf/closed/wall,/area/hallway/primary/central) -"bcS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Courtroom"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/courtroom) -"bcT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/aft) -"bcU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Jury Room Maintainance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/security/courtroom/jury) -"bcV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/sorting) -"bcW" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/requests_console{department = "Bar"; departmentType = 2; name = "Bar RC"; pixel_y = -30},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bcX" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/primary/central) -"bcY" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bcZ" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bda" = (/obj/structure/table,/obj/item/hand_tele,/obj/machinery/camera{c_tag = "Teleporter Room"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/teleporter) -"bdb" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/central) -"bdc" = (/turf/open/floor/engine/vacuum,/area/science/mixing) -"bdd" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/camera{c_tag = "Pool"; dir = 1},/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/toy/poolnoodle/red,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bde" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/mixing) -"bdf" = (/turf/open/floor/plasteel,/area/science/mixing) -"bdg" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/central) -"bdh" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/toy/poolnoodle/blue,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bdi" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bdj" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) -"bdk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bdl" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/closet/athletic_mixed,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/toy/poolnoodle/yellow,/turf/open/floor/plasteel/white,/area/crew_quarters/fitness/cogpool) -"bdm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bdn" = (/obj/structure/chair{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bdo" = (/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 17},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bdp" = (/obj/structure/chair/stool,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bdq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bdr" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) -"bds" = (/obj/structure/chair/stool,/obj/effect/landmark/start/chaplain,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bdt" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bdu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/hallway/primary/aft) -"bdv" = (/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced/tinted,/turf/open/floor/plating,/area/chapel/office) -"bdx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"bdy" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark/side{dir = 1},/area/hallway/primary/central) -"bdz" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"bdA" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bdB" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb,/obj/item/toy/eightball,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bdC" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdD" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdE" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"bdF" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdG" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdH" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bdJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Telecommunications Control Room Maintenance"; req_access_txt = "61"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/bridge) -"bdK" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/office) -"bdL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bdM" = (/turf/open/floor/plasteel,/area/quartermaster/office) -"bdN" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bdO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Pool External Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bdP" = (/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) -"bdQ" = (/obj/machinery/door/airlock/command{name = "Bridge"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"bdR" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"bdS" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/bridge) -"bdT" = (/obj/effect/turf_decal/bot,/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/item/hand_labeler,/obj/item/hand_labeler,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bdU" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bdV" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bdW" = (/obj/structure/mineral_door/woodrustic{name = "Sauna"},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bdX" = (/obj/structure/table/wood,/obj/item/storage/box/donkpockets,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bdY" = (/obj/structure/sign/warning/fire,/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) -"bdZ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/quartermaster/sorting) -"bea" = (/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/poster/official/report_crimes{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"beb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/courtroom/jury) -"bec" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/mixing) -"bed" = (/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel,/area/science/mixing) -"bee" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bef" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area) -"beg" = (/obj/effect/turf_decal/bot_white,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"beh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area) -"bei" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"bej" = (/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bek" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bel" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bem" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "hot loop to generator"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"ben" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"beo" = (/turf/open/floor/plasteel/white,/area/gateway) -"bep" = (/obj/structure/table/wood,/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/hor"; dir = 8; name = "Research Director's Office APC"; pixel_x = -24},/obj/item/reagent_containers/food/snacks/muffin/berry,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"beq" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "generator to cold loop"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"ber" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bes" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/space/nearstation) -"bet" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"beu" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bev" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"bew" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/central) -"bex" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"bey" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall/rust,/area/space/nearstation) -"bez" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/office) -"beA" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/chapel/main) -"beB" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/quartermaster/office) -"beC" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical,/obj/item/radio/off,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/tcommsat/computer) -"beD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/space/nearstation) -"beE" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/fans/tiny,/obj/structure/plasticflaps,/turf/open/floor/plating,/area/maintenance/disposal) -"beF" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"beG" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/landmark/start/lawyer,/obj/structure/chair/stool,/turf/open/floor/plasteel/dark,/area/lawoffice) -"beH" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"beI" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"beJ" = (/turf/open/floor/plasteel,/area/hallway/primary/central) -"beK" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"beL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"beM" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"beN" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/primary/central) -"beO" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"beP" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"beQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/security/detectives_office) -"beR" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) -"beS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"beT" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"beU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"beV" = (/obj/machinery/button/door{id = "executionspaceblast"; name = "Vent to Space"; pixel_x = 25; pixel_y = -5; req_access_txt = "7"},/obj/machinery/button/ignition{id = "executionburn"; pixel_x = 24; pixel_y = 5},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/port/fore) -"beW" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"beX" = (/obj/structure/closet/crate,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"beY" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/noticeboard{pixel_y = 28},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"beZ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bfa" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/port/fore) -"bfb" = (/obj/machinery/computer/card/minor/qm,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/keycard_auth{pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bfc" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/quartermaster/office) -"bfd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfe" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/quartermaster/office) -"bff" = (/turf/closed/wall/r_wall,/area/quartermaster/qm) -"bfg" = (/obj/structure/closet,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bfh" = (/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"bfi" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfj" = (/mob/living/simple_animal/butterfly,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"bfk" = (/mob/living/simple_animal/kiwi,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"bfl" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfm" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) -"bfn" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "cold loop to space"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"bfo" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) -"bfp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4},/obj/machinery/sparker/toxmix{pixel_x = 25},/turf/open/floor/engine/vacuum,/area/science/mixing) -"bfq" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 5; id = "laborcamp_home"; name = "fore bay 1"; roundstart_template = /datum/map_template/shuttle/labour/cog; width = 9},/turf/open/space/basic,/area/space) -"bfr" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/white,/area/science/circuit) -"bfs" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "QM #1"},/mob/living/simple_animal/bot/mulebot{beacon_freq = 1400; home_destination = "QM #1"; suffix = "#1"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bft" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side,/area/hallway/primary/central) -"bfu" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) -"bfv" = (/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bfw" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel,/area/security/brig) -"bfx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/gateway) -"bfy" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/components/unary/thermomachine/heater/on,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bfz" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/chapel/office) -"bfA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Bridge Access"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"bfB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Chapel Morgue"; req_access_txt = "22;27"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bfC" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/qm) -"bfD" = (/obj/structure/grille,/turf/open/floor/plating,/area/quartermaster/sorting) -"bfE" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 5; id = "mail"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/quartermaster/sorting) -"bfF" = (/obj/machinery/space_heater,/obj/structure/sign/poster/official/no_erp{pixel_y = 32},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bfG" = (/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bfH" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/button/crematorium{id = "foo"; pixel_x = 8; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bfI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = "/area/engine/storage_shared"; dir = 1; name = "Electrical Substation APC"; pixel_y = 26},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"bfJ" = (/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bfK" = (/obj/structure/table/wood,/obj/item/storage/fancy/candle_box{pixel_x = -11; pixel_y = 5},/obj/item/reagent_containers/food/drinks/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/paper/fluff/cogstation/letter_chap{pixel_x = 10; pixel_y = 2},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"bfL" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"bfM" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/structure/bedsheetbin/towel,/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bfN" = (/obj/effect/decal/cleanable/cobweb,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bfO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jazz Lounge"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bfP" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bfQ" = (/obj/machinery/light/small,/obj/item/candle,/obj/item/trash/candle,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bfR" = (/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bfS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bfT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/chapel/office) -"bfU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bfV" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/main) -"bfW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bfX" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/cable{icon_state = "2-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bfY" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "QM #2"},/mob/living/simple_animal/bot/mulebot{home_destination = "QM #2"; suffix = "#2"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bfZ" = (/obj/effect/turf_decal/delivery,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bga" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bgb" = (/obj/structure/disposalpipe/sorting/mail{sortType = 30},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bgc" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/sign/directions/command{dir = 8; pixel_x = -32; pixel_y = -32},/turf/open/floor/plasteel/dark/corner{dir = 8},/area/hallway/primary/central) -"bgd" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) -"bge" = (/turf/closed/wall/r_wall,/area/storage/primary) -"bgf" = (/turf/closed/wall,/area/quartermaster/warehouse) -"bgg" = (/obj/machinery/light{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bgh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 6},/turf/open/space/basic,/area/space/nearstation) -"bgi" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space) -"bgj" = (/obj/structure/table,/obj/item/weldingtool/mini,/obj/item/light/tube,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bgk" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "mail"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"bgl" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/turf/open/floor/plasteel,/area/storage/primary) -"bgm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bgn" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/storage/primary) -"bgo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/chapel/main) -"bgp" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bgq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bgr" = (/obj/structure/table/wood,/obj/item/clothing/head/helmet/skull,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/office) -"bgt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bgu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgv" = (/obj/effect/landmark/xeno_spawn,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bgw" = (/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bgx" = (/obj/structure/table/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgy" = (/obj/structure/closet,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/security/courtroom/jury"; dir = 4; name = "Jury Room APC"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/security/courtroom/jury) -"bgz" = (/obj/structure/chair,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgA" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgB" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/lightreplacer,/obj/item/lightreplacer,/obj/item/stack/rods/fifty,/obj/item/stack/rods/fifty,/turf/open/floor/plasteel,/area/storage/primary) -"bgC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/science/mixing) -"bgD" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/item/target,/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/test_area) -"bgE" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/turf/open/floor/plating,/area/hallway/primary/central) -"bgG" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) -"bgH" = (/obj/machinery/pipedispenser,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bgI" = (/obj/machinery/pipedispenser/disposal,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bgJ" = (/obj/machinery/portable_atmospherics/pump,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bgK" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bgL" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"bgN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/primary/central) -"bgO" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/light{dir = 8},/obj/item/wrench,/obj/item/pipe_dispenser,/mob/living/simple_animal/sloth/paperwork,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bgP" = (/obj/item/analyzer,/obj/item/caution,/turf/open/floor/plating,/area/maintenance/disposal) -"bgQ" = (/turf/closed/wall,/area/quartermaster/qm) -"bgR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) -"bgS" = (/obj/machinery/computer/bounty,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bgT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/storage) -"bgU" = (/obj/machinery/computer/cargo,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bgV" = (/turf/closed/wall/r_wall,/area/quartermaster/storage) -"bgW" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hor) -"bgX" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"bgY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/hallway/primary/central) -"bgZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"bha" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bhb" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"bhc" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bhd" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/office) -"bhe" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/quartermaster/office) -"bhg" = (/obj/structure/chair/stool,/obj/machinery/camera{c_tag = "Pool - Sauna"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/turf/open/floor/wood,/area/crew_quarters/fitness/cogpool) -"bhh" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/security/courtroom) -"bhi" = (/obj/effect/decal/cleanable/dirt,/obj/item/clothing/head/cone,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bhk" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bhl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall/mineral/wood,/area/crew_quarters/fitness/cogpool) -"bhm" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bhn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"bho" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/turf/open/floor/plasteel,/area/storage/primary) -"bhp" = (/obj/machinery/light/small{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bhq" = (/obj/structure/chair/sofa/right,/obj/item/instrument/recorder,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bhr" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bhs" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bht" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bhu" = (/obj/effect/turf_decal/bot,/obj/machinery/recharge_station,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bhv" = (/obj/structure/chair/sofa/left,/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bhw" = (/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster/contraband/cc64k_ad{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhx" = (/obj/machinery/vending/coffee,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/wood,/area/medical/medbay/lobby) -"bhy" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor/auto{id = "sec"},/obj/machinery/door/poddoor{name = "Security Router"},/turf/open/floor/plating,/area/router/sec) -"bhz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"bhA" = (/obj/item/stack/cable_coil/red,/obj/item/multitool,/obj/item/wrench,/obj/item/stack/sheet/metal/five{pixel_x = 6; pixel_y = -6},/obj/item/paper/fluff/cogstation/letter_arrd,/turf/open/floor/plating,/area/maintenance/disposal) -"bhB" = (/obj/structure/table/wood,/obj/item/stack/packageWrap,/obj/item/paper/fluff/cogstation/bsrb,/obj/item/paper/fluff/cogstation/survey{pixel_x = -4; pixel_y = 2},/turf/open/floor/carpet/royalblue,/area/bridge) -"bhC" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Chapel Air Hookup"; req_one_access_txt = "12;22"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bhE" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bhF" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bhG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhH" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bhI" = (/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"bhJ" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/engine/atmos) -"bhK" = (/turf/open/floor/plasteel,/area/quartermaster/storage) -"bhL" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal"; req_one_access_txt = "12;50"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bhM" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/office) -"bhN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/item/kirbyplants/dead,/turf/open/floor/plasteel,/area/security/main) -"bhO" = (/obj/structure/chair/sofa/right,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bhP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bhQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bhR" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bhS" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bhT" = (/obj/structure/sign/departments/engineering,/turf/closed/wall,/area/hallway/primary/aft) -"bhU" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/janitor) -"bhV" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/obj/item/pen/blue{pixel_x = 4; pixel_y = 4},/obj/item/pen/red{pixel_x = -4; pixel_y = -4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bhW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"bhX" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bhY" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bhZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bia" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bib" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bic" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = -28},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bid" = (/obj/structure/chair/sofa/left,/mob/living/simple_animal/pet/cat/Proc,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bie" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bif" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"big" = (/turf/closed/wall,/area/science/circuit) -"bih" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bii" = (/obj/structure/table/glass,/obj/item/storage/box/matches,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bij" = (/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage) -"bik" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"bil" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/machinery/conveyor{dir = 6; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bim" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/button/massdriver{id = "router_in"; name = "mass driver button (Router)"; pixel_x = 24; pixel_y = -8},/turf/open/floor/plating,/area/maintenance/disposal) -"bin" = (/obj/machinery/computer/mecha{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"bio" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bip" = (/obj/effect/landmark/start/quartermaster,/turf/open/floor/plasteel,/area/quartermaster/qm) -"biq" = (/obj/structure/closet/secure_closet/hop,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/item/clothing/under/rank/civilian/head_of_personnel/suit,/obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt{name = "head of personnel's suitskirt"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bir" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/office) -"bis" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/office) -"bit" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"biu" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"biv" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/quartermaster/office) -"biw" = (/obj/machinery/computer/cargo{dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/button/door{id = "QMLoadDoor"; layer = 4; name = "Cargo Loading Doors"; pixel_x = 24; pixel_y = 6},/obj/machinery/button/door{id = "QMUnloadDoor"; layer = 4; name = "Cargo Unloading Doors"; pixel_x = 24; pixel_y = -6},/obj/machinery/camera{c_tag = "Supply - Cargo Bay"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bix" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Courtroom"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"biy" = (/obj/machinery/vending/clothing,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"biz" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"biA" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"biB" = (/obj/structure/table/wood,/obj/machinery/computer/security/telescreen/rd,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"biC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biD" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"biE" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"biF" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -28},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"biG" = (/obj/structure/displaycase/labcage,/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/camera{c_tag = "Research Director's Office - Starboard"; network = list("ss13","rd")},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"biH" = (/obj/machinery/light/small,/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"biI" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/kirbyplants{icon_state = "plant-20"; pixel_y = 3},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"biJ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"biK" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/science/mixing) -"biL" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall,/area/crew_quarters/heads/chief) -"biM" = (/obj/machinery/vending/assist,/obj/effect/turf_decal/bot,/obj/structure/sign/poster/official/foam_force_ad{pixel_x = 32},/turf/open/floor/plasteel,/area/quartermaster/office) -"biN" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"biO" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"biP" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/gateway) -"biQ" = (/turf/closed/wall,/area/crew_quarters/heads/chief) -"biR" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"biS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biT" = (/obj/machinery/pipedispenser,/turf/open/floor/plasteel,/area/science/mixing) -"biU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"biV" = (/turf/closed/wall,/area/storage/primary) -"biW" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"biY" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"biZ" = (/turf/closed/wall/r_wall,/area/quartermaster/office) -"bja" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bjb" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/storage/toolbox/mechanical,/obj/item/wrench,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/storage/primary) -"bjc" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/plasteel/twenty,/turf/open/floor/plasteel,/area/storage/primary) -"bjd" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bje" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjf" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bjg" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/central) -"bji" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjj" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) -"bjl" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/quartermaster/office) -"bjm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bjn" = (/turf/closed/wall/r_wall,/area/security/checkpoint/supply) -"bjo" = (/obj/machinery/rnd/production/techfab/department/cargo,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bjp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) -"bjq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/conveyor{id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bjr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/quartermaster/storage) -"bjs" = (/obj/machinery/computer/robotics{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"bjt" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"bju" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"bjv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/security/courtroom/jury) -"bjw" = (/obj/item/storage/secure/safe{pixel_x = 4; pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bjx" = (/obj/structure/table/optable,/obj/effect/turf_decal/bot,/obj/item/defibrillator/loaded,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bjy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"bjz" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bjA" = (/obj/machinery/camera{c_tag = "EVA Maintenace - Fore"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/department/eva) -"bjB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/turf/open/floor/plating,/area/security/brig) -"bjC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Jury Room"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/courtroom/jury) -"bjD" = (/turf/closed/wall/r_wall,/area/security/courtroom/jury) -"bjE" = (/obj/structure/table,/obj/structure/extinguisher_cabinet{pixel_y = 29},/obj/item/cigbutt/cigarbutt{pixel_x = 5; pixel_y = -1},/obj/item/phone{pixel_x = -3; pixel_y = 3},/obj/machinery/camera{c_tag = "Atmospherics - Control Room"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/paper/guides/cogstation/letter_atmos,/turf/open/floor/plasteel/dark/corner{dir = 1},/area/engine/atmos) -"bjF" = (/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Head of Personnel APC"; pixel_x = -24},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bjG" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjH" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/department/eva) -"bjI" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bjJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"bjK" = (/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plasteel,/area/storage/primary) -"bjL" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/camera{c_tag = "Pool Maintenance"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bjM" = (/obj/machinery/door/airlock/public/glass{name = "Atmospherics Storage"; req_one_access_txt = "24;31"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bjN" = (/obj/machinery/vending/autodrobe,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bjO" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/item/instrument/piano_synth,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bjP" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bjQ" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant/override,/turf/open/floor/plasteel,/area/quartermaster/office) -"bjR" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjS" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/bot,/obj/structure/sign/poster/official/cohiba_robusto_ad{pixel_x = 32},/turf/open/floor/plasteel,/area/quartermaster/office) -"bjT" = (/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/red{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bjU" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjV" = (/obj/structure/closet{name = "Evidence Closet 5"},/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},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/brig) -"bjW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bjX" = (/obj/structure/rack,/obj/machinery/button/door{id = "marketdoor"; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjY" = (/obj/machinery/holopad,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bjZ" = (/obj/structure/window/reinforced,/obj/machinery/shower{name = "emergency shower"; pixel_y = 12},/obj/effect/turf_decal/delivery,/obj/machinery/door/window/westright{name = "Emergency Shower"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) -"bka" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bkb" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 9; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bkc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light,/obj/machinery/conveyor_switch/oneway{id = "DeliveryConveyer"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bkd" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 8; id = "mail"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bke" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sec1"; location = "bridge2"},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bkf" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bkg" = (/obj/structure/disposalpipe/segment,/obj/machinery/mineral/stacking_unit_console{machinedir = 2},/turf/closed/wall,/area/maintenance/disposal) -"bkh" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bki" = (/obj/machinery/light,/obj/structure/disposalpipe/segment,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bkj" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor_switch/oneway{id = "mail"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bkk" = (/obj/machinery/autolathe,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bkl" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/item/storage/belt/utility,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkm" = (/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Supply - Delivery Office Fore"; network = list("ss13","rd")},/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bkn" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bko" = (/turf/open/floor/plasteel,/area/science/circuit) -"bkp" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkq" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/conveyor/inverted{dir = 9; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bkr" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoadDoor"; name = "Cargo Loading Door"},/turf/open/floor/plating,/area/quartermaster/storage) -"bks" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bkt" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoadDoor"; name = "Cargo Loading Door"},/turf/open/floor/plating,/area/quartermaster/storage) -"bku" = (/obj/structure/closet,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bkv" = (/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bkw" = (/obj/structure/bookcase/random/fiction,/obj/effect/spawner/lootdrop/gambling,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bkx" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hallway/primary/central) -"bky" = (/obj/structure/chair{dir = 4},/obj/effect/landmark/start/research_director,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"bkz" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bkA" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Bridge - Starboard Quarter"; dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"bkB" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bkC" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"bkD" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"bkE" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bkF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) -"bkG" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/crate/engineering,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/rcl/pre_loaded,/obj/item/stock_parts/cell/high/plus,/obj/item/clothing/glasses/meson,/obj/item/cartridge/atmos,/obj/item/cartridge/engineering,/obj/item/cartridge/engineering,/obj/item/cartridge/engineering,/obj/machinery/camera{c_tag = "Chief Engineer's Office"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"bkH" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/engine/atmos) -"bkI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/primary) -"bkJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bkK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/departments/security{pixel_x = -32},/obj/item/cigbutt,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bkL" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bkM" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bkN" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bkO" = (/obj/machinery/vending/kink,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bkP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bkQ" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bkR" = (/obj/machinery/camera{c_tag = "EVA Maintenance - Aft"; dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) -"bkS" = (/obj/machinery/vending/sustenance,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bkT" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"bkU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bkV" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/department/eva) -"bkW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Pool Exterior Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bkX" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/sorting) -"bkY" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/closet/crate/engineering,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bkZ" = (/turf/open/floor/engine/n2,/area/engine/atmos) -"bla" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blb" = (/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blc" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bld" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/storage) -"ble" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"blf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Personnel's Office"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"blg" = (/obj/effect/turf_decal/caution/stand_clear,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/quartermaster/storage) -"blh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bli" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blj" = (/obj/structure/sign/warning/docking,/turf/closed/wall/r_wall,/area/space/nearstation) -"blk" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/landmark/start/assistant,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bll" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blm" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bln" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blo" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blp" = (/turf/closed/wall/r_wall,/area/hallway/secondary/exit) -"blq" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/wardrobe/engi_wardrobe,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) -"blr" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bls" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/sign/poster/official/ion_rifle{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) -"blt" = (/obj/machinery/computer/card/minor/ce{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"blu" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"blv" = (/obj/machinery/computer/operating,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"blw" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"blx" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/storage/backpack/duffelbag/med/surgery,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bly" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"blz" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"blA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"blB" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) -"blC" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"blE" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"blF" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/hallway/primary/central) -"blG" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/engine,/area/science/mixing) -"blH" = (/obj/structure/chair,/obj/machinery/button/massdriver{id = "toxinsdriver"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"blI" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/engine,/area/science/mixing) -"blJ" = (/obj/structure/table/reinforced,/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/tile/neutral{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blK" = (/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/tile/neutral{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "marketdoor"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blL" = (/turf/open/floor/engine/o2,/area/engine/atmos) -"blM" = (/turf/open/floor/engine/air,/area/engine/atmos) -"blN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"blO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/rust,/area/maintenance/department/chapel) -"blQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northleft{name = "Delivery Office"; req_one_access_txt = "31;48"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blR" = (/obj/machinery/computer/bounty{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blS" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/chair,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/closed/wall/r_wall,/area/science/mixing) -"blU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/closet/cardboard,/turf/open/floor/plating,/area/maintenance/aft) -"blV" = (/obj/machinery/computer/cargo{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blW" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -24},/obj/item/storage/toolbox/mechanical,/obj/item/clothing/gloves/color/fyellow,/obj/item/crowbar,/turf/open/floor/plasteel,/area/quartermaster/storage) -"blX" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"blY" = (/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/security/brig) -"blZ" = (/obj/machinery/conveyor_switch/oneway{dir = 8; id = "QMUnload"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bma" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/landmark/start/assistant/override,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/turf/open/floor/plasteel,/area/quartermaster/office) -"bmb" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"bmc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Security's Office"; req_one_access_txt = "58"},/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hos) -"bmd" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/research_director,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"bme" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/exit) -"bmf" = (/obj/structure/sign/departments/evac,/turf/closed/wall/r_wall,/area/hallway/secondary/exit) -"bmg" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmh" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmi" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmj" = (/obj/machinery/vending/wardrobe/cap_wardrobe,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"bmk" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/dice/d6,/obj/machinery/camera{c_tag = "Jazz Lounge"; dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bml" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bmm" = (/obj/machinery/portable_atmospherics/scrubber/huge,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bmn" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmo" = (/turf/closed/wall/rust,/area/maintenance/department/chapel) -"bmp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/fore) -"bmq" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=court"; location = "bridge1"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmr" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bms" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/barthpot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bmt" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bmu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bmv" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bmw" = (/obj/machinery/suit_storage_unit/ce,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"bmx" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) -"bmy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmz" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/primary) -"bmA" = (/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plating{icon_state = "panelscorched"},/area/hallway/secondary/civilian) -"bmB" = (/obj/machinery/light_switch{pixel_x = 24},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bmC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmD" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/gateway) -"bmF" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/turf/closed/wall,/area/crew_quarters/fitness/cogpool) -"bmG" = (/turf/open/floor/engine,/area/gateway) -"bmH" = (/obj/machinery/computer/upload/borg{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bmI" = (/obj/machinery/light{dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/chapel/office"; dir = 4; name = "Chapel Office APC"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bmJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bmK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"bmL" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmM" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bmN" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal Maintenance"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bmO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/crew_quarters/lounge/jazz) -"bmP" = (/obj/machinery/light/small{dir = 8},/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/departments/engineering{pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bmQ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/camera{c_tag = "Engineering Foyer - Starboard"; dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"bmR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Teleport Access"; req_one_access_txt = "17;19"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/teleporter) -"bmS" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/disposal) -"bmT" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"bmU" = (/obj/structure/table/wood,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/item/instrument/saxophone,/obj/item/reagent_containers/food/drinks/bottle/vermouth,/obj/item/clothing/glasses/sunglasses,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bmV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bmW" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) -"bmX" = (/obj/structure/table,/obj/item/folder/yellow{pixel_y = 4},/obj/item/pen{pixel_y = 4},/obj/item/clothing/gloves/color/latex{pixel_y = 4},/obj/item/clothing/mask/surgical{pixel_y = 4},/obj/item/healthanalyzer,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/item/paper/guides/cogstation/cdn_chap,/turf/open/floor/plasteel/dark,/area/chapel/office) -"bmY" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/disposal) -"bmZ" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bna" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnb" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bnc" = (/obj/structure/sign/directions/command{dir = 1; pixel_x = -32; pixel_y = 32},/obj/structure/sign/directions/security{dir = 1; pixel_x = -32; pixel_y = 40},/obj/structure/sign/directions/science{pixel_x = -32; pixel_y = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnd" = (/obj/structure/table/wood,/obj/item/storage/photo_album,/obj/item/storage/box/matches,/obj/item/storage/fancy/cigarettes/cigpack_robust,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bne" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bnf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"bng" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bnh" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/poddoor{id = "DeliveryDoor"; name = "Delivery Door"},/obj/effect/turf_decal/caution/stand_clear{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bni" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/item/clipboard,/obj/item/stamp,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/pen/red,/obj/item/pen/blue{pixel_x = -5; pixel_y = -3},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bnj" = (/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'BOMB RANGE"; name = "BOMB RANGE"},/turf/closed/wall,/area/science/test_area) -"bnk" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/mixing) -"bnl" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bnm" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) -"bnn" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/door/window/southleft{name = "Cargo Desk"; req_access_txt = "31"},/obj/item/folder,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bno" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bnp" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) -"bnq" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/engine/break_room) -"bnr" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bns" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/maintenance/department/eva) -"bnt" = (/obj/machinery/camera{c_tag = "Electrical Substation"; dir = 1},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"bnu" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"bnv" = (/obj/effect/turf_decal/plaque{icon_state = "L1"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bnx" = (/obj/effect/turf_decal/plaque{icon_state = "L3"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bny" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/item/paper_bin,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/pen,/obj/item/wirecutters,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bnz" = (/obj/effect/turf_decal/plaque{icon_state = "L5"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnA" = (/obj/effect/turf_decal/plaque{icon_state = "L7"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bnC" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Cargo Freighter Dock"; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnD" = (/obj/effect/turf_decal/plaque{icon_state = "L9"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnE" = (/obj/effect/decal/cleanable/dirt,/obj/item/crowbar,/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bnF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bnG" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel,/area/bridge) -"bnH" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/fore) -"bnI" = (/obj/structure/bed,/obj/effect/landmark/start/head_of_personnel,/obj/item/bedsheet/hop,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bnJ" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bnK" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/teleporter) -"bnL" = (/obj/item/beacon,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/teleporter) -"bnM" = (/obj/effect/turf_decal/delivery,/obj/item/grown/bananapeel,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bnN" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bnO" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/hallway/secondary/exit) -"bnP" = (/obj/effect/turf_decal/plaque{icon_state = "L11"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnQ" = (/obj/machinery/atmospherics/components/binary/valve/digital/on,/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bnR" = (/obj/effect/turf_decal/plaque{icon_state = "L13"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnS" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/fitness/cogpool) -"bnT" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"bnU" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/wrench,/obj/item/flashlight,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/eva) -"bnV" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"bnW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"bnX" = (/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/red{dir = 1},/obj/structure/closet/secure_closet/security/cargo,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bnY" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bnZ" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/pen/blue,/obj/machinery/camera{c_tag = "Customs - Fore"; dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPFore"; name = "HoP Fore Desk Shutters"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"boa" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/closed/wall,/area/crew_quarters/heads/chief) -"bob" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/closed/wall,/area/crew_quarters/heads/chief) -"boc" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 10},/turf/closed/wall,/area/crew_quarters/heads/chief) -"bod" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/window/southleft{name = "Primary Tool Storage Desk"; req_access_txt = "11"},/obj/item/folder/yellow,/turf/open/floor/plasteel,/area/storage/primary) -"boe" = (/obj/machinery/door/airlock/vault{name = "Vault Door"; req_access_txt = "53"},/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/nuke_storage) -"bof" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Pool Exterior Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/space/basic,/area/crew_quarters/fitness/cogpool) -"bog" = (/obj/machinery/light{dir = 1},/turf/open/floor/grass,/area/hallway/secondary/exit) -"boh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"boi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"boj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bok" = (/obj/structure/table/wood,/obj/item/paicard,/obj/item/toy/sword,/obj/item/toy/figure/assistant,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bol" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/teleporter) -"bom" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bon" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"boo" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) -"bop" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/door/window/eastleft{name = "Operating Theatre"; req_access_txt = "45"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"boq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bor" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bos" = (/obj/structure/table,/obj/item/stack/sheet/cardboard/fifty,/obj/item/stack/wrapping_paper,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/glass,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bot" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bou" = (/obj/effect/turf_decal/plaque{icon_state = "L2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bov" = (/obj/effect/turf_decal/loading_area{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bow" = (/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) -"box" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"boy" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"boz" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"boA" = (/turf/closed/wall,/area/security/detectives_office) -"boB" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) -"boC" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/sign/departments/cargo{pixel_x = 32},/turf/open/floor/plating,/area/quartermaster/warehouse) -"boD" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/obj/machinery/door/poddoor{id = "QMUnloadDoor"; name = "Cargo Unloading Door"},/turf/open/floor/plating,/area/quartermaster/storage) -"boE" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/turf/open/floor/plating,/area/quartermaster/storage) -"boF" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 8; id = "QMUnload"},/obj/machinery/door/poddoor{id = "QMUnloadDoor"; name = "Cargo Unloading Door"},/turf/open/floor/plating,/area/quartermaster/storage) -"boG" = (/obj/machinery/space_heater,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/weldingtool,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/sign/departments/engineering{pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"boH" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"boI" = (/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) -"boJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/machinery/computer/security/telescreen/toxins{dir = 8; pixel_x = 24},/turf/open/floor/plasteel,/area/science/mixing) -"boK" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/miningoffice) -"boL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"boM" = (/obj/machinery/mineral/ore_redemption{input_dir = 4; output_dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boN" = (/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boO" = (/obj/effect/turf_decal/tile/bar{dir = 1},/obj/item/storage/box/drinkingglasses{pixel_y = 4},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark/side{dir = 4},/area/crew_quarters/bar) -"boP" = (/obj/structure/tank_dispenser/oxygen,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boQ" = (/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/red{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) -"boR" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/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/red{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) -"boS" = (/obj/structure/sign/mining,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) -"boT" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boU" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boV" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"boW" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boX" = (/obj/item/beacon,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"boY" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"boZ" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bpa" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/door/window/westleft{name = "Treatment Center"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bpb" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bpc" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bpd" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpe" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/door/window/eastright{name = "Operating Theatre"; req_access_txt = "45"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bpf" = (/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bph" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bpi" = (/obj/structure/flora/junglebush/b,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bpj" = (/obj/structure/flora/junglebush,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bpk" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpl" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/autolathe/secure{name = "public autolathe"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bpm" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/aft) -"bpn" = (/obj/effect/turf_decal/plaque{icon_state = "L4"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpo" = (/obj/machinery/holopad,/turf/open/floor/carpet/red,/area/security/brig) -"bpp" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpq" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/engine/air,/area/engine/atmos) -"bpr" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bps" = (/obj/machinery/power/apc{areastring = "/area/crew_quarters/lounge/jazz"; name = "Jazz Lounge APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bpt" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bpu" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpv" = (/turf/closed/wall/r_wall,/area/engine/break_room) -"bpw" = (/obj/effect/turf_decal/plaque{icon_state = "L6"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpy" = (/obj/effect/turf_decal/plaque{icon_state = "L8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/observer_start,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpz" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bpA" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bpB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/hallway/primary/aft) -"bpC" = (/obj/effect/turf_decal/plaque{icon_state = "L10"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpD" = (/turf/open/floor/plating,/area/maintenance/aft) -"bpE" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"bpF" = (/obj/effect/turf_decal/plaque{icon_state = "L12"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpG" = (/obj/effect/turf_decal/plaque{icon_state = "L14"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpH" = (/obj/machinery/jukebox,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bpI" = (/obj/effect/turf_decal/delivery,/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bpJ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/lounge/jazz) -"bpK" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"bpL" = (/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/engine/engine_smes{name = "Power Monitoring"}) -"bpM" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel,/area/science/mixing) -"bpN" = (/obj/structure/grille,/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bpO" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"bpP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bpQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bpR" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/mixing) -"bpS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/carpet/red,/area/security/brig) -"bpT" = (/obj/structure/window/reinforced/spawner,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bpU" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bpV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/atmos{name = "Aft Air Hookup"; req_access_txt = "12;24"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bpW" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/security/brig) -"bpX" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/sign/poster/official/obey{pixel_x = -32},/turf/open/floor/plasteel,/area/security/brig) -"bpY" = (/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bpZ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"bqa" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bqb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/civilian) -"bqc" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/medbay/lobby) -"bqd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqe" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall,/area/medical/medbay/lobby) -"bqf" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bqg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bqh" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bqi" = (/obj/machinery/button/door{id = "HoPFore"; name = "Fore Shutters"; pixel_x = -24; pixel_y = 24; req_access_txt = "57"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bqj" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bql" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/hallway/secondary/civilian) -"bqm" = (/turf/closed/wall,/area/medical/medbay/lobby) -"bqn" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqo" = (/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqp" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bqq" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/line,/obj/machinery/camera{c_tag = "Medbay - Chemistry Lab"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/medical/chemistry) -"bqr" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqs" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bqt" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/obj/item/healthanalyzer,/obj/item/clothing/neck/stethoscope,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bqu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal Maintenance"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bqv" = (/obj/structure/window/reinforced/spawner/east,/turf/open/floor/wood,/area/medical/medbay/lobby) -"bqw" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Engineering - Entrance"; dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"bqx" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqy" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Supply - Mining Office"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bqz" = (/turf/closed/wall,/area/medical/chemistry) -"bqA" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqB" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/library) -"bqC" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqD" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqE" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/central) -"bqG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"bqH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bqI" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/mixing) -"bqJ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4},/obj/machinery/airlock_sensor/incinerator_toxmix{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/engine,/area/science/mixing) -"bqK" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqL" = (/obj/structure/chair{dir = 4},/obj/machinery/light_switch{pixel_x = -24},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bqM" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/dice,/obj/item/toy/cards/deck,/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bqN" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqO" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bqP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bqQ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark/corner,/area/hallway/secondary/entry) -"bqR" = (/obj/machinery/computer/operating{dir = 1},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bqS" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bqT" = (/obj/machinery/computer/crew,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bqU" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bqV" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bqW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"bqX" = (/turf/closed/wall/mineral/titanium/nosmooth,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bqY" = (/obj/structure/sign/directions/medical{pixel_x = -32; pixel_y = -24},/obj/structure/sign/directions/evac{pixel_x = -32; pixel_y = -32},/obj/structure/sign/directions/supply{pixel_x = -32; pixel_y = -40},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqZ" = (/obj/machinery/mineral/equipment_vendor,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bra" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/disposal) -"brb" = (/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) -"brc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"brd" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bre" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/central) -"brf" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/central) -"brg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"brh" = (/obj/structure/sign/departments/custodian{pixel_x = 32},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"bri" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/hallway/secondary/civilian) -"brj" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Central Starboard Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/civilian) -"brk" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/medical/medbay/lobby) -"brl" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/item/paper_bin,/obj/item/reagent_containers/glass/bottle/epinephrine,/obj/item/reagent_containers/dropper,/obj/item/stamp/denied{pixel_x = -8; pixel_y = -2},/obj/item/stamp{pixel_x = -8; pixel_y = 2},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"brm" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"brn" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hydroponics) -"bro" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/department/eva) -"brp" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/machinery/smartfridge/disks,/turf/open/floor/plasteel,/area/hydroponics) -"brq" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"brr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning{name = "\improper WARNING: MOVING MACHINERY"; pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"brs" = (/turf/open/floor/plating/airless,/area/space/nearstation) -"brt" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/chapel/office) -"bru" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"brv" = (/obj/machinery/disposal/bin,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"brw" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/gateway) -"brx" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/storage/tools) -"bry" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"brz" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/power/apc{areastring = "/area/science/research"; name = "Research Sector APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"brA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/poster/official/pda_ad600{pixel_y = -32},/turf/open/floor/plasteel/dark,/area/crew_quarters/lounge/jazz) -"brB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"brC" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/tools) -"brD" = (/obj/structure/table,/obj/machinery/door/window/eastright{name = "Auxiliary Tool Storage Desk"; req_access_txt = "12"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/folder,/turf/open/floor/plasteel,/area/storage/tools) -"brE" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"brF" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/chemistry) -"brG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"brH" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/chemistry) -"brI" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Aft"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"brJ" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"brK" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/chem_dispenser,/obj/machinery/airalarm{pixel_y = 24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/medical/chemistry) -"brL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating/airless,/area/space/nearstation) -"brM" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Merchant Plaza"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"brN" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"brO" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"brP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal) -"brQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"brR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "31"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"brS" = (/obj/machinery/suit_storage_unit/open,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"brT" = (/obj/machinery/suit_storage_unit/open,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"brU" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/medbay/lobby) -"brV" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"brW" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock{name = "Chapel Maintenance"; req_one_access_txt = "12;22;26;27;50"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"brX" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"brY" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/camera{c_tag = "Waste Disposal - Aft"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"brZ" = (/obj/item/kirbyplants{icon_state = "plant-02"},/turf/open/floor/wood,/area/medical/medbay/lobby) -"bsa" = (/obj/structure/table/glass,/obj/item/scalpel,/obj/item/storage/box/cups,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/wood,/area/medical/medbay/lobby) -"bsb" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/port/central) -"bsc" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/table/glass,/obj/item/reagent_containers/glass/bottle/ammonia,/obj/item/toy/figure/botanist{pixel_x = 8},/turf/open/floor/plasteel,/area/hydroponics) -"bsd" = (/obj/structure/closet/crate/hydroponics,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/accessory/armband/hydro{pixel_y = 4},/obj/item/clothing/suit/hooded/wintercoat/hydro{pixel_y = 4},/turf/open/floor/plasteel,/area/hydroponics) -"bse" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bsf" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/bed/dogbed/ian,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/sign/poster/official/love_ian{pixel_y = 32},/mob/living/simple_animal/pet/dog/corgi/Ian,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bsg" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) -"bsh" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Recycler Exterior Access"; req_one_access_txt = "13;50"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bsi" = (/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bsj" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/green,/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics) -"bsk" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hydroponics) -"bsl" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"bsm" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"bsn" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table/glass,/obj/machinery/plantgenes{pixel_y = 6},/turf/open/floor/plasteel,/area/hydroponics) -"bso" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/storage/tools) -"bsp" = (/turf/open/floor/wood,/area/medical/medbay/lobby) -"bsq" = (/obj/structure/table,/obj/machinery/door/window/southleft{name = "Auxiliary Tool Storage Desk"; req_access_txt = "12"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/book/manual/wiki/engineering_hacking,/turf/open/floor/plasteel,/area/storage/tools) -"bsr" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/table,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty{pixel_x = -6; pixel_y = 2},/turf/open/floor/plasteel,/area/storage/tools) -"bss" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/item/hand_labeler{pixel_y = 8},/obj/item/storage/firstaid/regular,/obj/item/book/manual/wiki/medicine{pixel_x = -6},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bst" = (/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bsu" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bsv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/vacuum/external,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bsw" = (/turf/open/floor/plasteel/stairs/left,/area/hydroponics) -"bsx" = (/obj/structure/lattice,/turf/closed/wall/r_wall,/area/crew_quarters/fitness/cogpool) -"bsy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"bsz" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bsA" = (/turf/open/floor/plasteel/stairs/right,/area/hydroponics) -"bsB" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/hydroponics) -"bsC" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/camera{c_tag = "Hydroponics - Aft"},/turf/open/floor/plasteel,/area/hydroponics) -"bsD" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) -"bsE" = (/obj/structure/reagent_dispensers/watertank/high,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/item/reagent_containers/glass/bucket,/turf/open/floor/grass,/area/hydroponics) -"bsF" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/grass,/area/hydroponics) -"bsG" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/structure/sign/poster/contraband/borg_fancy_2{pixel_y = 32},/turf/open/floor/plasteel,/area/maintenance/aft) -"bsH" = (/obj/structure/table/glass,/obj/item/storage/box/syringes{pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) -"bsI" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"bsJ" = (/obj/structure/table/glass,/obj/item/reagent_containers/spray/plantbgone{pixel_x = 12; pixel_y = 8},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 2; pixel_y = 9},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 6; pixel_y = 4},/turf/open/floor/grass,/area/hydroponics) -"bsK" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light,/turf/open/floor/grass,/area/hydroponics) -"bsL" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/reagentgrinder{pixel_y = 8},/obj/item/storage/box/syringes,/obj/item/storage/box/beakers{pixel_x = -2; pixel_y = -2},/turf/open/floor/plasteel,/area/medical/chemistry) -"bsM" = (/turf/closed/wall,/area/science/robotics/lab) -"bsN" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/cable_coil/random,/obj/item/grenade/chem_grenade,/obj/item/grenade/chem_grenade,/obj/item/grenade/chem_grenade,/obj/item/screwdriver{pixel_x = -2; pixel_y = 6},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/medical/chemistry) -"bsO" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) -"bsP" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/medical/chemistry) -"bsQ" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/medical/chemistry) -"bsR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bsS" = (/obj/machinery/door/window/northleft{name = "Chapel Office"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"bsT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"bsU" = (/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bsV" = (/turf/closed/wall,/area/maintenance/aft) -"bsW" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/chaplain,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"bsX" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bsY" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/maintenance/aft) -"bsZ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/aft) -"bta" = (/turf/closed/wall/r_wall,/area/storage/tech) -"btb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/computer/secure_data,/obj/machinery/requests_console{department = "Detective"; departmentType = 5; name = "Detective's Office RC"; pixel_y = 30},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"btc" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Custodial Closet APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/janitor) -"btd" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bte" = (/obj/structure/sign/warning/vacuum/external,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) -"btf" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/medical/medbay/lobby) -"btg" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bth" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) -"bti" = (/obj/machinery/door/window/eastleft{name = "Waiting Room"},/turf/open/floor/wood,/area/medical/medbay/lobby) -"btj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"btk" = (/obj/structure/sign/poster/official/nanomichi_ad{pixel_x = 32},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"btl" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"btm" = (/obj/machinery/disposal/bin{name = "Chapel Mailbox"},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/delivery/white,/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; name = "Chapel RC"; pixel_x = -32},/turf/open/floor/plasteel/dark,/area/chapel/office) -"btn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"bto" = (/turf/open/floor/plasteel,/area/science/robotics/lab) -"btp" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"btq" = (/obj/machinery/vending/cigarette,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"btr" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bts" = (/obj/effect/decal/cleanable/dirt,/obj/structure/light_construct/small{icon_state = "bulb-construct-stage1"; dir = 1},/turf/open/floor/plasteel,/area/maintenance/aft) -"btt" = (/obj/structure/chair{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Civilian Wing Hallway - Aft"; dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/civilian) -"btu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/hallway/secondary/civilian) -"btv" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft) -"btw" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/plating/airless,/area/router) -"btx" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/aft) -"bty" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"btz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btA" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btC" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Tech Storage"; req_access_txt = "23"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/storage/tech) -"btF" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"btG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) -"btH" = (/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"btI" = (/obj/structure/closet/secure_closet/brig{name = "Detainee Locker"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"btJ" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall/r_wall,/area/hallway/secondary/civilian) -"btK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/exit) -"btL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"btM" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fountain,/obj/machinery/newscaster{pixel_x = 30},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"btN" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/rack,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/stack/cable_coil/random,/obj/item/weldingtool,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"btO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"btP" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/central) -"btQ" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/AI,/turf/open/floor/plating,/area/storage/tech) -"btR" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/department/eva) -"btS" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"btT" = (/turf/closed/wall/r_wall,/area/router) -"btU" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/medical/medbay/lobby) -"btV" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/storage/tech) -"btW" = (/obj/structure/table,/obj/machinery/light,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel,/area/quartermaster/office) -"btX" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"btY" = (/obj/machinery/door/window/eastright{name = "Waiting Room"},/turf/open/floor/wood,/area/medical/medbay/lobby) -"btZ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) -"bua" = (/turf/closed/wall/r_wall,/area/science/robotics/mechbay) -"bub" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"buc" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bud" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{id = "router_off"},/turf/open/floor/plating,/area/router) -"bue" = (/turf/closed/wall/r_wall,/area/router/eva) -"buf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/structure/plasticflaps,/obj/machinery/door/window/northleft{name = "Showers"; req_one_access_txt = "29;47"},/turf/open/floor/plasteel,/area/science/lab) -"bug" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/chapel/office) -"buh" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/maintenance/disposal) -"bui" = (/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"buj" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/maintenance/aft) -"buk" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bul" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/aft) -"bum" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) -"bun" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"buo" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bup" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"buq" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/router) -"bur" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bus" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "public_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) -"but" = (/turf/closed/wall/mineral/titanium/nosmooth,/area/hallway/primary/central) -"buu" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/department/chapel) -"buv" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"buw" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bux" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"buy" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"buz" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/cargo_technician,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"buA" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) -"buB" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"buC" = (/obj/structure/table/reinforced,/obj/item/integrated_circuit_printer,/obj/item/integrated_electronics/wirer,/turf/open/floor/plasteel/white,/area/science/circuit) -"buD" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"buE" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "router"},/turf/open/floor/plating,/area/router) -"buF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"buG" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"buH" = (/obj/effect/decal/cleanable/dirt,/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"buI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/department/chapel) -"buJ" = (/obj/item/beacon,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"buK" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"buL" = (/obj/structure/closet/crate/coffin,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) -"buM" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/button/door{id = "capblast"; name = "Window Blast Door Control"; pixel_x = -6; pixel_y = -3; req_access_txt = "19"},/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"buN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/rust,/area/chapel/main) -"buO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"buP" = (/obj/item/trash/plate,/obj/item/lighter/greyscale,/obj/item/clothing/mask/cigarette/cigar/cohiba,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"buQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Chapel Morgue"; req_access_txt = "27"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) -"buR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"buS" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/cmo) -"buT" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/sign/poster/official/soft_cap_pop_art{pixel_x = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"buU" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/chips{pixel_x = 3; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"buV" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/processor,/obj/item/circuitboard/machine/telecomms/bus,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"buW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/janitor) -"buX" = (/obj/structure/chair/stool,/obj/effect/landmark/start/bartender,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"buY" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"buZ" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/soulstone/anybody/chaplain,/obj/item/organ/heart,/obj/item/book/granter/spell/smoke/lesser,/obj/item/nullrod,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"bva" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall,/area/janitor) -"bvb" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Electrical Substation"; req_access_txt = "10"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"bvc" = (/obj/machinery/computer/cargo/request,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/router/eva) -"bvd" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bve" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Construction Area"; req_access_txt = "12"},/turf/open/floor/plating,/area/construction) -"bvf" = (/obj/item/kirbyplants{icon_state = "plant-10"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"bvg" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/effect/turf_decal/bot,/obj/machinery/requests_console{department = "EVA Router"; name = "EVA Router RC"; pixel_y = 28},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/router/eva) -"bvh" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bvi" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bvj" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bvk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvl" = (/obj/item/trash/plate,/obj/item/kitchen/fork,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bvm" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bvn" = (/obj/machinery/rnd/production/protolathe/department/science,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/lab) -"bvo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bvp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/checkpoint) -"bvq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bvr" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bvs" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) -"bvt" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bvu" = (/turf/closed/wall/r_wall,/area/chapel/office) -"bvv" = (/turf/closed/wall/r_wall/rust,/area/hydroponics/garden{name = "Nature Preserve"}) -"bvw" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bvx" = (/obj/structure/grille,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvy" = (/turf/open/floor/plasteel/white,/area/science/mixing) -"bvz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/router/eva) -"bvA" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bvB" = (/turf/closed/wall/r_wall/rust,/area/router) -"bvC" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/mob/living/simple_animal/hostile/retaliate/goat{name = "Pete"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bvD" = (/obj/machinery/camera{c_tag = "Bar - Starboard"; dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bvE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/holopad,/turf/open/floor/carpet,/area/chapel/main) -"bvF" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bvG" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bvH" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/crew_quarters/bar) -"bvI" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/department/chapel) -"bvJ" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/head_of_personnel,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bvK" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bvL" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bvM" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "Routing Depot - Aft Exterior"; pixel_x = 22},/turf/open/space/basic,/area/router) -"bvN" = (/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/closed/wall,/area/maintenance/department/chapel) -"bvO" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvP" = (/obj/machinery/space_heater,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvQ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"bvR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bvS" = (/obj/machinery/portable_atmospherics/canister/air,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvT" = (/turf/open/floor/plasteel/dark,/area/chapel/office) -"bvU" = (/obj/item/caution,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/biohazard{pixel_x = -32},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bvV" = (/obj/structure/table,/obj/machinery/light/small,/obj/item/storage/pill_bottle/epinephrine,/obj/item/wrench{pixel_x = -8},/obj/item/extinguisher{pixel_x = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bvW" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bvX" = (/obj/machinery/door/airlock/external{name = "External Construction Access"; req_one_access_txt = "10;31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bvY" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bvZ" = (/obj/item/folder,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bwa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) -"bwb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/camera{c_tag = "Chapel Air Hookup"; dir = 1},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwc" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwd" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bwe" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwf" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bwg" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bwh" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/obj/machinery/requests_console{department = "Routing Depot"; name = "Routing Depot RC"; pixel_y = 28},/obj/machinery/button/massdriver{id = "eva_in"; name = "mass driver button (EVA)"; pixel_x = -24},/obj/machinery/button/massdriver{id = "public_in"; name = "mass driver button (Public)"; pixel_x = -24; pixel_y = 8},/turf/open/floor/plasteel,/area/router) -"bwi" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bwj" = (/obj/machinery/space_heater,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwk" = (/obj/machinery/chem_master,/turf/open/floor/plating{icon_state = "platingdmg2"},/area/maintenance/disposal) -"bwl" = (/obj/structure/closet/secure_closet/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/sign/poster/official/safety_report{pixel_x = 32},/turf/open/floor/plasteel,/area/security/checkpoint) -"bwm" = (/obj/structure/sign/departments/science,/turf/closed/wall/r_wall,/area/gateway) -"bwn" = (/obj/structure/disposalpipe/junction{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwo" = (/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bwp" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bwq" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bwr" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bws" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/autolathe/secure{name = "public autolathe"},/turf/open/floor/plating,/area/maintenance/disposal) -"bwt" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bwu" = (/obj/structure/cable{icon_state = "1-2"},/obj/item/trash/can,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bwv" = (/obj/machinery/disposal/bin{name = "Mass Driver"},/obj/structure/sign/warning/deathsposal{pixel_x = 32},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bww" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bwx" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/janitor) -"bwy" = (/obj/machinery/vending/wardrobe/jani_wardrobe,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/janitor) -"bwz" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bwA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"bwB" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/bot_assembly/medbot,/obj/item/clothing/head/hardhat{pixel_x = -2; pixel_y = 6; pressure_resistance = 6},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bwC" = (/obj/structure/table,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/item/storage/box/mousetraps,/obj/item/light/tube,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/machinery/camera{c_tag = "Routing Depot"},/turf/open/floor/plasteel,/area/router) -"bwD" = (/obj/structure/table/reinforced,/obj/item/analyzer,/obj/item/wrench,/obj/item/screwdriver,/turf/open/floor/plasteel/white,/area/science/mixing) -"bwE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwF" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bwG" = (/obj/item/cigbutt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/event_spawn,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bwH" = (/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/mre/menu2/safe,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/glass,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bwI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bwJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"bwK" = (/obj/machinery/camera{c_tag = "Research - Gateway Chamber"; network = list("ss13","rd")},/turf/open/floor/engine,/area/gateway) -"bwL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) -"bwM" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Central Starboard Maintenance"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/hostile/retaliate/bat,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bwN" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Toxins Lab - Port"; network = list("ss13","rd")},/obj/machinery/meter,/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bwO" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bwP" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/break_room) -"bwQ" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/conveyor{dir = 1; id = "router_off"},/turf/open/floor/plating,/area/router) -"bwR" = (/turf/open/floor/plasteel,/area/engine/break_room) -"bwS" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/disposal/deliveryChute{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bwT" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bwU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bwV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/break_room) -"bwW" = (/turf/closed/wall,/area/maintenance/disposal) -"bwX" = (/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bwY" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) -"bwZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/table,/obj/item/clothing/under/misc/mailman,/obj/item/clothing/head/mailman,/obj/item/wirecutters,/obj/item/stack/packageWrap,/turf/open/floor/plasteel,/area/router) -"bxa" = (/obj/structure/frame/computer,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/router) -"bxb" = (/obj/machinery/light_switch{pixel_x = -24},/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Waste Disposal - Port"; dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bxc" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bxd" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bxe" = (/obj/item/stack/tile/plasteel{pixel_x = 6; pixel_y = 13},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bxf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "EVA Router"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eva) -"bxg" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 14},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bxh" = (/obj/machinery/disposal/bin{name = "Corpse Disposal"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bxi" = (/obj/structure/closet/l3closet/janitor,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/item/clothing/gloves/color/purple,/obj/item/clothing/gloves/color/purple,/obj/item/clothing/under/costume/maid,/obj/item/clothing/under/costume/maid,/obj/structure/sign/poster/official/bless_this_spess{pixel_x = -32},/turf/open/floor/plasteel,/area/janitor) -"bxj" = (/turf/closed/wall/r_wall,/area/maintenance/aft) -"bxk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bxl" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bxm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/department/eva) -"bxn" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "AI Core Exterior"; dir = 1},/turf/open/floor/plating/airless,/area/maintenance/department/eva) -"bxo" = (/obj/machinery/door/airlock/external{name = "Telecommunications External Access"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/tcommsat/computer) -"bxp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"bxq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bxr" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/obj/item/radio/off{pixel_x = 4; pixel_y = 4},/obj/item/restraints/legcuffs/beartrap,/obj/item/restraints/legcuffs/beartrap,/turf/open/floor/plasteel,/area/janitor) -"bxs" = (/obj/item/storage/toolbox/mechanical/old,/obj/item/reagent_containers/food/snacks/chips{pixel_x = 3; pixel_y = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"bxt" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bxu" = (/obj/structure/rack,/obj/item/circuitboard/machine/telecomms/broadcaster,/obj/item/circuitboard/machine/telecomms/receiver,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxw" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/aft) -"bxx" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxy" = (/obj/item/trash/candle,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/disposal) -"bxz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/station_alert,/obj/structure/sign/poster/official/safety_eye_protection{pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper/guides/cogstation/letter_eng,/turf/open/floor/plasteel,/area/engine/break_room) -"bxA" = (/obj/machinery/announcement_system,/turf/open/floor/plasteel/dark,/area/tcommsat/computer) -"bxB" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/computer/message_monitor{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxC" = (/obj/structure/closet/emcloset/anchored,/obj/machinery/light/small,/turf/open/floor/plating,/area/tcommsat/computer) -"bxD" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/door/airlock/engineering{name = "Telecommunications Chamber"; req_access_txt = "61"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxE" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bxG" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/disposal) -"bxH" = (/turf/closed/wall,/area/storage/tech) -"bxI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/rack,/obj/item/clothing/gloves/color/fyellow,/obj/item/clothing/suit/hooded/wintercoat/engineering,/obj/item/clothing/suit/hooded/wintercoat/engineering,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/shoes/winterboots,/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxK" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bxL" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bxM" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/hallway/primary/aft) -"bxN" = (/obj/structure/rack,/obj/machinery/light/small{dir = 8},/obj/effect/spawner/lootdrop/techstorage/command,/turf/open/floor/plating,/area/storage/tech) -"bxO" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bxP" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/external{name = "Central Starboard Exterior Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bxQ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxR" = (/obj/effect/turf_decal/bot,/obj/machinery/conveyor_switch{id = "MiningConveyer"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bxS" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bxT" = (/turf/closed/wall/r_wall,/area/science/xenobiology) -"bxU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bxV" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bxW" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxY" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bxZ" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bya" = (/obj/machinery/computer/telecomms/monitor{dir = 1; network = "tcommsat"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"byb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/server) -"byc" = (/obj/machinery/igniter/incinerator_toxmix,/turf/open/floor/engine/vacuum,/area/science/mixing) -"byd" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/item/pen/fountain{pixel_x = 2; pixel_y = 6},/obj/item/stamp/hop,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bye" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"byf" = (/obj/machinery/door/airlock/engineering/glass{name = "Telecommunications Mainframe"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/tcommsat/server) -"byg" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"byh" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"byi" = (/turf/closed/wall/r_wall,/area/tcommsat/server) -"byj" = (/turf/open/floor/plasteel,/area/tcommsat/server) -"byk" = (/obj/machinery/telecomms/message_server,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byl" = (/obj/machinery/door/airlock/engineering/glass{name = "Telecommunications Mainframe"; req_access_txt = "61"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/tcommsat/server) -"bym" = (/obj/machinery/announcement_system,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byn" = (/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"byo" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/pen,/obj/item/pen{pixel_x = 4; pixel_y = 3},/obj/machinery/camera{c_tag = "Chapel Game Room"; dir = 1},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"byp" = (/obj/machinery/telecomms/bus/preset_three,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byq" = (/obj/machinery/telecomms/receiver/preset_left,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byr" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/flashlight/lamp/green,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"bys" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eva) -"byt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) -"byu" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/central) -"byv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Starboard Exterior Access"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) -"byw" = (/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/light{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"byx" = (/obj/machinery/telecomms/processor/preset_three,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byy" = (/obj/machinery/telecomms/bus/preset_one,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byz" = (/obj/machinery/telecomms/receiver/preset_right,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byA" = (/obj/machinery/telecomms/processor/preset_one,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byB" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"byC" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"byD" = (/obj/machinery/camera{c_tag = "Medbay - Lobby"; network = list("ss13","rd")},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"byE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/button/massdriver{id = "eva_out"; pixel_x = 24; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/eva) -"byF" = (/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor/auto{dir = 4; id = "EVA"},/turf/open/floor/plating,/area/router/eva) -"byG" = (/obj/machinery/telecomms/server/presets/service,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byH" = (/obj/machinery/telecomms/server/presets/common,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byI" = (/obj/machinery/telecomms/hub/preset,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byJ" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byK" = (/obj/machinery/telecomms/server/presets/command,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byL" = (/obj/machinery/telecomms/server/presets/science,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"byM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Chapel Maintenance"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"byN" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/medical/morgue) -"byO" = (/obj/effect/decal/cleanable/dirt,/obj/item/stack/tile/plasteel{pixel_x = 3; pixel_y = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/chapel) -"byP" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/maintenance/disposal) -"byQ" = (/turf/closed/wall,/area/medical/morgue) -"byR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"byS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/chapel) -"byT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) -"byU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"byV" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel,/area/hallway/primary/central) -"byW" = (/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"byX" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating/airless,/area/space/nearstation) -"byY" = (/obj/vehicle/ridden/janicart,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/key/janitor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"byZ" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/mass_driver{dir = 4; id = "eva_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/eva) -"bza" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bzb" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bzc" = (/obj/machinery/light/small{dir = 8},/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/security,/turf/open/floor/plating,/area/storage/tech) -"bzd" = (/turf/open/floor/plating,/area/storage/tech) -"bze" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/aft) -"bzf" = (/obj/structure/janitorialcart,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"bzg" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/janitor) -"bzh" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bzi" = (/obj/item/cardboard_cutout,/turf/open/floor/plating,/area/maintenance/disposal) -"bzj" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/item/flashlight,/obj/item/flashlight,/obj/item/assembly/flash,/obj/item/assembly/flash,/obj/item/clothing/glasses/meson,/turf/open/floor/plating,/area/storage/tech) -"bzk" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/storage/tech) -"bzl" = (/obj/structure/closet/secure_closet,/obj/effect/spawner/lootdrop/organ_spawner,/obj/effect/spawner/lootdrop/organ_spawner,/obj/effect/spawner/lootdrop/organ_spawner,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/disposal) -"bzm" = (/obj/machinery/conveyor{dir = 5; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bzn" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bzo" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bzp" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) -"bzq" = (/obj/machinery/light{dir = 8},/obj/structure/sign/warning/pods{pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bzr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/machinery/meter,/turf/closed/wall,/area/hallway/primary/aft) -"bzs" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bzt" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bzu" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) -"bzv" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/structure/plasticflaps,/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) -"bzw" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bzx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Interrogation Room"; req_access_txt = "63"},/turf/open/floor/plasteel/dark,/area/security/brig) -"bzy" = (/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bzz" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/gateway) -"bzA" = (/obj/machinery/power/apc{areastring = "/area/medical/chemistry"; dir = 1; name = "Chemistry APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bzB" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bzC" = (/obj/structure/closet/toolcloset,/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bzD" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "evablock"; name = "EVA Router"},/turf/open/floor/plating,/area/router/eva) -"bzE" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{dir = 4; id = "router_off"},/turf/open/floor/plating,/area/router) -"bzF" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "router_off"},/turf/open/floor/plating,/area/router) -"bzG" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bzH" = (/obj/structure/disposalpipe/segment,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/disposal) -"bzI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bzJ" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bzK" = (/obj/machinery/disposal/bin{name = "Chapel Corpse Delivery"},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bzL" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bzM" = (/obj/structure/window/reinforced/spawner,/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bzN" = (/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bzO" = (/obj/machinery/conveyor_switch/oneway{id = "recycler"; name = "Recycler Conveyor Control"},/turf/open/floor/plating,/area/maintenance/disposal) -"bzP" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/router) -"bzQ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bzR" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bzS" = (/obj/structure/table,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/gloves/color/latex,/obj/item/healthanalyzer,/obj/item/reagent_containers/spray/cleaner,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bzT" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/maintenance/port/central"; dir = 4; name = "Central Port Maintenance APC"; pixel_x = 24},/turf/open/floor/plating,/area/maintenance/port/central) -"bzU" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/machinery/meter,/turf/closed/wall,/area/hallway/primary/aft) -"bzV" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) -"bzW" = (/obj/machinery/vending/assist,/turf/open/floor/plating,/area/storage/tech) -"bzX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; req_access_txt = "7;8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bzY" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/hallway/primary/aft) -"bzZ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/quartermaster/miningoffice) -"bAa" = (/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bAb" = (/turf/open/floor/plating/airless,/area/science/xenobiology) -"bAc" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"bAd" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/external{name = "Central Starboard Exterior Access"; req_access_txt = "13"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bAe" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/router) -"bAf" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/science/xenobiology) -"bAg" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall/r_wall,/area/science/xenobiology) -"bAh" = (/obj/item/reagent_containers/food/condiment/pack/mustard{pixel_x = 6; pixel_y = 3},/obj/item/reagent_containers/food/condiment/pack/ketchup{pixel_x = -2; pixel_y = 6},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -5; pixel_y = 7},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = 1; pixel_y = 3},/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bAi" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel,/area/router) -"bAj" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/janitor) -"bAk" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Recycler"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/turf/open/floor/plating,/area/maintenance/disposal) -"bAl" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bAm" = (/obj/effect/decal/cleanable/dirt,/obj/item/cigbutt,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel,/area/router) -"bAn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bAo" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bAp" = (/obj/structure/bed,/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/bedsheet/purple,/obj/effect/landmark/start/janitor,/turf/open/floor/plasteel,/area/janitor) -"bAq" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bAr" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bAs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bAt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/camera{c_tag = "Fore Maintenance - Starboard"; pixel_x = 22},/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/fore) -"bAu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bAv" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/bed,/obj/item/bedsheet/qm,/obj/effect/landmark/start/quartermaster,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/firealarm{dir = 8; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAw" = (/obj/item/paper/fluff/bee_objectives,/obj/item/toy/plush/beeplushie,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"bAx" = (/obj/machinery/conveyor{dir = 1; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bAy" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bAz" = (/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bAA" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"bAB" = (/obj/item/beacon,/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bAC" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bAD" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/window/eastleft{name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bAE" = (/obj/structure/disposalpipe/segment,/obj/structure/chair/office/light{dir = 8},/obj/machinery/button/door{id = "chem1"; name = "Shutters Control Button"; pixel_x = -8; pixel_y = 24; req_access_txt = "29"},/obj/effect/landmark/start/chemist,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bAF" = (/obj/machinery/gateway/centerstation,/turf/open/floor/engine,/area/gateway) -"bAG" = (/obj/machinery/atmospherics/components/binary/valve{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/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bAH" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bAI" = (/obj/machinery/photocopier,/obj/machinery/requests_console{department = "Law Office"; name = "Law Office RC"; pixel_y = 32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bAJ" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/clothing/neck/stethoscope,/obj/item/clothing/glasses/hud/health,/obj/item/stamp/cmo,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/cmo"; dir = 1; name = "Chief Medical Officer's Office APC"; pixel_y = 24},/mob/living/simple_animal/pet/cat/Runtime,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"bAK" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/disposal) -"bAL" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: WASTE EJECTION"; pixel_x = -32},/turf/open/space/basic,/area/space) -"bAM" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bAN" = (/obj/structure/rack,/obj/item/clothing/suit/space/fragile,/obj/item/clothing/head/helmet/space/fragile,/obj/item/tank/internals/air,/obj/item/flashlight,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bAO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bAP" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bAQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/disposal) -"bAR" = (/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator Room"; req_access_txt = "10"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bAS" = (/turf/closed/wall/r_wall/rust,/area/maintenance/disposal) -"bAT" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bAU" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/mixing) -"bAV" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel/white,/area/science/mixing) -"bAW" = (/obj/structure/sign/poster/official/get_your_legs,/turf/closed/wall,/area/hallway/secondary/exit) -"bAX" = (/obj/structure/table/wood,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/item/paper/fluff/cogstation/letter_cap{pixel_x = -2; pixel_y = 4},/obj/item/flashlight/lamp,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bAY" = (/obj/machinery/status_display,/turf/closed/wall,/area/hallway/secondary/exit) -"bAZ" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/chapel/main) -"bBa" = (/obj/structure/sign/poster/official/help_others,/turf/closed/wall,/area/hallway/secondary/exit) -"bBb" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/grille/broken,/obj/effect/landmark/blobstart,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/department/chapel) -"bBc" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/exit) -"bBd" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/popcorn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bBe" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/sign/warning/pods{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bBf" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/storage/tech) -"bBg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) -"bBh" = (/obj/machinery/conveyor{dir = 1; id = "recycler"},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/disposal) -"bBi" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bBj" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/crew_quarters/heads/captain"; dir = 4; name = "Captain's Quarters APC"; pixel_x = 26},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"bBk" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bBl" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/aft) -"bBm" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) -"bBn" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bBo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"bBp" = (/obj/machinery/conveyor/inverted{dir = 9; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bBq" = (/obj/machinery/recycler,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bBr" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bBs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bBt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bBu" = (/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bBv" = (/turf/closed/wall,/area/router) -"bBw" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) -"bBx" = (/obj/structure/table,/obj/item/storage/toolbox/electrical,/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/obj/item/t_scanner,/turf/open/floor/plating,/area/storage/tech) -"bBy" = (/obj/machinery/recharge_station,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bBz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bBA" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/structure/ore_box,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bBB" = (/obj/machinery/conveyor/auto{id = "router"},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 4},/turf/open/floor/plating,/area/router) -"bBC" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bBD" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bBE" = (/obj/structure/grille,/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bBF" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bBG" = (/obj/machinery/conveyor/inverted{dir = 10; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bBH" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bBI" = (/obj/machinery/computer/shuttle/mining,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bBJ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/science/xenobiology) -"bBK" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/button/door{id = "recycleraccess"; name = "Recycler Access Control"; pixel_y = -24},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bBL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bBM" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bBN" = (/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{dir = 1},/turf/open/floor/engine,/area/science/mixing) -"bBO" = (/turf/closed/wall/r_wall,/area/engine/engine_smes{name = "Power Monitoring"}) -"bBP" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/window/eastright{name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bBQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"bBR" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "Computer Core APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bBS" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bBT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bBU" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/structure/sign/departments/cargo{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bBV" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bBW" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bBX" = (/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bBY" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "EVA Router"; req_access_txt = "19"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/eva) -"bBZ" = (/turf/closed/wall,/area/hallway/secondary/exit) -"bCa" = (/obj/machinery/power/smes/engineering,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bCb" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"bCc" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/router/eva) -"bCd" = (/obj/effect/landmark/start/captain,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bCe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bCf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bCg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bCh" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/medbay/central) -"bCi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/disposal) -"bCk" = (/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/closed/wall,/area/maintenance/disposal) -"bCl" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"bCm" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bCn" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/department/eva) -"bCo" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/department/eva) -"bCp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCq" = (/obj/machinery/conveyor{dir = 4; id = "recycler"},/obj/machinery/door/poddoor{id = "recycleraccess"; name = "Recycler Access"},/turf/open/floor/plating,/area/maintenance/disposal) -"bCr" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bCs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCt" = (/obj/effect/turf_decal/bot,/obj/structure/table,/obj/machinery/light/small{dir = 4},/obj/item/storage/box/engineer{pixel_y = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"bCu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/router/eva) -"bCv" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"bCw" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/turf/open/floor/plating,/area/router/eva) -"bCx" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bCy" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/turf/open/floor/plating,/area/router/eva) -"bCz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/storage/primary) -"bCA" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bCB" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"bCC" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/department/eva) -"bCD" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCE" = (/obj/machinery/conveyor/auto{dir = 8; id = "eva"},/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "evablock"; name = "EVA Router"},/turf/open/floor/plating,/area/router/eva) -"bCF" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"bCG" = (/obj/item/cigbutt,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bCI" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCJ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bCK" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCL" = (/turf/closed/wall/rust,/area/security/detectives_office) -"bCM" = (/turf/closed/wall/r_wall/rust,/area/security/detectives_office) -"bCN" = (/obj/structure/filingcabinet,/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCO" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) -"bCP" = (/obj/structure/table/wood,/obj/item/storage/briefcase,/obj/item/taperecorder,/obj/item/radio{pixel_x = -6},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCQ" = (/obj/structure/table/wood,/obj/machinery/computer/med_data/laptop{dir = 8; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bCR" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "airbridge_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) -"bCS" = (/obj/structure/closet,/obj/machinery/camera{c_tag = "Central Plaza - Legal Desk"; dir = 1},/turf/open/floor/plasteel/dark,/area/lawoffice) -"bCT" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/sorting/mail/flip,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) -"bCU" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/maintenance/disposal) -"bCV" = (/turf/open/floor/plating/airless,/area/maintenance/disposal) -"bCW" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/door/airlock/engineering/glass{name = "Thermo-Electric Generator"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"bCX" = (/obj/machinery/rnd/production/circuit_imprinter/department/science,/obj/item/reagent_containers/glass/beaker/sulphuric,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/lab) -"bCY" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/sign/warning/nosmoking{pixel_x = 32},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bCZ" = (/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) -"bDa" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bDb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Recycler Exterior Access"; req_one_access_txt = "13;50"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"bDc" = (/obj/machinery/vending/security,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bDd" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Aft Maintenance - Port"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bDe" = (/obj/machinery/disposal/bin{name = "Corpse Delivery"},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/delivery/red,/turf/open/floor/plasteel/dark,/area/chapel/office) -"bDf" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/service,/turf/open/floor/plating,/area/storage/tech) -"bDg" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/medical,/turf/open/floor/plating,/area/storage/tech) -"bDh" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/rnd,/turf/open/floor/plating,/area/storage/tech) -"bDi" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock{name = "Service Hallway"; req_one_access_txt = "25;26;28;35"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bDj" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/decal/cleanable/dirt,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/department/chapel) -"bDk" = (/obj/machinery/light,/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 15},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bDl" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bDm" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/primary/aft"; dir = 1; name = "Aft Primary Hallway APC"; pixel_x = 1; pixel_y = 24},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"bDn" = (/obj/machinery/icecream_vat,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bDo" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bDp" = (/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bDq" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bDr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bDs" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bDt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bDu" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/book/manual/wiki/barman_recipes,/obj/item/reagent_containers/rag,/obj/structure/table/wood/fancy,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bDv" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bDw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bDx" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/secondary/service) -"bDy" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bDz" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{dir = 1},/obj/machinery/camera{c_tag = "Service Hallway - Aft"; pixel_x = 22},/turf/open/floor/plating,/area/hallway/secondary/service) -"bDA" = (/turf/closed/wall/r_wall,/area/hallway/secondary/service) -"bDB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bDC" = (/turf/open/floor/plating,/area/hallway/secondary/service) -"bDD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/router) -"bDE" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/food/snacks/store/cheesewheel,/obj/item/reagent_containers/food/snacks/grown/pineapple,/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/bluecherries,/obj/item/reagent_containers/food/snacks/grown/citrus/lime,/turf/open/floor/plating,/area/hallway/secondary/service) -"bDF" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plating,/area/hallway/secondary/service) -"bDG" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plating,/area/hallway/secondary/service) -"bDH" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/hallway/secondary/service) -"bDI" = (/obj/structure/closet/crate/freezer,/obj/effect/spawner/lootdrop/three_course_meal,/obj/item/reagent_containers/food/snacks/chocolatebar,/obj/item/reagent_containers/food/snacks/chocolatebar,/turf/open/floor/plating,/area/hallway/secondary/service) -"bDJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bDK" = (/obj/structure/grille,/turf/open/floor/plating,/area/hallway/secondary/service) -"bDL" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bDM" = (/obj/structure/table/reinforced,/obj/item/transfer_valve{pixel_x = 6},/obj/item/transfer_valve{pixel_x = 6},/obj/item/transfer_valve,/obj/item/transfer_valve,/obj/item/transfer_valve{pixel_x = -6},/obj/item/transfer_valve{pixel_x = -6},/obj/machinery/camera{c_tag = "Toxins Lab - Starboard"; dir = 8; pixel_y = -22},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/turf/open/floor/plasteel/white,/area/science/mixing) -"bDN" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDO" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bDP" = (/obj/machinery/computer/message_monitor{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/circuit,/area/bridge) -"bDQ" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/bridge) -"bDR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/bridge) -"bDS" = (/turf/open/floor/plasteel/stairs,/area/crew_quarters/bar) -"bDT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/science/robotics/lab) -"bDU" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bDV" = (/turf/open/floor/plasteel/stairs/left,/area/crew_quarters/bar) -"bDW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "AI Chamber"; req_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"bDX" = (/turf/open/floor/plasteel/stairs/right,/area/crew_quarters/bar) -"bDY" = (/obj/structure/sign/barsign,/turf/closed/wall,/area/crew_quarters/bar) -"bDZ" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bEa" = (/obj/structure/chair/stool/bar,/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"bEb" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"bEc" = (/obj/structure/table,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/item/radio/off{pixel_x = 7; pixel_y = -3},/obj/item/radio/off{pixel_x = 4; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/circuit,/area/bridge) -"bEd" = (/obj/machinery/vending/cigarette,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bEe" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor{dir = 8; id = "router_off"},/obj/structure/disposalpipe/sorting/mail{dir = 4},/turf/open/floor/plating,/area/router) -"bEf" = (/obj/structure/reagent_dispensers,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"bEg" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bEh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) -"bEi" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bEj" = (/obj/machinery/light_switch{pixel_x = -24},/obj/structure/closet/crate,/obj/machinery/camera{c_tag = "Waste Disposal - Starboard"},/obj/item/stack/tile/noslip/thirty,/obj/structure/sign/poster/official/ue_no{pixel_y = 32},/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/disposal) -"bEk" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"bEl" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bEm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Personnel's Office"; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"bEn" = (/obj/machinery/computer/card{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 28},/turf/open/floor/plasteel,/area/security/checkpoint) -"bEo" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bEp" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/fore) -"bEq" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bEr" = (/obj/structure/sign/warning/vacuum/external{pixel_x = -32; pixel_y = 32},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bEs" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/ai_monitored/storage/eva"; dir = 4; name = "EVA APC"; pixel_x = 24},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"bEt" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bEu" = (/obj/structure/sign/warning{name = "\improper CONSTRUCTION AREA"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"bEv" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bEw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Starboard Bow Solar Maintenance"; dir = 1},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bEx" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) -"bEy" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light/small{dir = 4},/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bEz" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"bEA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Starboard Bow Solar Maintenance"; req_access_txt = "10"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"bEB" = (/obj/structure/rack,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/item/radio/off{pixel_x = 7; pixel_y = 4},/obj/item/flashlight,/obj/item/crowbar/red,/obj/item/crowbar/red{pixel_x = -6; pixel_y = 4},/obj/item/radio/off{pixel_x = -8},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/machinery/camera{c_tag = "Starboard Bow Maintenance - Port"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"bEC" = (/obj/structure/table/glass,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bED" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bEE" = (/obj/structure/table,/obj/item/clothing/under/shorts/red,/obj/item/clothing/under/shorts/red,/obj/item/clothing/gloves/boxing{pixel_y = 8},/obj/item/clothing/gloves/boxing{pixel_y = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bEF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bEG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bEH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/kitchen/backroom) -"bEI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"bEJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bEK" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/space_heater,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bEL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/disposal) -"bEM" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bEN" = (/obj/machinery/computer/communications{dir = 8},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/camera{c_tag = "Bridge - Captain's Quarters"; dir = 8; pixel_y = -22},/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_x = 30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bEO" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light_switch{pixel_x = -24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bEP" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/sign/poster/official/high_class_martini{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bEQ" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal"; dir = 8; name = "Waste Disposal APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/disposal) -"bER" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"bES" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"bET" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) -"bEU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bEV" = (/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_x = 26},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"bEW" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) -"bEX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"bEY" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bEZ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "AIChamberShutter"; name = "AI Chamber Shutters"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"bFa" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/router) -"bFb" = (/obj/structure/grille,/turf/open/floor/plating,/area/router) -"bFc" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bFd" = (/obj/structure/closet/crate/trashcart,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bFe" = (/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bFf" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/aiModule/supplied/oxygen{pixel_x = 2; pixel_y = 10},/obj/item/aiModule/supplied/quarantine{pixel_x = 1; pixel_y = 8},/obj/item/aiModule/zeroth/oneHuman{pixel_y = 4},/obj/effect/spawner/lootdrop/aimodule_harmful{pixel_x = -1; pixel_y = 2},/obj/item/aiModule/supplied/protectStation{pixel_x = -2},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bFg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/suit_storage_unit/engine,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"bFh" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/light,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bFi" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bFj" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bFk" = (/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bFl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/xenobiology) -"bFm" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/paper_bin,/obj/item/pen/fourcolor,/turf/open/floor/plasteel,/area/science/xenobiology) -"bFn" = (/turf/open/floor/plating/asteroid,/area/chapel/main) -"bFo" = (/obj/machinery/smartfridge/extract/preloaded,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bFp" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bFq" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/slime_scanner,/obj/item/slime_scanner,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/science/xenobiology) -"bFr" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area) -"bFs" = (/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bFt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bFu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"bFv" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bFw" = (/obj/machinery/monkey_recycler,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/science/xenobiology"; name = "Xenobiology Lab APC"; pixel_y = -24},/turf/open/floor/plasteel,/area/science/xenobiology) -"bFx" = (/obj/machinery/mecha_part_fabricator,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bFy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bFz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/janitor,/turf/open/floor/plasteel,/area/janitor) -"bFA" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bFB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/science/lab) -"bFC" = (/obj/effect/turf_decal/bot,/obj/machinery/vending/snack/random,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bFD" = (/obj/structure/disposaloutlet{dir = 4},/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bFE" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"bFF" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) -"bFG" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bFH" = (/obj/machinery/power/apc{name = "Customs APC"; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bFI" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bFJ" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bFK" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFL" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFM" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFN" = (/obj/structure/chair{dir = 4},/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bFO" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFP" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFQ" = (/obj/structure/table,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/under/shorts/blue,/obj/item/clothing/gloves/boxing/blue{pixel_y = 8},/obj/item/clothing/gloves/boxing/blue{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bFR" = (/obj/item/kirbyplants{icon_state = "plant-08"},/turf/open/floor/wood,/area/crew_quarters/fitness) -"bFS" = (/obj/machinery/light,/turf/open/floor/wood,/area/crew_quarters/fitness) -"bFT" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFU" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFV" = (/obj/structure/window/reinforced,/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFW" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"bFX" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bFY" = (/obj/structure/lattice/catwalk,/turf/closed/wall/r_wall,/area/engine/atmos) -"bFZ" = (/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bGa" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bGb" = (/obj/machinery/conveyor/auto{id = "router"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bGc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"bGd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"bGe" = (/mob/living/simple_animal/crab/Coffee,/turf/open/floor/plating/asteroid,/area/chapel/main) -"bGf" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/main) -"bGg" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bGh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"bGi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/fore) -"bGj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) -"bGk" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/router) -"bGl" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/poster/contraband/punch_shit{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/fore) -"bGm" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) -"bGn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"bGo" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"bGp" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bGq" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"bGr" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bGs" = (/obj/machinery/vending/assist,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bGt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bGu" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bGv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Arcade"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"bGw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Fitness Room"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/wood,/area/crew_quarters/fitness) -"bGx" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/crew_quarters/fitness) -"bGy" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/effect/decal/cleanable/dirt,/obj/machinery/button/massdriver{id = "eng_in"; name = "mass driver button (Engineering)"; pixel_x = 24; pixel_y = -8},/obj/machinery/button/massdriver{id = "router_out"; name = "mass driver button (Other)"; pixel_x = 24; pixel_y = 12},/turf/open/floor/plasteel,/area/router) -"bGz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/fore) -"bGA" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bGB" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bGC" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/camera{c_tag = "Starboard Quarter Maintenance - Starboard"; network = list("ss13","rd")},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bGD" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bGE" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bGF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Starboard Quarter Solar Access"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bGG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"bGH" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/grille_or_trash,/turf/open/floor/plating,/area/maintenance/port/fore) -"bGI" = (/turf/closed/wall/r_wall,/area/hallway/primary/central) -"bGJ" = (/obj/structure/rack,/obj/item/storage/box/bodybags,/obj/item/clothing/gloves/color/grey,/turf/open/floor/plating,/area/maintenance/starboard/central) -"bGK" = (/obj/machinery/conveyor{id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"bGL" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bGM" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/item/kirbyplants{icon_state = "plant-20"; pixel_y = 3},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bGN" = (/obj/structure/closet/wardrobe/white,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bGO" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"bGP" = (/obj/machinery/mass_driver{dir = 1; id = "secserv"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"bGQ" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) -"bGR" = (/obj/structure/closet/wardrobe/grey,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bGS" = (/obj/structure/toilet{dir = 4},/obj/structure/window/reinforced/tinted{dir = 1},/obj/machinery/door/window/eastright{name = "Bathroom Stall"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"bGT" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"bGU" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall,/area/maintenance/port/fore) -"bGV" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/maintenance/port/fore) -"bGW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) -"bGX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bGY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"bGZ" = (/obj/structure/closet/crate/internals,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/router/eva) -"bHa" = (/obj/structure/closet/crate,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router/eva"; dir = 4; name = "EVA Router APC"; pixel_x = 24},/obj/machinery/button/door{id = "evablock"; name = "Router Access Control"; pixel_x = 24; pixel_y = 10; req_access_txt = "19"},/turf/open/floor/plasteel,/area/router/eva) -"bHb" = (/obj/structure/closet/wardrobe/black,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHc" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/structure/window/reinforced/spawner/north,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bHd" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) -"bHe" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) -"bHf" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHg" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bHh" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/main) -"bHi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bHj" = (/obj/structure/table,/obj/structure/bedsheetbin/towel,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHk" = (/turf/closed/wall,/area/crew_quarters/locker) -"bHl" = (/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/port/fore) -"bHm" = (/turf/open/floor/plating{icon_state = "platingdmg1"},/area/maintenance/port/fore) -"bHn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bHo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHp" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bHq" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHr" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHs" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHt" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bHu" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHv" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHw" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/item/clothing/under/misc/staffassistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHx" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/item/kirbyplants{icon_state = "plant-14"},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bHz" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bHA" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bHB" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/locker) -"bHC" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bHD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/maintenance/aft) -"bHE" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bHF" = (/obj/structure/table/reinforced,/obj/item/assembly/timer{pixel_x = -5},/obj/item/assembly/timer{pixel_y = -7},/obj/item/assembly/timer{pixel_y = 6},/obj/item/assembly/timer{pixel_x = 8},/obj/machinery/airalarm/unlocked{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/white,/area/science/mixing) -"bHG" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/maintenance/aft) -"bHH" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/sign/poster/contraband/space_cube{pixel_y = 32},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) -"bHI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bHJ" = (/obj/item/kirbyplants{icon_state = "plant-03"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bHK" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/medical/morgue) -"bHL" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bHM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bHN" = (/turf/closed/wall,/area/maintenance/solars/starboard/aft) -"bHO" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bHP" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bHQ" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bHR" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bHS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bHT" = (/obj/machinery/computer/camera_advanced/xenobio{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bHU" = (/obj/structure/chair/office/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bHV" = (/obj/machinery/processor/slime,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bHW" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bHX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Port Bow Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore) -"bHY" = (/obj/machinery/computer/camera_advanced/xenobio{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bHZ" = (/turf/closed/indestructible{desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; icon_state = "riveted"; name = "hyper-reinforced wall"},/area/science/test_area) -"bIa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bIb" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bIc" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail{dir = 1; sortType = 14},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bId" = (/obj/structure/table,/obj/item/mmi,/obj/item/mmi,/obj/item/storage/box/bodybags,/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bIe" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty{pixel_x = 1},/obj/item/stack/sheet/glass/fifty{pixel_x = 1},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 31; receive_ore_updates = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/robotics/lab) -"bIf" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/door/airlock/maintenance{name = "Chemistry Maintenance"; req_access_txt = "5; 33"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/chemistry) -"bIg" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/reagent_containers/food/snacks/chips,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIh" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery/white,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bIi" = (/obj/machinery/smartfridge/chemistry/preloaded,/turf/closed/wall,/area/medical/chemistry) -"bIj" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/item/tank/internals/anesthetic,/obj/item/clothing/mask/breath,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bIk" = (/turf/closed/wall/r_wall,/area/science/robotics/lab) -"bIl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bIm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bIn" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/evac{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/aft) -"bIp" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/aft) -"bIq" = (/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bIs" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bIu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "5;6"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bIv" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bIw" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bIx" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bIy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "External Solar Access"; req_access_txt = "10;13"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bIz" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bIA" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bIB" = (/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bIC" = (/obj/machinery/conveyor/auto{id = "disposal"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bID" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bIE" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bIF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bIG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bIH" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bII" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bIJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bIK" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/science/xenobiology) -"bIL" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/table/glass,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -3; pixel_y = 3},/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/dropper,/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bIM" = (/obj/machinery/shower{desc = "The HS-451. Standard Nanotrasen Hygiene Division design, although it looks like this one was installed more recently."; dir = 8; name = "emergency shower"; pixel_y = -4},/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/chemistry) -"bIN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIO" = (/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIP" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bIQ" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIR" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIS" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bIT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) -"bIU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bIW" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/reagent_containers/food/drinks/bottle/absinthe,/obj/item/stack/spacecash/c20,/obj/item/coin/gold,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bIX" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bIY" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space) -"bIZ" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bJa" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bJb" = (/obj/machinery/bloodbankgen,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bJc" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bJd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bJe" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bJf" = (/obj/machinery/door/airlock/maintenance{name = "Chemistry Maintenance"; req_access_txt = "5; 33"},/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/medical/chemistry) -"bJg" = (/obj/structure/table,/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/item/storage/box/rxglasses{pixel_x = 2},/obj/item/pen,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bJh" = (/obj/structure/sign/warning/biohazard,/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/medical/morgue) -"bJi" = (/obj/structure/bodycontainer/morgue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bJj" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bJk" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bJl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bJm" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/lawoffice"; dir = 1; name = "Information Office APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/lawoffice) -"bJn" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/mask/muzzle,/obj/item/clothing/mask/muzzle,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bJo" = (/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bJp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bJq" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bJr" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{dir = 1},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bJs" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/item/clothing/suit/hooded/wintercoat/science,/obj/item/clothing/suit/hooded/wintercoat/science,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/shoes/winterboots,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bJt" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bJu" = (/obj/effect/turf_decal/loading_area,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/science/lab"; dir = 8; name = "Research and Development APC"; pixel_x = -24},/turf/open/floor/plasteel/white,/area/science/lab) -"bJv" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bJw" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJx" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel,/area/science/xenobiology) -"bJy" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bJz" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) -"bJA" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Circuitry Lab"; req_access_txt = "47"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) -"bJB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bJC" = (/obj/machinery/camera{c_tag = "Library"; network = list("ss13","rd")},/obj/machinery/airalarm{pixel_y = 24},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"bJD" = (/obj/machinery/disposal/bin{name = "Corpse Disposal Unit"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/red/full,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bJE" = (/obj/machinery/mecha_part_fabricator,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bJF" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bJG" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bJH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"bJI" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bJJ" = (/obj/machinery/computer/med_data,/obj/structure/window/reinforced/spawner/east,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) -"bJK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) -"bJL" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/bot,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) -"bJM" = (/obj/machinery/camera/preset/toxins{dir = 4},/obj/item/target,/turf/open/floor/plating/airless,/area/science/test_area) -"bJN" = (/obj/machinery/clonepod,/obj/effect/turf_decal/bot,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel,/area/medical/medbay/central) -"bJO" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = 24},/obj/item/storage/firstaid/radbgone,/obj/item/reagent_containers/glass/beaker/synthflesh,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel,/area/medical/medbay/central) -"bJP" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bJQ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bJR" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bJS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bJT" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJU" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bJV" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{dir = 1; name = "euthanization chamber freezer"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bJW" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bJX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bJY" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bJZ" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/camera{c_tag = "Xenobiology - Main Access"; network = list("ss13","rd")},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bKa" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bKb" = (/obj/machinery/chem_heater,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/science/xenobiology) -"bKc" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -6},/obj/item/reagent_containers/glass/beaker{pixel_x = 4},/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel,/area/science/xenobiology) -"bKd" = (/obj/structure/table,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/item/clothing/glasses/welding,/obj/item/clothing/glasses/welding,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 26},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bKe" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/science/robotics/lab) -"bKf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bKg" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bKh" = (/obj/machinery/door/window/westleft{name = "Operating Theatre"; req_access_txt = "45"},/turf/open/floor/plasteel,/area/medical/medbay/central) -"bKi" = (/obj/machinery/disposal/bin{name = "Morgue Delivery Bin"},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bKj" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bKk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue Maintenance"; req_access_txt = "6"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bKl" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/open/floor/plating,/area/router) -"bKm" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/storage/box/bodybags,/obj/structure/table,/obj/structure/table,/obj/item/bodybag,/obj/item/pen/blue,/obj/item/pen/red{pixel_y = 6},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bKn" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/red/full,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bKo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/quartermaster/miningoffice) -"bKp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"bKq" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/xenobiology) -"bKr" = (/obj/item/stack/packageWrap,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/router) -"bKs" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bKt" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bKu" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bKv" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bKw" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/sign/poster/official/nanotrasen_logo{pixel_y = -32},/turf/open/floor/wood,/area/library) -"bKx" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bKy" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/genetics) -"bKA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/genetics) -"bKB" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bKC" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/medical/genetics) -"bKD" = (/obj/machinery/door/airlock/external/glass{name = "Mining Dock Ferry"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bKE" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"bKF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"bKG" = (/obj/machinery/computer/cargo/request{dir = 1},/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = -8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet/green,/area/crew_quarters/heads/hop) -"bKH" = (/obj/item/beacon,/turf/open/floor/plating/airless,/area/science/test_area) -"bKI" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/engine,/area/science/mixing) -"bKJ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"bKK" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"bKL" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/junction/yjunction{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/router) -"bKM" = (/turf/open/floor/engine,/area/science/xenobiology) -"bKN" = (/obj/structure/table,/obj/item/storage/backpack/duffelbag/med/surgery,/obj/structure/window/reinforced/spawner/west,/obj/structure/window/reinforced,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bKO" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bKP" = (/obj/machinery/door/window/southright,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bKQ" = (/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bKR" = (/obj/structure/bookcase/random/religion,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"bKS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bKT" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bKU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/vending/wardrobe/gene_wardrobe,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bKV" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/clipboard{pixel_y = 3},/obj/item/paper_bin,/obj/item/hand_labeler,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bKW" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/folder/white,/obj/item/storage/pill_bottle/mannitol{pixel_x = 4},/obj/item/storage/pill_bottle/mutadone,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bKX" = (/obj/structure/table_frame,/obj/item/t_scanner{pixel_x = -4},/obj/machinery/camera{c_tag = "Supply - Warehouse Fore"; dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bKY" = (/turf/closed/wall,/area/medical/genetics) -"bKZ" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bLa" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bLb" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/stack/ore/glass,/obj/item/stack/ore/iron,/obj/item/stack/ore/silver,/obj/item/stack/ore/silver,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bLc" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bLd" = (/mob/living/simple_animal/slime,/turf/open/floor/engine,/area/science/xenobiology) -"bLe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"bLf" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) -"bLg" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLh" = (/obj/structure/bed,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/item/bedsheet/captain,/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bLi" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bLj" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) -"bLk" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bLl" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bLm" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bLn" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/caution,/obj/item/shovel,/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bLo" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/junction/yjunction{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bLp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"bLq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bLr" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bLs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bLt" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bLu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bLv" = (/obj/machinery/light,/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bLw" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 6},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bLx" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/science/mixing) -"bLy" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/engine,/area/science/xenobiology) -"bLz" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bLA" = (/obj/machinery/light_switch{pixel_y = -24},/obj/structure/table,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/glass,/obj/item/flashlight,/obj/item/assembly/health,/obj/item/assembly/voice,/obj/item/assembly/timer,/obj/item/assembly/infra,/obj/item/assembly/igniter,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bLB" = (/obj/machinery/light,/obj/item/target,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area) -"bLC" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bLD" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/aft) -"bLE" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/button/ignition/incinerator/toxmix{pixel_x = -24; pixel_y = 8},/obj/machinery/button/door/incinerator_vent_toxmix{pixel_x = -24; pixel_y = -2},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bLF" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bLG" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Research Aft"; dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bLH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLI" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/medical/medbay/central) -"bLJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bLL" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bLM" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/medical/genetics) -"bLN" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bLO" = (/obj/item/pipe{pixel_x = -3},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/mob/living/simple_animal/bot/cleanbot{auto_patrol = 1; icon_state = "cleanbot1"; name = "Mopficcer Sweepsky"},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bLP" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plating,/area/quartermaster/warehouse) -"bLQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bLR" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bLS" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bLT" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bLU" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bLV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLW" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"bLX" = (/obj/item/kirbyplants{icon_state = "plant-02"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLY" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bLZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bMa" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMb" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMc" = (/obj/machinery/computer/scan_consolenew{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMd" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMe" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMf" = (/obj/machinery/computer/scan_consolenew{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMg" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bMh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bMi" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bMj" = (/turf/closed/wall,/area/medical/medbay/central) -"bMk" = (/turf/closed/wall,/area/medical/virology) -"bMl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/virology) -"bMm" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/clothing/under/misc/assistantformal{pixel_y = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"bMn" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/airlock/medical/glass{name = "Monkey Pen"; req_one_access_txt = "9;39"},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMo" = (/obj/structure/closet/l3closet/virology,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/white,/area/medical/virology) -"bMp" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bMq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Starboard Quarter Maintenance - Port"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bMr" = (/obj/machinery/vending/wardrobe/viro_wardrobe,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMs" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMt" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bMu" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/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/white,/area/medical/virology) -"bMv" = (/turf/open/floor/grass,/area/medical/virology) -"bMw" = (/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) -"bMx" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bMy" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bMz" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router"; dir = 4; name = "Router APC"; pixel_x = 24},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 19},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel,/area/router) -"bMA" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall,/area/router) -"bMC" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMD" = (/obj/structure/flora/tree/palm,/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/medical/virology) -"bME" = (/obj/structure/flora/tree/palm,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/grass,/area/medical/virology) -"bMF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/window/southright{name = "Cloning Access"; req_one_access_txt = "9;45"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMG" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bMH" = (/obj/structure/table,/obj/machinery/recharger,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/crowbar,/obj/machinery/requests_console{department = "Mining"; name = "Mining RC"; pixel_x = -30},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bMI" = (/obj/effect/decal/cleanable/dirt,/obj/structure/grille/broken,/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 15},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) -"bMJ" = (/turf/open/floor/plasteel/white,/area/medical/virology) -"bMK" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"bML" = (/obj/structure/flora/tree/palm,/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) -"bMM" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"bMN" = (/obj/structure/closet/l3closet/virology,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMO" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMP" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bMR" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bMS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/rust,/area/router) -"bMT" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"bMU" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/plasteel/white,/area/medical/virology) -"bMV" = (/obj/machinery/light,/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) -"bMW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) -"bMX" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bMY" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bMZ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNa" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNb" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNc" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/chair/office/light{dir = 1},/obj/effect/landmark/start/virologist,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNd" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bNe" = (/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/door/window/northleft{name = "AI Upload Chamber"; req_one_access_txt = "65"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"bNf" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/router) -"bNg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Virology Interior Airlock"; req_access_txt = "39"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNi" = (/obj/effect/landmark/blobstart,/turf/open/floor/grass,/area/medical/virology) -"bNj" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNk" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bNl" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/turf/open/floor/plating,/area/router) -"bNm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/paper_bin,/obj/item/pen/red,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNn" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/mass_driver{dir = 4; id = "router_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router) -"bNo" = (/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"bNp" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bNq" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bNr" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/structure/bedsheetbin,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel/freezer,/area/medical/virology) -"bNs" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bNt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bNu" = (/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/medical/virology) -"bNv" = (/obj/structure/sink{dir = 1; pixel_y = 25},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"bNw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNx" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) -"bNy" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bNz" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/virology) -"bNA" = (/obj/machinery/smartfridge/chemistry/virology/preloaded,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNB" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/item/clothing/gloves/color/latex,/obj/item/healthanalyzer,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNC" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) -"bND" = (/obj/machinery/computer/pandemic,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/medical/virology) -"bNE" = (/obj/machinery/computer/station_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bNF" = (/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) -"bNG" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bNH" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bNI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/departments/evac,/turf/open/floor/plating,/area/hallway/secondary/exit) -"bNJ" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/exit) -"bNK" = (/obj/machinery/power/solar{id = "aftstarboard"; name = "Aft-Starboard Solar Array"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) -"bNL" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/solar/starboard/aft) -"bNM" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/oil,/turf/open/floor/plasteel,/area/maintenance/port/fore) -"bNN" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/router/eva) -"bNO" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bNP" = (/obj/machinery/power/smes,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"bNQ" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bNR" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bNS" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/turf/open/space/basic,/area/solar/starboard/aft) -"bNT" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/port/fore) -"bNU" = (/obj/machinery/power/solar{id = "aftstarboard"; name = "Aft-Starboard Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) -"bNV" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bNW" = (/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/exit) -"bNX" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/exit) -"bNY" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/stairs/left,/area/hallway/secondary/exit) -"bNZ" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/secondary/exit) -"bOa" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/hallway/secondary/exit) -"bOc" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-4"},/turf/open/space/basic,/area/solar/starboard/aft) -"bOd" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/space/basic,/area/solar/starboard/aft) -"bOe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external/glass{name = "Departures Shuttle Dock"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOf" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2"},/turf/open/space/basic,/area/solar/starboard/aft) -"bOg" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOh" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOi" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOk" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/solar/starboard/aft) -"bOl" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOm" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bOn" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Bathroom Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/toilet/restrooms) -"bOo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/docking,/turf/open/floor/plating,/area/hallway/secondary/exit) -"bOp" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bOq" = (/obj/machinery/power/tracker,/obj/structure/cable,/turf/open/floor/plating/airless,/area/solar/starboard/aft) -"bOr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/closed/wall/r_wall,/area/science/mixing) -"bOs" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/bz,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bOt" = (/obj/structure/table,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/gateway) -"bOu" = (/obj/structure/table/reinforced,/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/prox_sensor{pixel_x = 8},/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = 30; receive_ore_updates = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) -"bOv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/mixing) -"bOw" = (/obj/structure/lattice,/obj/item/reagent_containers/food/drinks/bottle/grappa,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"bOx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) -"bOy" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bOz" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bOA" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"bOB" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/router/eva) -"bOC" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/router/eva) -"bOD" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/obj/machinery/sparker/toxmix{pixel_x = 25},/turf/open/floor/engine/vacuum,/area/science/mixing) -"bOE" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/item/hand_labeler,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bOF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bOG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOH" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOI" = (/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/computer/security/telescreen{dir = 1; name = "Test Chamber Monitor"; network = list("xeno"); pixel_y = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/obj/structure/cable{icon_state = "4-8"},/mob/living/simple_animal/pet/cat/space,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bOK" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northright{name = "Secure Xenobiological Containment"; req_one_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOL" = (/obj/machinery/computer/card{dir = 8},/obj/machinery/keycard_auth{pixel_x = 8; pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"bOM" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/science/xenobiology) -"bON" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOO" = (/obj/machinery/portable_atmospherics/scrubber,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/dark,/area/science/explab) -"bOP" = (/obj/machinery/shieldwallgen/xenobiologyaccess,/turf/open/floor/plating,/area/science/xenobiology) -"bOQ" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"bOR" = (/obj/structure/table/wood,/obj/item/pinpointer/nuke,/obj/item/card/id/captains_spare,/obj/item/hand_tele,/obj/item/disk/nuclear,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"bOS" = (/obj/structure/table/wood,/obj/machinery/light,/obj/item/storage/photo_album/Captain,/obj/item/camera{pixel_y = -6},/obj/item/stamp/captain,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"bOT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/engine,/area/science/xenobiology) -"bOU" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/engine,/area/science/xenobiology) -"bOV" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/eva) -"bOW" = (/obj/structure/bookcase/random/nonfiction,/turf/open/floor/engine,/area/science/xenobiology) -"bOX" = (/obj/structure/table/reinforced,/obj/item/electropack,/obj/item/assembly/signaler,/turf/open/floor/engine,/area/science/xenobiology) -"bOY" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/machinery/camera{c_tag = "Customs - Aft"; dir = 4},/obj/structure/window/reinforced/spawner,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"bOZ" = (/obj/structure/bed,/obj/item/bedsheet/purple,/turf/open/floor/engine,/area/science/xenobiology) -"bPa" = (/obj/item/beacon,/turf/open/floor/engine,/area/science/xenobiology) -"bPb" = (/obj/structure/table/reinforced,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/obj/item/assembly/igniter,/turf/open/floor/engine,/area/science/xenobiology) -"bPc" = (/obj/structure/chair/comfy/black,/turf/open/floor/engine,/area/science/xenobiology) -"bPd" = (/obj/structure/table/reinforced,/obj/item/book/random/triple,/turf/open/floor/engine,/area/science/xenobiology) -"bPe" = (/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/engine,/area/science/xenobiology) -"bPf" = (/obj/machinery/light,/turf/open/floor/engine,/area/science/xenobiology) -"bPg" = (/obj/structure/chair{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"bPh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) -"bPi" = (/obj/structure/chair{dir = 8},/turf/open/floor/engine,/area/science/xenobiology) -"bPj" = (/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner,/obj/machinery/light,/turf/open/floor/engine,/area/science/xenobiology) -"bPk" = (/obj/structure/table/reinforced,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/under/misc/staffassistant,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/suit/apron/surgical,/turf/open/floor/engine,/area/science/xenobiology) -"bPl" = (/obj/structure/chair/sofa/right,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/item/book/manual/wiki/research_and_development,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bPm" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPo" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating/airless,/area/space/nearstation) -"bPp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/structure/window/reinforced/spawner/north,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"bPq" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/mineral/stacking_machine{input_dir = 2},/turf/open/floor/plating,/area/maintenance/disposal) -"bPr" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bPs" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bPt" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/bridge) -"bPu" = (/obj/effect/landmark/start/cook,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bPv" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/yellow,/obj/item/multitool,/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/t_scanner{pixel_x = -6; pixel_y = 4},/obj/item/t_scanner{pixel_x = -4},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"bPw" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bPx" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/storage/primary) -"bPy" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"bPz" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bPA" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bPB" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bPC" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "Waste In"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bPD" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Escape Hall - Fore"; dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPE" = (/obj/structure/table/glass,/obj/item/clipboard,/obj/item/storage/crayons,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPF" = (/obj/structure/table/glass,/obj/item/storage/fancy/cigarettes,/obj/item/lighter{pixel_x = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPG" = (/obj/structure/chair{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPI" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bPJ" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bPK" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bPL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bPM" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/storage/tech) -"bPN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bPO" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/effect/turf_decal/tile/red,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) -"bPP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/medical/medbay/central) -"bPQ" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bPR" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bPS" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bPT" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) -"bPU" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access_txt = "16"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"bPV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"bPW" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/vehicle/ridden/atv,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) -"bPX" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"bPY" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bPZ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/sorting/mail{sortType = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bQa" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bQb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera/motion{c_tag = "AI Foyer"; network = list("minisat"); pixel_x = 22},/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/ai"; dir = 1; name = "AI Chamber turret control"; pixel_x = 5; pixel_y = 24; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"bQc" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bQd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bQe" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space/basic,/area/space/nearstation) -"bQf" = (/obj/structure/rack,/obj/item/tank/jetpack/carbondioxide,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bQg" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=sci"; location = "market"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bQh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bQi" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bQj" = (/obj/structure/bodycontainer/morgue{dir = 8},/obj/machinery/light_switch{pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bQk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bQl" = (/obj/structure/bed/roller,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQm" = (/obj/structure/bed/roller,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQn" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQo" = (/obj/structure/disposalpipe/junction/yjunction,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"bQp" = (/obj/effect/decal/cleanable/dirt,/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/turf/open/floor/plasteel,/area/maintenance/aft) -"bQq" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/structure/table/wood,/obj/machinery/airalarm{pixel_y = 24},/obj/item/modular_computer/laptop/preset/civilian,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/paper/guides/cogstation/letter_atmos,/turf/open/floor/plasteel,/area/engine/break_room) -"bQr" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bQs" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bQt" = (/obj/machinery/conveyor/auto{dir = 5; id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bQu" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bQv" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bQw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bQx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bQy" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQz" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQA" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -28},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bQB" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/weldingtool,/obj/item/wrench/medical,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQC" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQD" = (/obj/machinery/power/apc{name = "Tech Storage APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/storage/tech) -"bQE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bQF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"bQG" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"bQH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"bQI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bQJ" = (/obj/machinery/disposal/bin,/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/red{dir = 1},/obj/machinery/power/apc{name = "Medbay Treatment Center APC"; pixel_y = -24},/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/cable,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bQK" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/atmospheric_technician,/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bQL" = (/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bQM" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/break_room) -"bQN" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) -"bQO" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) -"bQP" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bQQ" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) -"bQR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/evac{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/primary/aft) -"bQS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) -"bQT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/radio/intercom{frequency = 1447; name = "Station Intercom (AI Private)"; pixel_y = 24},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/status_display{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bQU" = (/obj/structure/chair/office/light{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"bQV" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) -"bQW" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/turf/open/floor/plating,/area/router) -"bQX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) -"bQY" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bQZ" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/landmark/start/scientist,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bRa" = (/obj/item/cigbutt,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) -"bRb" = (/obj/machinery/door/window/southleft{name = "Captain's Equipment"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"bRc" = (/obj/machinery/suit_storage_unit/captain,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"bRd" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/storage"; dir = 4; name = "Canister Storage APC"; pixel_x = 24},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"bRe" = (/obj/machinery/computer/security/wooden_tv,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/dark,/area/lawoffice) -"bRf" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRh" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"bRi" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bRj" = (/obj/machinery/atmospherics/components/trinary/filter/flipped,/turf/open/floor/plasteel/white,/area/science/mixing) -"bRk" = (/obj/machinery/disposal/bin,/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/white,/area/science/mixing) -"bRl" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plating,/area/router) -"bRm" = (/obj/structure/closet/bombcloset,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bRn" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"bRo" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden,/turf/open/space/basic,/area/space/nearstation) -"bRp" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"bRq" = (/obj/machinery/portable_atmospherics/scrubber/huge/movable,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/white,/area/science/mixing) -"bRr" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bRs" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRt" = (/obj/structure/closet/wardrobe/miner,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/quartermaster/miningoffice"; dir = 8; name = "Mining Office APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bRu" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) -"bRv" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) -"bRw" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bRx" = (/obj/structure/table,/obj/item/circuitboard/machine/cyborgrecharger,/obj/item/disk/design_disk,/obj/machinery/camera/motion{c_tag = "Computer Core"; dir = 1; network = list("minisat")},/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) -"bRy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRz" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bRA" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bRB" = (/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRC" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bRD" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = -6; pixel_y = 2},/obj/item/reagent_containers/food/drinks/drinkingglass{pixel_x = 6; pixel_y = 3},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/bridge) -"bRE" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) -"bRF" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"bRG" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bRH" = (/obj/structure/chair/sofa/right,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/turf/open/floor/wood,/area/medical/medbay/lobby) -"bRI" = (/turf/closed/wall/r_wall,/area/medical/medbay/central) -"bRJ" = (/obj/structure/chair/sofa/left,/obj/effect/landmark/start/assistant,/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera{c_tag = "Medbay - Waiting Room"; network = list("ss13","rd")},/turf/open/floor/wood,/area/medical/medbay/lobby) -"bRK" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bRL" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bRM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/science/research{name = "Research Sector"}) -"bRN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/stairs/medium,/area/science/research{name = "Research Sector"}) -"bRO" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bRP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Storage"; req_access_txt = "18"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bRQ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bRR" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bRS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bRT" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin{name = "Lab Delivery"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bRU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bRV" = (/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/dark/side{dir = 9},/area/science/robotics/lab) -"bRW" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/status_display/ai{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bRX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bRY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bRZ" = (/obj/structure/bookcase/random/nonfiction,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"bSa" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/storage/belt/medolier,/obj/item/clothing/neck/stethoscope,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bSb" = (/turf/open/floor/engine/n2o,/area/engine/atmos) -"bSc" = (/obj/machinery/vending/wardrobe/medi_wardrobe,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bSd" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel/dark/side{dir = 1},/area/science/robotics/lab) -"bSe" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark/side{dir = 1},/area/science/robotics/lab) -"bSf" = (/obj/structure/table,/obj/item/analyzer,/obj/item/healthanalyzer,/obj/item/plant_analyzer,/obj/item/aicard,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/turf/open/floor/plating,/area/storage/tech) -"bSg" = (/obj/machinery/rnd/production/techfab/department/medical,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bSh" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central) -"bSi" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/n2o,/area/engine/atmos) -"bSj" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/obj/machinery/camera{c_tag = "Xenobiology - Kill Chamber"; dir = 4},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"bSk" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "AI Access"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSl" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bSm" = (/obj/machinery/modular_computer/console/preset/engineering,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/electricshock,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSo" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSp" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSr" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSt" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bSv" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSw" = (/obj/machinery/power/port_gen/pacman,/obj/machinery/light,/obj/machinery/light_switch{pixel_y = -24},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/turf/open/floor/plating,/area/engine/engine_smes{name = "Power Monitoring"}) -"bSx" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/open/floor/plasteel,/area/engine/break_room) -"bSy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bSz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 11},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/router) -"bSA" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/central) -"bSB" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/hallway/primary/central) -"bSC" = (/turf/closed/wall,/area/science/lab) -"bSD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/router) -"bSE" = (/turf/closed/wall/r_wall,/area/science/lab) -"bSF" = (/obj/machinery/conveyor/auto{dir = 4; id = "router"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/router) -"bSG" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/lab) -"bSH" = (/obj/structure/sign/departments/science,/turf/closed/wall/r_wall,/area/science/lab) -"bSI" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating,/area/router) -"bSJ" = (/obj/structure/closet/crate/science,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/science/circuit"; dir = 1; name = "Circuitry Lab APC"; pixel_y = 24},/turf/open/floor/plasteel/white,/area/science/circuit) -"bSK" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel/white,/area/science/lab) -"bSL" = (/turf/open/floor/plasteel/white,/area/science/lab) -"bSM" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel/white,/area/science/lab) -"bSN" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/table,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/item/folder/white,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/turf/open/floor/plasteel/white,/area/science/lab) -"bSO" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "AI Access"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bSP" = (/obj/machinery/computer/rdconsole/core,/turf/open/floor/plasteel,/area/science/lab) -"bSQ" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) -"bSR" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/science/lab) -"bSS" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bST" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bSU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bSV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"bSW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bSX" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bSY" = (/obj/structure/table,/obj/item/stock_parts/micro_laser{pixel_x = 4},/obj/item/stock_parts/micro_laser{pixel_x = 4},/obj/item/stock_parts/scanning_module{pixel_x = -6},/obj/item/stock_parts/scanning_module{pixel_x = -6},/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/turf/open/floor/plasteel/white,/area/science/lab) -"bSZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/lab) -"bTa" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bTb" = (/turf/open/floor/plasteel,/area/science/lab) -"bTc" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/lab) -"bTd" = (/obj/structure/table,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bTe" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bTf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/lab) -"bTg" = (/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/science/robotics/mechbay"; dir = 1; name = "Mech Bay APC"; pixel_y = 28},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) -"bTh" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/start/cyborg,/turf/open/floor/plasteel,/area/science/robotics/lab) -"bTi" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark/side{dir = 5},/area/science/robotics/lab) -"bTj" = (/obj/structure/table,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -6},/obj/item/reagent_containers/glass/beaker{pixel_x = 4},/obj/item/reagent_containers/dropper,/turf/open/floor/plasteel/white,/area/science/lab) -"bTk" = (/obj/item/rack_parts,/obj/structure/table_frame,/obj/item/flashlight,/obj/item/flashlight,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/quartermaster/warehouse"; dir = 1; name = "Warehouse APC"; pixel_y = 24},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bTl" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/clothing/glasses/welding,/turf/open/floor/plasteel/white,/area/science/lab) -"bTm" = (/obj/machinery/disposal/bin,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"bTn" = (/obj/effect/turf_decal/delivery,/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"bTo" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/debugger,/turf/open/floor/plasteel/white,/area/science/circuit) -"bTp" = (/obj/machinery/vending/wardrobe/law_wardrobe,/obj/effect/turf_decal/bot,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/lawoffice) -"bTq" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/circuit) -"bTr" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/science/circuit) -"bTs" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/circuit) -"bTt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/central) -"bTu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bTv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bTw" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bTx" = (/obj/item/stack/tile/plasteel{pixel_x = 8; pixel_y = 14},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bTy" = (/obj/item/kirbyplants,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bTz" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bTA" = (/obj/structure/filingcabinet/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bTB" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) -"bTC" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bTD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bTE" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bTF" = (/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bTG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/circuit) -"bTH" = (/turf/open/floor/engine/plasma,/area/engine/atmos) -"bTI" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/plasma,/area/engine/atmos) -"bTJ" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) -"bTK" = (/turf/open/floor/engine/co2,/area/engine/atmos) -"bTL" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/engine/co2,/area/engine/atmos) -"bTM" = (/obj/structure/table,/obj/machinery/light,/obj/item/storage/toolbox/mechanical{pixel_x = 1; pixel_y = 6},/obj/item/storage/toolbox/mechanical,/obj/machinery/camera{c_tag = "Research - Development Lab"; dir = 1},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_y = -30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"bTN" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/science/circuit) -"bTO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"bTP" = (/obj/machinery/disposal/bin,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/white,/area/science/circuit) -"bTQ" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel/white,/area/science/circuit) -"bTR" = (/turf/closed/wall/r_wall,/area/science/circuit) -"bTS" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/item/stock_parts/cell/high/plus,/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bTT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/hallway/primary/central) -"bTU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/conveyor{dir = 4; id = "recycler"},/turf/open/floor/plating,/area/maintenance/disposal) -"bTV" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bTW" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"bTX" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/status_display/ai{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bTY" = (/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"bTZ" = (/obj/structure/disposalpipe/segment,/obj/structure/lattice,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/space/nearstation) -"bUa" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/camera{c_tag = "Atmospherics - Entrance"},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel,/area/engine/atmos) -"bUb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bUc" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bUd" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bUe" = (/obj/machinery/disposal/deliveryChute{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plating/airless,/area/router/aux) -"bUf" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/sorting) -"bUg" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"bUh" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bUi" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bUj" = (/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) -"bUk" = (/obj/structure/closet/crate,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bUl" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bUm" = (/obj/structure/closet/crate/internals,/obj/item/tank/internals/emergency_oxygen/double,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bUn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/hallway/primary/aft) -"bUo" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/space/nearstation) -"bUp" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{id = "router"},/turf/open/floor/plating,/area/router) -"bUq" = (/turf/closed/wall/r_wall,/area/hallway/primary/aft) -"bUr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/hallway/primary/aft) -"bUs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bUt" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/dark/side{dir = 4},/area/hallway/primary/central) -"bUu" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/gateway) -"bUv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/aft) -"bUw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bUx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bUy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bUz" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/hallway/primary/aft) -"bUA" = (/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/solars/port) -"bUB" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/engine/engine_smes"; dir = 1; name = "Power Monitoring APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"bUC" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bUD" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bUE" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/aft) -"bUF" = (/obj/machinery/doppler_array/research/science{dir = 8},/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/mixing) -"bUG" = (/obj/effect/turf_decal/bot,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/storage/primary) -"bUH" = (/obj/machinery/shieldgen,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bUI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bUJ" = (/obj/effect/landmark/event_spawn,/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/science/lab) -"bUK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Quartermaster's Office"; req_access_txt = "31;41"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/qm) -"bUL" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bUM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/qm) -"bUN" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/door/airlock/engineering{name = "Primary Tool Storage"; req_access_txt = "11"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"bUO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/power/apc{areastring = "/area/storage/primary"; dir = 1; name = "Primary Tool Storage APC"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/storage/primary) -"bUP" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/quartermaster/sorting) -"bUQ" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/door{id = "DeliveryDoor"; name = "Cargo Delivery Door Control"; pixel_x = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bUR" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/mob/living/simple_animal/bot/firebot,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bUS" = (/obj/structure/closet/secure_closet/quartermaster,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/item/clothing/suit/space/eva,/obj/item/clothing/head/helmet/space/eva,/obj/item/paper/fluff/cogstation/letter_qm,/turf/open/floor/plasteel,/area/quartermaster/qm) -"bUT" = (/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1},/obj/structure/filingcabinet/filingcabinet,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bUU" = (/obj/item/beacon,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bUV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 10},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/space/nearstation) -"bUW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/aft"; dir = 1; name = "Starboard Quarter Maintenance APC"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bUX" = (/obj/structure/transit_tube/station/reverse/flipped{dir = 1},/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bUY" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 10},/obj/item/grown/bananapeel,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/router) -"bUZ" = (/obj/structure/reagent_dispensers/watertank,/obj/item/wirecutters,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bVa" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/structure/closet/crate,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/router) -"bVb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/transit_tube/horizontal,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"bVc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVd" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"bVe" = (/obj/machinery/photocopier,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"bVf" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Engineering - Power Monitoring"; dir = 1},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"bVg" = (/obj/machinery/power/emitter,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bVh" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVi" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bVj" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"bVk" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVl" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bVm" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bVn" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bVo" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bVp" = (/obj/machinery/computer/card/minor/rd{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"bVq" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVr" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/landmark/start/cargo_technician,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVt" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bVu" = (/obj/effect/decal/cleanable/dirt,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_x = 26},/obj/structure/disposalpipe/junction{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/router) -"bVv" = (/obj/structure/sign/departments/xenobio{pixel_x = -32},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"bVw" = (/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bVx" = (/obj/machinery/light/small{dir = 4},/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bVy" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bVz" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher{pixel_x = -4},/obj/item/crowbar/red{pixel_x = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bVA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/router) -"bVB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bVC" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "AI SMES Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVD" = (/obj/structure/lattice,/turf/open/space/basic,/area/space) -"bVE" = (/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/atmos) -"bVF" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bVG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bVH" = (/obj/effect/landmark/event_spawn,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/janitor) -"bVI" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bVJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bVK" = (/obj/item/restraints/legcuffs/beartrap,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"bVL" = (/obj/effect/turf_decal/delivery,/obj/structure/noticeboard/rd{pixel_y = 28},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bVM" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bVN" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"bVO" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bVP" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bVQ" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bVR" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/warning/securearea{pixel_y = 32},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bVS" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bVT" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bVU" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/lawoffice) -"bVV" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bVW" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/aft) -"bVX" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"bVY" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/firedoor,/obj/machinery/door/window/southright{name = "Primary Tool Storage Desk"; req_access_txt = "11"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/primary) -"bVZ" = (/obj/machinery/power/apc{name = "Cargo Bay APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bWa" = (/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) -"bWb" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWc" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWd" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/structure/sign/poster/official/wtf_is_co2{pixel_y = 32},/turf/open/floor/plasteel,/area/science/explab) -"bWe" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/turf/open/floor/plasteel,/area/bridge) -"bWf" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bWg" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Law Office"; dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bWh" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bWi" = (/obj/structure/table/wood,/obj/item/cartridge/lawyer{pixel_x = 2; pixel_y = 8},/obj/item/stamp/law,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bWj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bWk" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"bWl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Toxins Storage"; req_access_txt = "7;8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/science/mixing) -"bWm" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "AI SMES Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bWn" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bWo" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWp" = (/obj/machinery/atmospherics/miner/n2o,/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/engine/n2o,/area/engine/atmos) -"bWq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bWr" = (/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line,/obj/machinery/camera{c_tag = "Research Entrance"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWs" = (/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWt" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bWu" = (/obj/machinery/vending/assist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bWv" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating/airless,/area/space/nearstation) -"bWw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/lawoffice) -"bWx" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWy" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWz" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWA" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWB" = (/obj/structure/rack,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/extinguisher,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWC" = (/obj/machinery/shower{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWD" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Medbay"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bWE" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bWF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bWG" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWH" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/central) -"bWI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"bWJ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 1},/turf/open/space/basic,/area/space/nearstation) -"bWK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/floor/plating,/area/engine/atmos) -"bWL" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWM" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/machinery/camera{c_tag = "Central Hall - AI Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bWN" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"bWO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bWP" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/command{name = "Computer Core"; req_access_txt = "30"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bWQ" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating/airless,/area/space/nearstation) -"bWR" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/science/research{name = "Research Sector"}) -"bWS" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) -"bWT" = (/obj/structure/chair/sofa/left,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWU" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWV" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWW" = (/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWX" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bWY" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"bWZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/hallway/primary/aft) -"bXa" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/multitool{pixel_y = 4},/obj/item/book/manual/wiki/robotics_cyborgs,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bXb" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bXc" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "2-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"bXd" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"bXe" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/atmospherics/miner/toxins,/turf/open/floor/engine/plasma,/area/engine/atmos) -"bXf" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/button/door{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"; pixel_x = 24; pixel_y = -6; req_access_txt = "11"},/obj/machinery/button/door{name = "Privacy Shutters"; pixel_x = 24; pixel_y = 6},/obj/item/kirbyplants/photosynthetic,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"bXg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/closed/wall/r_wall,/area/science/mixing) -"bXh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXi" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bXj" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bXk" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bXl" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXm" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bXn" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bXo" = (/obj/structure/closet/l3closet/scientist,/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/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXp" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating,/area/router) -"bXq" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bXr" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Research Fore"; dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"bXt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bXu" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bXv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bXw" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bXx" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXy" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/machinery/light,/obj/item/kirbyplants{icon_state = "plant-16"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXz" = (/obj/machinery/power/apc{name = "Medbay Lobby APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/aft) -"bXA" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXB" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXC" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bXD" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bXE" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bXF" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/checkpoint/supply) -"bXG" = (/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/red{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bXH" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hydroponics) -"bXI" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"bXJ" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXK" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/machinery/light,/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXL" = (/obj/effect/decal/cleanable/dirt,/obj/structure/rack,/obj/item/storage/belt/utility,/turf/open/floor/plasteel,/area/maintenance/aft) -"bXM" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "router_off"},/turf/open/floor/plating,/area/router) -"bXN" = (/obj/machinery/smartfridge/organ/preloaded,/turf/closed/wall,/area/medical/morgue) -"bXO" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/camera{c_tag = "Xenobiology - Fore"; dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bXP" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/space/nearstation) -"bXQ" = (/obj/structure/closet/l3closet/scientist,/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,/area/science/research{name = "Research Sector"}) -"bXR" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/machinery/atmospherics/miner/carbon_dioxide,/turf/open/floor/engine/co2,/area/engine/atmos) -"bXS" = (/obj/structure/closet/bombcloset,/obj/machinery/camera{c_tag = "Toxins Lab - Access"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) -"bXT" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bXU" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/research{name = "Research Sector"}) -"bXV" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating/airless,/area/space/nearstation) -"bXW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bXX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bXY" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bXZ" = (/obj/structure/table,/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/item/paper_bin,/obj/item/radio/headset/headset_sci,/obj/item/radio/headset/headset_sci,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYa" = (/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) -"bYc" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/research{name = "Research Sector"}) -"bYd" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/hallway/primary/central) -"bYe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYf" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 8; id = "router"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) -"bYg" = (/obj/machinery/door/poddoor{id = "toxinsdriver"; name = "toxins launcher bay door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/science/mixing) -"bYh" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYi" = (/obj/structure/table,/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/machinery/recharger,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bYk" = (/obj/machinery/vending/wardrobe/science_wardrobe,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYl" = (/obj/structure/lattice,/obj/structure/disposalpipe/sorting/mail/flip{sortType = 6},/turf/open/space/basic,/area/space/nearstation) -"bYm" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bYn" = (/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYo" = (/obj/structure/disposalpipe/segment,/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) -"bYp" = (/turf/open/floor/plasteel/recharge_floor,/area/science/robotics/mechbay) -"bYq" = (/obj/machinery/light/small{dir = 1},/obj/machinery/mech_bay_recharge_port{dir = 8},/turf/open/floor/circuit/green,/area/science/robotics/mechbay) -"bYr" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light{dir = 8},/obj/machinery/photocopier,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYs" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Toxins Lab Access"; req_access_txt = "7;8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bYt" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYu" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYv" = (/turf/closed/wall,/area/science/robotics/mechbay) -"bYw" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"bYy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"bYz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bYA" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bYC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bYD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYE" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bYF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/machinery/recharge_station,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) -"bYG" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/machinery/sleeper{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"bYH" = (/obj/structure/sign/poster/contraband/kss13{pixel_y = -32},/obj/structure/cable,/obj/machinery/recharge_station,/turf/open/floor/circuit/green,/area/science/robotics/mechbay) -"bYI" = (/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bYJ" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/item/storage/belt/medical,/obj/item/clothing/neck/stethoscope,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bYK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"bYL" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bYM" = (/obj/machinery/vending/wardrobe/cargo_wardrobe,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bYN" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/storage) -"bYO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bYP" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bYQ" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/aft) -"bYR" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/solar/starboard/aft) -"bYS" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"bYT" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bYU" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bYV" = (/obj/machinery/rnd/destructive_analyzer,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/lab) -"bYW" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bYX" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bYY" = (/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) -"bYZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) -"bZa" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/disks,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"bZb" = (/obj/structure/table,/obj/machinery/button/door{id = "RDServer"; layer = 3.6; name = "RD Server Lockup Control"; pixel_x = -24},/obj/item/circuitboard/machine/rdserver,/obj/item/disk/tech_disk,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) -"bZc" = (/obj/machinery/computer/robotics{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment,/turf/open/floor/circuit/green,/area/science/server{name = "Computer Core"}) -"bZd" = (/obj/effect/landmark/blobstart,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bZe" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"bZf" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bZg" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bZh" = (/turf/closed/wall,/area/crew_quarters/toilet/restrooms) -"bZi" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/quartermaster/warehouse) -"bZj" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bZk" = (/obj/machinery/shower{dir = 4},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bZl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bZm" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=upload"; location = "med"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bZn" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bZo" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bZp" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"bZq" = (/obj/structure/window/reinforced/tinted{dir = 1},/obj/structure/toilet{dir = 4},/obj/machinery/door/window/eastright,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"bZr" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/central) -"bZs" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"bZt" = (/turf/closed/wall,/area/maintenance/starboard/aft) -"bZu" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bZv" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/clothing/head/hardhat/red{pixel_y = 6},/obj/item/clothing/mask/gas,/obj/item/tank/internals/air,/obj/item/extinguisher,/obj/item/crowbar,/obj/machinery/camera{c_tag = "Fire Suppression Storage"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bZw" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/office) -"bZx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Fire Suppression Storage"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bZy" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bZz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{name = "Xenobiology Kill Room"; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bZA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/library) -"bZB" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bZC" = (/obj/machinery/computer/libraryconsole,/obj/structure/table/wood,/turf/open/floor/carpet,/area/library) -"bZD" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/science/xenobiology) -"bZE" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bZF" = (/turf/open/floor/wood,/area/library) -"bZG" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/warning/fire{pixel_x = -32; pixel_y = 32},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"bZH" = (/turf/closed/wall,/area/library) -"bZI" = (/obj/machinery/air_sensor/atmos/mix_tank,/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bZJ" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/photocopier,/turf/open/floor/carpet,/area/library) -"bZK" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"bZL" = (/obj/machinery/air_sensor/atmos/nitrous_tank,/turf/open/floor/engine/n2o,/area/engine/atmos) -"bZM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"bZN" = (/obj/structure/closet/crate/freezer,/obj/item/rack_parts,/obj/item/rack_parts,/obj/item/wrench,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"bZO" = (/obj/machinery/air_sensor/atmos/toxin_tank,/turf/open/floor/engine/plasma,/area/engine/atmos) -"bZP" = (/obj/machinery/air_sensor/atmos/carbon_tank,/turf/open/floor/engine/co2,/area/engine/atmos) -"bZQ" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bZR" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bZS" = (/turf/closed/wall/r_wall,/area/library) -"bZT" = (/obj/structure/table,/obj/item/book/manual/wiki/robotics_cyborgs{pixel_x = -3; pixel_y = -2},/obj/item/book/manual/ripley_build_and_repair{pixel_x = 3; pixel_y = 2},/obj/item/mmi/posibrain,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bZU" = (/obj/structure/table/wood,/obj/machinery/door/window/northright{name = "Library Desk Window"; req_access_txt = "37"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"bZV" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/table/wood,/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet,/area/library) -"bZW" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/science/mixing) -"bZX" = (/obj/structure/table/wood,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/computer/libraryconsole/bookmanagement,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"bZY" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing) -"bZZ" = (/obj/machinery/vending/wardrobe/curator_wardrobe,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"caa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel/white,/area/science/mixing) -"cab" = (/obj/structure/bookcase/random/adult{name = "Forbidden Knowledge"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"cac" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/science/mixing) -"cad" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/white,/area/science/mixing) -"cae" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light,/obj/item/storage/firstaid/toxin,/turf/open/floor/plasteel/white,/area/science/mixing) -"caf" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"cag" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/analyzer,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/science/circuit) -"cah" = (/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cai" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"caj" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cak" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cal" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 10},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) -"cam" = (/obj/machinery/door/poddoor/incinerator_atmos_main,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"can" = (/obj/machinery/power/turbine{dir = 8},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cao" = (/obj/machinery/power/compressor{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cap" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/air_sensor/atmos/incinerator_tank{pixel_x = -32; pixel_y = 32},/obj/machinery/igniter/incinerator_atmos,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"caq" = (/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"car" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cas" = (/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior,/obj/effect/mapping_helpers/airlock/locked,/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/engine/vacuum,/area/engine/atmos) -"cat" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input,/turf/open/floor/engine/vacuum,/area/engine/atmos) -"cau" = (/obj/machinery/door/poddoor/incinerator_atmos_aux,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cav" = (/turf/closed/wall/r_wall,/area/science/explab) -"caw" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/explab) -"cax" = (/turf/closed/wall,/area/science/explab) -"cay" = (/obj/machinery/air_sensor/atmos/nitrogen_tank,/turf/open/floor/engine/n2,/area/engine/atmos) -"caz" = (/obj/machinery/door/airlock/research{name = "Mech Bay"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) -"caA" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/science/explab) -"caB" = (/obj/structure/closet/bombcloset,/turf/open/floor/plasteel,/area/science/explab) -"caC" = (/obj/structure/table,/obj/item/wrench,/obj/item/clothing/suit/fire/firefighter,/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/obj/item/storage/toolbox/mechanical,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel,/area/science/explab) -"caD" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/disposal) -"caE" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/science/explab) -"caF" = (/obj/machinery/air_sensor/atmos/oxygen_tank,/turf/open/floor/engine/o2,/area/engine/atmos) -"caG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) -"caH" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"caI" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/analyzer,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = 30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/circuit) -"caJ" = (/obj/machinery/air_sensor/atmos/air_tank,/turf/open/floor/engine/air,/area/engine/atmos) -"caK" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/machinery/atmospherics/miner/nitrogen,/turf/open/floor/engine/n2,/area/engine/atmos) -"caL" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/atmospherics/miner/oxygen,/turf/open/floor/engine/o2,/area/engine/atmos) -"caM" = (/obj/machinery/light/small,/turf/open/floor/engine/n2,/area/engine/atmos) -"caN" = (/obj/machinery/light/small,/turf/open/floor/engine/o2,/area/engine/atmos) -"caO" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) -"caP" = (/obj/structure/chair/office/light,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/explab) -"caQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Medbay Lobby"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white/side,/area/medical/medbay/lobby) -"caR" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/kirbyplants{icon_state = "plant-06"},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"caS" = (/obj/machinery/light/small,/turf/open/floor/engine/air,/area/engine/atmos) -"caT" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/science/explab) -"caU" = (/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/closed/wall/r_wall,/area/science/explab) -"caV" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 1"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"caW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"caX" = (/turf/open/floor/engine,/area/science/explab) -"caY" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/engine,/area/science/explab) -"caZ" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 2"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) -"cba" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/turf/closed/wall/r_wall,/area/science/explab) -"cbb" = (/turf/closed/wall/r_wall,/area/science/storage) -"cbc" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/item/stack/sheet/metal/ten,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/item/screwdriver,/obj/item/screwdriver,/obj/item/multitool,/obj/item/multitool,/obj/machinery/camera{c_tag = "Research - Circuitry Lab"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel/white,/area/science/circuit) -"cbd" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/item/clothing/ears/earmuffs,/obj/item/radio,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cbe" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/gas,/turf/open/floor/engine,/area/science/explab) -"cbf" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/window/reinforced/spawner/east,/obj/machinery/sleeper{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cbg" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/engine,/area/science/storage) -"cbh" = (/obj/machinery/rnd/experimentor,/turf/open/floor/engine,/area/science/explab) -"cbi" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"cbj" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cbk" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/quartermaster/qm"; dir = 8; name = "Quartermaster's Office APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/quartermaster/qm) -"cbl" = (/obj/structure/table/reinforced,/obj/item/healthanalyzer,/turf/open/floor/engine,/area/science/explab) -"cbm" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/airlock/maintenance{name = "Medbay Maintenance"; req_access_txt = "5"},/turf/open/floor/plating,/area/medical/medbay/central) -"cbn" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/science/storage) -"cbo" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/science/xenobiology) -"cbp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "capblast"; name = "blast door"},/turf/open/floor/plating,/area/crew_quarters/heads/captain) -"cbq" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/pen,/turf/open/floor/engine,/area/science/explab) -"cbr" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cbs" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cbt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/engine,/area/science/explab) -"cbu" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/science/storage) -"cbv" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line,/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel,/area/science/explab) -"cbw" = (/turf/open/floor/plasteel/dark,/area/science/explab) -"cbx" = (/obj/structure/table/reinforced,/obj/item/storage/box/syringes,/obj/item/pen/blue,/turf/open/floor/engine,/area/science/explab) -"cby" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cbz" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/latex,/obj/item/reagent_containers/dropper,/obj/item/pen/red,/turf/open/floor/engine,/area/science/explab) -"cbA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"cbB" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/misc_lab{name = "Research Observatory"}) -"cbC" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/engine,/area/science/storage) -"cbD" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cbE" = (/turf/closed/wall/r_wall,/area/science/misc_lab{name = "Research Observatory"}) -"cbF" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cbG" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"cbH" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"cbI" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cbJ" = (/obj/structure/table/reinforced,/obj/item/analyzer,/obj/item/t_scanner,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/supermatter"; dir = 4; name = "Thermo-Electric Generator APC"; pixel_x = 24},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"cbK" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/sign/departments/chemistry{pixel_x = 32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cbL" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"cbM" = (/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/item/storage/box/lights/mixed,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/structure/cable{icon_state = "1-10"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cbN" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cbO" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cbP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"cbQ" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/item/reagent_containers/food/snacks/meat/slab/spider,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"cbR" = (/obj/structure/cable{icon_state = "1-10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"cbS" = (/obj/machinery/conveyor{dir = 4; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cbT" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_x = -2; pixel_y = -27},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"cbU" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Air to Distro"},/obj/machinery/power/apc/highcap/ten_k{areastring = "/area/engine/atmos"; name = "Atmospherics APC"; pixel_y = -28},/obj/structure/cable,/turf/open/floor/plasteel,/area/engine/atmos) -"cbV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/window/reinforced/spawner,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) -"cbW" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"cbX" = (/obj/structure/table,/obj/item/aicard,/obj/item/disk/tech_disk,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/circuit,/area/bridge) -"cbY" = (/obj/machinery/light_switch{pixel_y = 24},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) -"cbZ" = (/obj/machinery/computer/slot_machine,/obj/structure/window/reinforced/spawner/west,/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"cca" = (/obj/machinery/computer/slot_machine,/obj/structure/window/reinforced/spawner/east,/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"ccb" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/stairs/medium,/area/crew_quarters/bar) -"ccc" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) -"ccd" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Robotics Lab"; dir = 4},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) -"cce" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/science/circuit) -"ccf" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"ccg" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cch" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/turf/open/floor/plating,/area/router) -"cci" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/mass_driver{id = "workshop_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router) -"ccj" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Routing Depot"; req_one_access_txt = "10;31"},/turf/open/floor/plating,/area/router) -"cck" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ccl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/maintenance/department/chapel) -"ccm" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/robotics/lab) -"ccn" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/turf/open/floor/plating,/area/router) -"cco" = (/obj/machinery/conveyor/auto{id = "router"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"ccp" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ccq" = (/obj/machinery/light{dir = 1},/obj/structure/sign/poster/official/nanomichi_ad{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"ccr" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating/airless,/area/router/aux) -"ccs" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cct" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/science/robotics/mechbay) -"ccu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"ccv" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/door/airlock/mining{name = "Mining Office"; req_one_access_txt = "10;24;48"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ccw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ccx" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"ccy" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "router"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/router) -"ccz" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"ccA" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"ccB" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/white,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Robotics Desk"; req_access_txt = "29"},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"ccC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"ccD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"ccE" = (/obj/machinery/mass_driver{id = "eng_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/router) -"ccF" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/item/flashlight,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/quartermaster/office) -"ccG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/camera{c_tag = "Atmospherics East"; dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/engine/atmos) -"ccH" = (/obj/machinery/mass_driver{dir = 8; id = "disposal_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"ccI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ccJ" = (/obj/machinery/conveyor{dir = 8; id = "starboard_off"},/turf/open/floor/plating/airless,/area/router/aux) -"ccK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"ccL" = (/obj/effect/landmark/event_spawn,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/rnd/bepis,/turf/open/floor/engine,/area/science/explab) -"ccM" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ccN" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"ccO" = (/obj/structure/grille,/obj/structure/disposalpipe/sorting/mail{dir = 8},/turf/open/floor/plating/airless,/area/router/aux) -"ccP" = (/obj/structure/disposalpipe/junction/yjunction{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/router/aux) -"ccQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/courtroom) -"ccR" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/courtroom) -"ccS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/courtroom) -"ccT" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ccU" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ccV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/primary/aft) -"ccW" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"ccX" = (/obj/effect/turf_decal/loading_area{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"ccY" = (/obj/structure/cable,/obj/effect/landmark/start/librarian,/obj/machinery/power/apc{areastring = "/area/library"; dir = 4; name = "Library APC"; pixel_x = 24},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"ccZ" = (/obj/structure/closet/cardboard,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cda" = (/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"cdb" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/turf/open/floor/plating/airless,/area/router/aux) -"cdc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/hallway/secondary/entry) -"cdd" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/hallway/secondary/exit) -"cde" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"cdf" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cdg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/break_room) -"cdh" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cdi" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/router/aux) -"cdj" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/microwave,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cdk" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cdl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cdm" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/photocopier,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/turf_decal/tile/red{dir = 1},/obj/item/paper/guides/cogstation/disposals,/turf/open/floor/plasteel,/area/engine/break_room) -"cdn" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cdo" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating/airless,/area/space/nearstation) -"cdp" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/violet/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cdq" = (/obj/machinery/mass_driver{id = "sq_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cdr" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cds" = (/obj/effect/turf_decal/bot,/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cdt" = (/turf/closed/wall/r_wall,/area/router/eng) -"cdu" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cdv" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cdw" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cdx" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plating,/area/quartermaster/warehouse) -"cdy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall,/area/engine/break_room) -"cdz" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cdA" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) -"cdB" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/sign/warning/enginesafety,/turf/closed/wall,/area/engine/break_room) -"cdC" = (/turf/closed/wall,/area/engine/break_room) -"cdD" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/monkeycubes,/obj/item/storage/box/monkeycubes,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_y = 30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"cdE" = (/obj/structure/table/wood,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/item/tape,/obj/item/taperecorder{pixel_x = -4},/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"cdF" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating,/area/quartermaster/warehouse) -"cdG" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "engblock"; name = "Engineering Router"},/turf/open/floor/plating,/area/router/eng) -"cdH" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall,/area/engine/break_room) -"cdI" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"cdJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cdK" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cdL" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) -"cdM" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cdN" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/door/airlock/command{name = "Chief Engineer's Office"; req_access_txt = "56"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cdO" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/turf/open/floor/plasteel,/area/engine/break_room) -"cdP" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/camera{c_tag = "Aft Hall - Primary Tool Storage"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cdQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/poddoor/preopen{id = "EngiLockdown"; name = "Engineering Emergency Lockdown"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/break_room) -"cdR" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/sign/poster/contraband/hacking_guide{pixel_x = -32},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"cdS" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/break_room) -"cdT" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_access_txt = "10;24"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cdU" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "eng"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "engblock"; name = "Engineering Router"},/turf/open/floor/plating,/area/router/eng) -"cdV" = (/turf/closed/wall/r_wall,/area/engine/teg_hot) -"cdW" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"cdX" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/chemist,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cdY" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cdZ" = (/turf/closed/wall/r_wall,/area/medical/medbay/lobby) -"cea" = (/obj/structure/table/wood,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "1-2"},/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"ceb" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics3"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"cec" = (/obj/structure/table/glass,/obj/item/paicard,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) -"ced" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cee" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cef" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"ceg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) -"ceh" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/storage/tech) -"cei" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cej" = (/obj/machinery/vending/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cek" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) -"cel" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cem" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/window/eastright{name = "Medbay Desk"; req_access_txt = "5"},/obj/item/folder/white,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cen" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/circuit,/area/bridge) -"ceo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/bridge) -"cep" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Starboard Bow"; dir = 1; network = list("tcomms"); pixel_x = 22},/turf/open/space/basic,/area/space) -"ceq" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall/rust,/area/engine/teg_hot) -"cer" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "eng_out"; name = "Router Driver"},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/router/eng) -"ces" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor/auto{id = "eng"},/obj/structure/window/reinforced/spawner/east,/turf/open/floor/plating,/area/router/eng) -"cet" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"ceu" = (/obj/machinery/vending/snack/random,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"cev" = (/obj/machinery/vending/games,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"cew" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor/auto{dir = 1; id = "service"},/obj/structure/window/reinforced/spawner/west,/turf/open/floor/plating,/area/router/eng) -"cex" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"cey" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Arcade"},/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"cez" = (/obj/structure/table,/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/red{dir = 1},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/fire{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/brute,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"ceA" = (/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/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/toxin{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/o2,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"ceB" = (/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/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"ceC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/solars/port) -"ceD" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 13; id = "ferry_home"; name = "port bay 2"; width = 5},/turf/open/space/basic,/area/space) -"ceE" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"ceF" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/external{name = "Ferry Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"ceG" = (/obj/machinery/mass_driver{dir = 4; id = "trash"; name = "Disposal Driver"},/turf/open/floor/plating,/area/maintenance/disposal) -"ceH" = (/obj/structure/fans/tiny,/obj/machinery/door/poddoor{id = "trash"; name = "Disposal Bay Door"},/turf/open/floor/plating,/area/maintenance/disposal) -"ceI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel,/area/hallway/primary/central) -"ceJ" = (/obj/machinery/power/solar_control{dir = 4; name = "Starboard Quarter Solar Control"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"ceK" = (/obj/structure/grille,/turf/open/floor/plating,/area/router/eng) -"ceL" = (/obj/effect/turf_decal/delivery,/obj/structure/table,/obj/item/destTagger,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/router/eng) -"ceM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/massdriver{id = "eng_out"; pixel_x = -24; pixel_y = 24},/obj/machinery/button/door{id = "engblock"; name = "Router Access Control"; pixel_x = -24; pixel_y = 32; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eng) -"ceN" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/router/eng) -"ceO" = (/obj/effect/turf_decal/delivery,/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = 29},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/eng) -"ceP" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/router/eng) -"ceQ" = (/obj/structure/reagent_dispensers/fueltank,/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "2-5"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"ceR" = (/obj/machinery/door/poddoor{id = "TEGMixVent"; name = "Mixing Chamber Vent"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"ceS" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/starboard/central) -"ceT" = (/obj/effect/turf_decal/delivery,/obj/machinery/computer/cargo/request{dir = 4},/obj/machinery/light/small,/obj/machinery/requests_console{department = "Engineering Router"; name = "Engineering Router RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/router/eng) -"ceU" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 9},/obj/structure/fireaxecabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/engine/atmos) -"ceV" = (/turf/open/floor/plasteel,/area/router/eng) -"ceW" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/router/eng) -"ceX" = (/obj/effect/turf_decal/delivery,/obj/machinery/power/apc{name = "Engineering Router APC"; pixel_y = -24},/obj/machinery/light/small,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/router/eng) -"ceY" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"ceZ" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_access_txt = "10;24"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cfa" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfb" = (/obj/machinery/light{dir = 8},/obj/machinery/photocopier,/turf/open/floor/carpet/blue,/area/medical/medbay/central) -"cfc" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/hallway/primary/aft) -"cfd" = (/obj/structure/closet/crate/wooden,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cfe" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Bow Hall - Starboard"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cff" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfg" = (/obj/structure/chair{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/effect/landmark/start/research_director,/obj/machinery/camera{c_tag = "Research Director's Office - Port"; network = list("ss13","rd")},/obj/machinery/keycard_auth{pixel_x = -8; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"cfh" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfi" = (/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfj" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfk" = (/obj/structure/closet/secure_closet/engineering_electrical,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfl" = (/turf/closed/wall,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfm" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall,/area/engine/engine_smes{name = "Power Monitoring"}) -"cfn" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"cfo" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfp" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 1},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfq" = (/obj/structure/lattice/catwalk,/turf/open/floor/plating/airless,/area/space/nearstation) -"cfr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/door/airlock/external/glass{name = "Mixing Chamber Access"; req_one_access_txt = "10;24"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plating,/area/engine/teg_hot) -"cfs" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) -"cft" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/camera{c_tag = "Engineering - Mixing Chamber"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/engine/teg_hot) -"cfu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"cfv" = (/obj/effect/turf_decal/delivery,/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/firealarm{pixel_y = 26},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cfw" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Engineering Construction Area"; dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cfx" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cfy" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/terminal{dir = 1},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"cfz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cfA" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfB" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfD" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) -"cfE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"cfF" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/teg_hot) -"cfG" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Tech Storage"; req_access_txt = "19;23"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) -"cfH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/outlet_injector/on,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/sparker{id = "TEGMixIgniter"; pixel_x = 24},/obj/effect/decal/cleanable/ash,/obj/effect/decal/remains/human,/turf/open/floor/engine/vacuum,/area/engine/teg_hot) -"cfJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"cfK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/teg_hot) -"cfL" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/airlock/atmos{name = "Atmospherics Access"; req_access_txt = "24"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cfM" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"cfN" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cfO" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cfP" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"cfQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/library) -"cfR" = (/obj/effect/turf_decal/delivery,/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cfS" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"cfT" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"cfU" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/item/beacon,/turf/open/floor/plasteel,/area/engine/break_room) -"cfV" = (/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/atmos) -"cfW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/plasma/reinforced/spawner/north,/obj/structure/window/plasma/reinforced/spawner,/obj/structure/lattice,/turf/open/space/basic,/area/engine/teg_hot) -"cfX" = (/obj/item/pipe,/obj/structure/cable{icon_state = "2-5"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"cfY" = (/obj/machinery/light/small{dir = 4},/obj/item/stack/sheet/metal,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/metal,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"cfZ" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/stairs/right,/area/science/research{name = "Research Sector"}) -"cga" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cgb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Mixing Chamber Access"; req_one_access_txt = "10;24"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plating,/area/engine/teg_hot) -"cgc" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/storage/primary) -"cgd" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/maintenance/disposal) -"cge" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/atmos) -"cgf" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cgg" = (/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) -"cgh" = (/obj/machinery/pipedispenser,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/stripes/end{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/atmos) -"cgi" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/teg_hot) -"cgj" = (/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cgk" = (/obj/machinery/light/small{dir = 8},/obj/machinery/conveyor/auto{id = "cargo"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cgl" = (/obj/machinery/button/door{id = "TEGMixVent"; name = "Mixing Chamber Vent"; pixel_y = 24; req_access_txt = "10"},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "atmos mix to burn"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgm" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light/small{dir = 1},/obj/effect/turf_decal/caution/stand_clear{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cgn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cgo" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/obj/machinery/button/ignition{id = "TEGMixIgniter"; name = "Mix Igniter"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgq" = (/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cgr" = (/obj/machinery/vending/wardrobe/robo_wardrobe,/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cgt" = (/obj/structure/rack,/obj/item/caution,/obj/item/caution,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cgu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgv" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgx" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) -"cgy" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/rust,/area/maintenance/solars/starboard/aft) -"cgz" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos) -"cgA" = (/obj/machinery/pipedispenser/disposal,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/atmos) -"cgB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgC" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/hallway/primary/central) -"cgD" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/teg_hot) -"cgE" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cgF" = (/obj/structure/grille,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"cgG" = (/obj/structure/grille,/obj/structure/window/reinforced/spawner/north,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"cgH" = (/obj/structure/cable{icon_state = "2-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgI" = (/obj/structure/cable{icon_state = "2-4"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgJ" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgK" = (/obj/structure/cable{icon_state = "1-8"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgL" = (/obj/machinery/computer/rdservercontrol{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) -"cgM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cgN" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgP" = (/obj/structure/cable{icon_state = "1-4"},/turf/closed/wall/r_wall,/area/science/server{name = "Computer Core"}) -"cgQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"cgR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgS" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/disposal) -"cgU" = (/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4; name = "manual mix to burn"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cgV" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cgW" = (/obj/docking_port/stationary{dir = 4; dwidth = 3; height = 5; id = "mining_home"; name = "mining shuttle bay"; roundstart_template = /datum/map_template/shuttle/mining/delta; width = 7},/turf/open/space/basic,/area/space) -"cgX" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cgY" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cgZ" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cha" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"chb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"chc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"chd" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"che" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"chf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"chg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"chh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plating,/area/tcommsat/computer) -"chi" = (/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/closed/wall/r_wall,/area/tcommsat/computer) -"chj" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"chk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"chl" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"chm" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall/r_wall/rust,/area/hydroponics/garden{name = "Nature Preserve"}) -"chn" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/power/apc{areastring = "/area/maintenance/disposal/incinerator"; dir = 8; name = "Incinerator APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/atmos) -"cho" = (/turf/closed/wall/r_wall/rust,/area/maintenance/department/eva) -"chp" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"chq" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/effect/turf_decal/stripes/end,/turf/open/floor/plasteel/dark,/area/engine/atmos) -"chr" = (/obj/machinery/atmospherics/components/binary/valve/digital,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"chs" = (/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cht" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"chu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"chv" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"chw" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"chx" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) -"chy" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"chz" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel,/area/engine/teg_hot) -"chA" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) -"chB" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/teg_hot) -"chC" = (/turf/closed/wall/r_wall/rust,/area/space/nearstation) -"chD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) -"chE" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/teg_cold) -"chF" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/table,/obj/item/analyzer,/obj/item/pipe_dispenser,/obj/item/wrench,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"chG" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"chH" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/closed/wall/r_wall/rust,/area/maintenance/fore) -"chI" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/meter,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"chJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/department/security) -"chK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 4},/turf/open/floor/plating,/area/engine/teg_cold) -"chL" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"chM" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"chN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/teg_hot) -"chO" = (/obj/structure/table,/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30},/obj/item/clothing/head/welding{pixel_x = -5; pixel_y = 3},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 7},/obj/item/clothing/glasses/welding,/obj/item/multitool,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/atmos) -"chP" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/lawoffice) -"chQ" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"chR" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/science/mixing"; dir = 1; name = "Toxins Lab APC"; pixel_y = 24},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/science/storage) -"chS" = (/obj/machinery/suit_storage_unit/atmos,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/atmos) -"chT" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/turf/open/floor/engine,/area/science/storage) -"chU" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/wood,/area/library) -"chV" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"chW" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"chX" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall/r_wall,/area/engine/teg_hot) -"chY" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/machinery/light{dir = 8},/obj/item/storage/hypospraykit/fire,/obj/item/grenade/chem_grenade/smart_metal_foam,/obj/item/grenade/chem_grenade/smart_metal_foam,/obj/item/wrench,/turf/open/floor/plasteel,/area/engine/teg_hot) -"chZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plasteel,/area/engine/teg_hot) -"cia" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cib" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cic" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"cid" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/analyzer,/turf/open/floor/plasteel,/area/engine/teg_hot) -"cie" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_cold) -"cif" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cig" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cih" = (/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cii" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cij" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/door/window/westleft{name = "Science Desk"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/lab) -"cik" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "router_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cil" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cim" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 11},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cin" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"cio" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/closed/wall,/area/science/robotics/mechbay) -"cip" = (/obj/machinery/mass_driver{id = "cargo_in"; name = "Router Driver"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"ciq" = (/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"cir" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"cis" = (/obj/structure/sign/warning/vacuum{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cit" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/fore) -"ciu" = (/obj/structure/barricade/wooden,/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/poster/ripped{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/port/fore) -"civ" = (/obj/structure/girder/displaced,/turf/open/floor/plating,/area/maintenance/port/fore) -"ciw" = (/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port/fore) -"cix" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/port/fore) -"ciy" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"ciz" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/item/reagent_containers/food/drinks/trophy,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) -"ciA" = (/obj/effect/turf_decal/tile/brown,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ciB" = (/obj/structure/frame/computer,/obj/structure/disposalpipe/segment,/turf/open/floor/plating/airless,/area/maintenance/port/fore) -"ciC" = (/obj/structure/table,/obj/item/paper/pamphlet/gateway,/turf/open/floor/plasteel/white,/area/gateway) -"ciD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"ciE" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"ciF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ciG" = (/obj/machinery/conveyor{dir = 4; id = "disposal_off"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciH" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 6},/obj/machinery/meter,/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"ciI" = (/turf/closed/wall/r_wall/rust,/area/quartermaster/warehouse) -"ciJ" = (/turf/closed/wall/rust,/area/quartermaster/warehouse) -"ciK" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"ciL" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"ciM" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 4; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciN" = (/obj/structure/table/reinforced,/obj/item/storage/box/donkpockets{pixel_y = 4},/obj/machinery/door/poddoor/preopen{id = "kitchenlock"; name = "Kitchen Lockup"},/obj/machinery/door/window/northleft{name = "Kitchen Slider"; req_access_txt = "28"},/obj/machinery/door/window/southleft{name = "Bar Slider"; req_access_txt = "25"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/kitchen) -"ciO" = (/obj/machinery/mass_driver{dir = 4; id = "disposal_out"; name = "Router Driver"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciP" = (/obj/effect/turf_decal/delivery,/obj/item/weldingtool,/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"ciQ" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"ciR" = (/obj/machinery/door/firedoor,/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/red{dir = 1},/obj/machinery/door/airlock/security{name = "Cargo Security Checkpoint"; req_access_txt = "63"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"ciS" = (/obj/machinery/conveyor/auto{dir = 9; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciT" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/closet/radiation,/obj/machinery/firealarm{dir = 4; pixel_x = -28; pixel_y = -4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"ciU" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"ciV" = (/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciW" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 11},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ciX" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"ciY" = (/obj/structure/table,/obj/item/storage/toolbox/emergency,/obj/item/wrench,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/engine/teg_hot"; dir = 8; name = "Hot Loop APC"; pixel_x = -24},/turf/open/floor/plasteel,/area/engine/teg_hot) -"ciZ" = (/obj/machinery/atmospherics/components/binary/valve/digital,/turf/open/floor/plasteel,/area/engine/teg_hot) -"cja" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cjb" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cjc" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/door/poddoor{name = "Disposal Router"},/turf/open/floor/plating,/area/maintenance/disposal) -"cjd" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cje" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cjf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Cargo Detainment Cell"; req_access_txt = "63"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cjg" = (/obj/machinery/conveyor/auto{dir = 1; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"cjh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cji" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 1; id = "disposal"},/turf/open/floor/plating,/area/maintenance/disposal) -"cjj" = (/turf/closed/wall,/area/crew_quarters/theatre/mime) -"cjk" = (/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) -"cjl" = (/obj/structure/closet/crate/wooden/toy,/obj/item/toy/figure/mime,/turf/open/floor/plasteel/checker,/area/crew_quarters/theatre/mime) -"cjm" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/hallway/secondary/service) -"cjn" = (/obj/structure/reagent_dispensers/cooking_oil,/turf/open/floor/plasteel/freezer,/area/crew_quarters/kitchen/backroom) -"cjo" = (/obj/structure/table,/obj/item/flashlight/seclite,/turf/open/floor/plating,/area/maintenance/port/fore) -"cjp" = (/turf/closed/wall/r_wall,/area/crew_quarters/theatre/mime) -"cjq" = (/turf/closed/wall/rust,/area/maintenance/port/central) -"cjr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/science/server{name = "Computer Core"}) -"cjs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cjt" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/quartermaster/office"; dir = 1; name = "Cargo Office APC"; pixel_y = 24},/obj/structure/sign/poster/contraband/scum{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cju" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/machinery/light_switch{pixel_x = 24},/obj/item/clothing/ears/earmuffs,/obj/item/extinguisher{pixel_x = -12; pixel_y = -2},/obj/machinery/camera{c_tag = "Engineering - Hot Loop"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cjv" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/library) -"cjw" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/library) -"cjx" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/wood,/area/library) -"cjy" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/maintenance/port/central) -"cjz" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cjA" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/item/kirbyplants/random,/turf/open/floor/plasteel,/area/quartermaster/office) -"cjB" = (/obj/item/stack/cable_coil/cut/red,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"cjC" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/clothing/mask/cigarette,/obj/structure/sign/poster/official/twelve_gauge{pixel_x = 32},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cjD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/maintenance/department/eva) -"cjE" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) -"cjF" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/turf/open/space/basic,/area/space/nearstation) -"cjG" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"cjH" = (/obj/structure/lattice,/obj/structure/sign/warning/electricshock{pixel_x = -32},/turf/open/space/basic,/area/space/nearstation) -"cjI" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cjJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "E.V.A. Storage"; req_access_txt = "18"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"cjK" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/teg_cold) -"cjL" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"cjM" = (/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/item/storage/toolbox/mechanical,/obj/item/radio/off,/obj/item/multitool{pixel_x = -6},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/department/eva) -"cjN" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/camera{c_tag = "Security - Visitation Area"; dir = 1},/turf/open/floor/plasteel,/area/security/main) -"cjO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/plating,/area/maintenance/port/fore) -"cjP" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cjQ" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"cjR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Head of Security's Office"; req_one_access_txt = "58"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hos) -"cjS" = (/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"cjT" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/landmark/start/security_officer,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/security/brig) -"cjU" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"cjV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Engineering Sector"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cjW" = (/obj/structure/bed,/obj/machinery/light_switch{pixel_y = -24},/obj/item/bedsheet/hos,/obj/effect/landmark/start/head_of_security,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/button/door{id = "hos"; name = "HoS Office Shutters"; pixel_y = -32; pixel_x = -5},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"cjX" = (/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 9},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark,/area/engine/teg_cold) -"cjY" = (/obj/machinery/computer/station_alert{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/keycard_auth{pixel_x = 8; pixel_y = 24},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cjZ" = (/obj/item/beacon,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"cka" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"ckb" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/obj/structure/disposalpipe/junction{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) -"ckc" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft/secondary"; dir = 8; name = "Aft Air Hookup APC"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"ckd" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cke" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/wood,/area/library) -"ckf" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"ckg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/corner,/area/ai_monitored/storage/eva) -"ckh" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cki" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ckj" = (/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"ckk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Research Maintenance"; dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"ckl" = (/turf/open/space/basic,/area/space/station_ruins) -"ckm" = (/turf/closed/wall/r_wall,/area/engine/teg_cold) -"ckn" = (/obj/machinery/door/airlock/external/glass{name = "External Solar Access"; req_access_txt = "10;13"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cko" = (/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/engine/engineering"; dir = 4; name = "Engine Room APC"; pixel_x = 24},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"ckp" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/chemist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"ckq" = (/obj/structure/closet/crate/hydroponics,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/quartermaster/warehouse) -"ckr" = (/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"cks" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"ckt" = (/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cku" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_hot) -"ckv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Warehouse"; req_one_access_txt = "10;31"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"ckw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) -"ckx" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cky" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/engine/teg_hot) -"ckz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/table,/obj/item/pipe_dispenser,/turf/open/floor/plasteel,/area/engine/teg_hot) -"ckA" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/engine/teg_hot) -"ckB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/closet/crate/engineering,/obj/machinery/light_switch{pixel_x = -24},/obj/item/rcl/pre_loaded,/obj/item/rcl/pre_loaded,/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/machinery/camera{c_tag = "Engineering - Cold Loop"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) -"ckC" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve/digital{name = "gas to cold loop"},/turf/open/floor/plasteel,/area/engine/teg_cold) -"ckD" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/structure/sign/warning/fire{pixel_x = 32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"ckE" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"ckF" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/engine/teg_cold"; dir = 4; name = "Cold Loop APC"; pixel_x = 24},/turf/open/floor/plasteel,/area/engine/teg_cold) -"ckG" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ckH" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"ckI" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plating,/area/maintenance/department/eva) -"ckJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/teg_hot) -"ckK" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ckL" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ckM" = (/obj/structure/closet/secure_closet/miner,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/item/clothing/under/rank/cargo/miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ckN" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/science/xenobiology) -"ckO" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"ckP" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckQ" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckR" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/science/lab) -"ckS" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"ckT" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckU" = (/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckV" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckW" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ckX" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"ckY" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/checker,/area/ai_monitored/storage/eva) -"ckZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"cla" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"clb" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"clc" = (/obj/machinery/vending/wardrobe/chem_wardrobe,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cld" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cle" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/science/misc_lab"; dir = 1; name = "Research Observatory APC"; pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"clf" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 3"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"clg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"clh" = (/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cli" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) -"clj" = (/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall/r_wall,/area/science/xenobiology) -"clk" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) -"cll" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) -"clm" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/space/nearstation) -"cln" = (/obj/structure/window/reinforced/spawner/west,/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) -"clo" = (/obj/structure/window/reinforced/spawner/east,/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/space/nearstation) -"clp" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/xenobiology) -"clq" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) -"clr" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/xenobiology) -"cls" = (/obj/structure/window/reinforced/spawner,/obj/structure/grille,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating/airless,/area/space/nearstation) -"clt" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) -"clu" = (/obj/machinery/door/window/northleft{name = "Library Desk Door"; req_access_txt = "37"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"clv" = (/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"clw" = (/obj/effect/landmark/start/librarian,/obj/machinery/newscaster{pixel_x = -30},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"clx" = (/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cly" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"clz" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"clA" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"clB" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"clC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"clD" = (/obj/machinery/telecomms/server/presets/medical,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clE" = (/obj/machinery/ntnet_relay,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clF" = (/obj/machinery/telecomms/server/presets/supply,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clG" = (/obj/machinery/telecomms/server/presets/engineering,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clH" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"clI" = (/obj/machinery/telecomms/bus/preset_four,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clJ" = (/obj/machinery/telecomms/broadcaster/preset_left,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clK" = (/obj/machinery/telecomms/processor/preset_four,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clL" = (/obj/machinery/telecomms/bus/preset_two,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clM" = (/obj/machinery/telecomms/broadcaster/preset_right,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clN" = (/obj/machinery/telecomms/processor/preset_two,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"clO" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"clP" = (/obj/structure/table,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/analyzer,/obj/item/stock_parts/subspace/analyzer,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clQ" = (/obj/structure/table,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clR" = (/obj/structure/table,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/transmitter,/obj/item/stock_parts/subspace/transmitter,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clS" = (/obj/structure/table,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clT" = (/obj/structure/table,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clU" = (/obj/structure/table,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/scanning_module,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"clV" = (/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/red{dir = 1},/obj/machinery/camera{c_tag = "Supply - Security Post"; dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"clW" = (/turf/closed/wall/rust,/area/storage/tech) -"clX" = (/turf/closed/wall/rust,/area/maintenance/starboard/aft) -"clY" = (/obj/effect/turf_decal/stripes/line,/obj/structure/closet/firecloset,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) -"clZ" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/chair{dir = 4},/obj/machinery/camera{c_tag = "Escape Hall - Port"; dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cma" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/chair{dir = 8},/obj/machinery/camera{c_tag = "Escape Hall - Starboard"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cmb" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Supply - Mining Dock"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cmc" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Starboard Quarter Solar Maintenance"; dir = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cmd" = (/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cme" = (/obj/structure/bed,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cmf" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cmg" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cmh" = (/obj/structure/sign/warning/radiation,/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"cmi" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmj" = (/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cml" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"cmm" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cmn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cmo" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"cmp" = (/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmq" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmr" = (/obj/machinery/gravity_generator/main/station,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cms" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmt" = (/obj/structure/disposalpipe/segment,/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cmu" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/cable,/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cmv" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cmw" = (/obj/machinery/camera{c_tag = "Engineering - Gravity Generator"; dir = 1},/turf/open/floor/engine,/area/engine/gravity_generator) -"cmx" = (/obj/machinery/light,/turf/open/floor/engine,/area/engine/gravity_generator) -"cmy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/exit) -"cmz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"cmA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Bar Backroom"; req_access_txt = "25"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"cmB" = (/obj/structure/window/reinforced/spawner/west,/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northright{name = "Emergency Shower"},/turf/open/floor/plasteel,/area/medical/chemistry) -"cmC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"cmD" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/deliveryChute,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cmE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cmF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"cmG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cmH" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Cargo Router"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cmI" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/item/radio/off{pixel_x = -3; pixel_y = 1},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cmJ" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/machinery/door/airlock/external/glass{name = "Mining Dock"; req_one_access_txt = "10;24;48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cmK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cmL" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/aft) -"cmM" = (/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmN" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/item/radio/intercom{frequency = 1359; name = "Station Intercom (Security)"; pixel_y = -28},/turf/open/floor/plasteel/dark,/area/lawoffice) -"cmO" = (/obj/effect/turf_decal/bot,/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Engineering"},/turf/open/floor/plasteel,/area/engine/break_room) -"cmP" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"cmQ" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 4"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) -"cmR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cmS" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cmT" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/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/red{dir = 1},/obj/item/folder/red,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/window/northright{name = "Security Checkpoint"; req_access_txt = "1"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cmU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cmV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cmW" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/requests_console{department = "Cargo"; name = "Cargo RC"; pixel_x = -30},/obj/machinery/camera{c_tag = "Supply - Quartermaster's Office"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"cmX" = (/obj/machinery/light/small,/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"cmY" = (/obj/machinery/door/airlock/engineering{name = "Hot Loop"; req_one_access_txt = "10;24"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cmZ" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/window/reinforced/spawner/west,/obj/machinery/atmospherics/components/unary/cryo_cell{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cna" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/window/reinforced/spawner/east,/obj/machinery/atmospherics/components/unary/cryo_cell{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cnb" = (/obj/structure/table/glass,/obj/effect/turf_decal/stripes/line,/obj/item/storage/box/beakers{pixel_x = -4},/obj/item/storage/box/syringes{pixel_x = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/science/xenobiology) -"cnc" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cnd" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cne" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cnf" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cng" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/quartermaster/qm) -"cnh" = (/obj/machinery/door/airlock/engineering{name = "Cold Loop"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cni" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnj" = (/obj/machinery/camera{c_tag = "Research - Observatory"; dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cnk" = (/obj/machinery/light,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cnl" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1; pixel_x = 5},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cnm" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/gateway) -"cnn" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cno" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cnp" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) -"cnq" = (/obj/structure/disposalpipe/segment{dir = 10},/mob/living/simple_animal/cockroach,/turf/open/floor/plating,/area/maintenance/port/central) -"cnr" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cns" = (/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cnt" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{dir = 8; id = "disposal"},/obj/machinery/door/poddoor{name = "Disposal Router"},/turf/open/floor/plating,/area/maintenance/disposal) -"cnu" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/gateway) -"cnv" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/bot,/obj/effect/decal/cleanable/dirt,/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cnw" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/storage) -"cnx" = (/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/red{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cny" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cnz" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/structure/sign/departments/chemistry{pixel_y = 32},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cnA" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office) -"cnB" = (/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/red{dir = 1},/obj/structure/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cnC" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/engine,/area/science/explab) -"cnD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/xenobiology) -"cnE" = (/obj/docking_port/stationary{dir = 2; dwidth = 9; height = 22; id = "emergency_home"; name = "CogStation Escape Dock"; width = 29},/turf/open/space/basic,/area/space) -"cnF" = (/obj/structure/disposalpipe/segment,/obj/item/reagent_containers/food/drinks/bottle/kahlua/empty,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/port/fore) -"cnG" = (/obj/machinery/door/airlock/external/glass{name = "Shuttle Maintenance Access"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cnH" = (/obj/machinery/door/airlock/external/glass{name = "Departures Shuttle Dock"},/obj/structure/fans/tiny,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cnI" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/space/nearstation) -"cnJ" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/space/nearstation) -"cnK" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cnL" = (/obj/structure/closet/crate/science,/obj/item/stack/sheet/metal/ten,/obj/item/stack/sheet/glass/five,/obj/item/stack/rods/twentyfive,/obj/item/target/syndicate,/obj/item/target/alien,/obj/item/target,/obj/item/target/clown,/turf/open/floor/plasteel,/area/science/mixing) -"cnM" = (/obj/machinery/mass_driver{dir = 8; id = "pb_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cnN" = (/obj/structure/bookcase/random/fiction,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/library) -"cnO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/storage) -"cnP" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/item/kirbyplants{icon_state = "plant-21"; pixel_y = 3},/turf/open/floor/wood,/area/library) -"cnQ" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/camera{c_tag = "Supply - Warehouse Exterior"; dir = 1},/turf/open/space/basic,/area/quartermaster/warehouse) -"cnR" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cnS" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/fifteen_k{areastring = /area/maintenance/solars/starboard/aft; dir = 1; name = "Starboard Quarter Solars APC"; pixel_y = 26},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cnT" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"cnU" = (/obj/machinery/door/poddoor/incinerator_toxmix,/turf/open/floor/engine/vacuum,/area/science/mixing) -"cnV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/turf/open/floor/engine,/area/science/storage) -"cnW" = (/obj/structure/chair/office/dark{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/library) -"cnX" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/vehicle/ridden/wheelchair,/turf/open/floor/plasteel,/area/medical/medbay/central) -"cnY" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/vehicle/ridden/wheelchair,/turf/open/floor/plasteel,/area/medical/medbay/central) -"cnZ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/holopad,/obj/machinery/requests_console{department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"coa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cob" = (/obj/structure/closet/l3closet/virology,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/virology) -"coc" = (/obj/machinery/camera{c_tag = "Medbay - Reception"; dir = 4},/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) -"cod" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/light,/obj/structure/window/reinforced/spawner/east,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/wood,/area/medical/medbay/lobby) -"coe" = (/obj/structure/bodycontainer/morgue,/obj/machinery/camera{c_tag = "Medbay Morgue"; dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cof" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) -"cog" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"coh" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/engine/storage_shared{name = "Electrical Substation"}) -"coi" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coj" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cok" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_hot) -"col" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"com" = (/obj/machinery/chem_master,/obj/effect/turf_decal/stripes/end{dir = 8},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/medical/chemistry) -"con" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/station_engineer,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/storage/primary) -"coo" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/storage/primary) -"cop" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "CEPrivacy"; name = "CE Privacy Shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"coq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cor" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cos" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Workshop"; req_access_txt = "11"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cot" = (/obj/machinery/computer/apc_control{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cou" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/chief_engineer,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cov" = (/obj/structure/sign/warning/nosmoking{pixel_y = -32},/turf/closed/wall,/area/medical/medbay/central) -"cow" = (/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_one_access_txt = "10;48"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cox" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"coy" = (/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"coz" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coA" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Aft Maintenance - Starboard Quarter"; dir = 8; pixel_y = -22},/turf/open/floor/plating,/area/maintenance/aft) -"coB" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Aft Hallway - MedSci Port"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coC" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/camera{c_tag = "Aft Maintenance - Starboard Bow"; pixel_x = 22},/turf/open/floor/plating,/area/maintenance/aft) -"coD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coE" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Aft Hall - MedSci Starboard"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coF" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/landmark/start/assistant,/obj/machinery/camera{c_tag = "Aft Hall - Workshop"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coG" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/obj/machinery/camera{c_tag = "Research - Experimentation Lab"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/explab) -"coH" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"coI" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) -"coJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Virology Access"; dir = 8; pixel_y = -22},/turf/open/floor/plasteel,/area/medical/virology) -"coK" = (/obj/machinery/camera{c_tag = "Medbay - Monkey Pen"; dir = 4},/mob/living/carbon/monkey,/turf/open/floor/grass,/area/medical/virology) -"coL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=cargo"; location = "eng2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coM" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"coN" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"coO" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/camera{c_tag = "Central Hall"; dir = 4},/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) -"coP" = (/obj/structure/table/glass,/obj/item/paper_bin,/obj/machinery/camera{c_tag = "Central Plaza - Port"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"coQ" = (/obj/machinery/camera{c_tag = "Central Docking Bay"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"coR" = (/obj/machinery/camera{c_tag = "Ferry Docking Bay"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"coS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Ferry Docking Bay - Starboard"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"coT" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/teg_hot) -"coU" = (/obj/machinery/computer/secure_data{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/camera{c_tag = "Security - Front Desk"; dir = 1},/turf/open/floor/plasteel,/area/security/main) -"coV" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/camera{c_tag = "Medbay Entrance"; dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"coW" = (/obj/machinery/light/small{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/engineering,/obj/machinery/camera{c_tag = "Technical Storage"; dir = 4},/turf/open/floor/plating,/area/storage/tech) -"coX" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/camera{c_tag = "Medbay - Operating Theatre"; dir = 8; network = list("ss13","medbay"); pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"coY" = (/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/machinery/camera{c_tag = "Medbay - Cryogenics"; dir = 1},/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"coZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cpa" = (/obj/structure/closet/crate/radiation,/obj/item/storage/firstaid/radbgone,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpb" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/sign/warning/biohazard{pixel_y = -32},/turf/open/floor/plasteel,/area/medical/virology) -"cpc" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cpd" = (/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/fitness) -"cpe" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/white/full,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/engine,/area/science/explab) -"cpf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cpg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/explab) -"cph" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"cpi" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible{dir = 5},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"cpj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cpk" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpl" = (/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cpm" = (/obj/effect/turf_decal/delivery,/obj/machinery/photocopier,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; name = "Cargo RC"; pixel_y = 30},/obj/machinery/camera{c_tag = "Supply - Delivery Office Aft"; network = list("ss13","rd")},/obj/item/paper/guides/cogstation/disposals,/obj/item/paper/fluff/cogstation/mulebot,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cpn" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cpo" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpp" = (/obj/structure/plasticflaps,/obj/machinery/conveyor/auto{id = "cargo"},/obj/structure/fans/tiny,/obj/machinery/door/poddoor/preopen{id = "cargoblock"; name = "Cargo Router"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cpq" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet/blue,/area/crew_quarters/abandoned_gambling_den{name = "Arcade"}) -"cpr" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cps" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"cpt" = (/obj/machinery/newscaster{pixel_x = -30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"cpu" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/holopad,/turf/open/floor/wood,/area/library) -"cpv" = (/obj/structure/table,/obj/machinery/newscaster{pixel_x = 30},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cpw" = (/obj/machinery/computer/operating,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/sign/poster/official/space_cops{pixel_y = 32},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"cpx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"cpy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cpz" = (/turf/closed/wall/r_wall,/area/medical/virology) -"cpA" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpB" = (/obj/effect/landmark/carpspawn,/turf/open/space/basic,/area/space) -"cpC" = (/obj/effect/landmark/carpspawn,/turf/open/space/basic,/area/space/station_ruins) -"cpD" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/engine,/area/science/storage) -"cpE" = (/obj/structure/fans/tiny,/obj/structure/plasticflaps,/turf/open/floor/plating,/area/maintenance/disposal) -"cpF" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpG" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/external,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/department/eva) -"cpH" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/directions/engineering{dir = 4; pixel_y = -24},/obj/structure/sign/directions/supply{dir = 4; pixel_y = -32},/obj/structure/sign/directions/evac{dir = 4; pixel_y = -40},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cpI" = (/obj/machinery/chem_dispenser,/obj/effect/turf_decal/stripes/end{dir = 4},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel,/area/medical/chemistry) -"cpJ" = (/turf/closed/wall/r_wall/rust,/area/quartermaster/office) -"cpK" = (/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/red{dir = 1},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cpL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/engine/teg_hot) -"cpM" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 1; light_color = "#e8eaff"},/turf/open/floor/plasteel,/area/engine/atmos) -"cpN" = (/obj/structure/closet/secure_closet/atmospherics,/obj/item/cartridge/atmos,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/engine/atmos) -"cpO" = (/obj/structure/closet/secure_closet/atmospherics,/obj/item/cartridge/atmos,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/engine/atmos) -"cpP" = (/obj/machinery/camera{c_tag = "Research - Gateway Atrium"; dir = 1},/turf/open/floor/plasteel/white,/area/gateway) -"cpQ" = (/obj/machinery/vending/wardrobe/atmos_wardrobe,/obj/effect/turf_decal/stripes/line{dir = 6; layer = 2.03},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/engine/atmos) -"cpR" = (/obj/structure/closet/crate/engineering/electrical,/obj/item/electronics/apc,/obj/item/electronics/apc,/obj/item/electronics/airalarm,/obj/item/electronics/airalarm,/obj/item/electronics/firelock,/obj/item/electronics/firelock,/obj/item/electronics/firealarm,/obj/item/electronics/firealarm,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpS" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpT" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpV" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light{dir = 4; light_color = "#c1caff"},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cpW" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cpX" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/air,/area/engine/atmos) -"cpY" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/teg_hot) -"cpZ" = (/obj/structure/table,/obj/item/tank/internals/air,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/dark,/area/engine/teg_hot) -"cqa" = (/obj/machinery/autolathe,/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqb" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cqc" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqd" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/mob/living/simple_animal/hostile/retaliate/goose{check_friendly_fire = 1; desc = "It may not be as wise as an owl, but the Head of Security's pet is far more dangerous."; faction = list("neutral","silicon","turret","station"); name = "Officer Snooty"},/turf/open/floor/plasteel,/area/security/main) -"cqe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=eng1"; location = "sci"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cqf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cqg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cqh" = (/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/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cqi" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"cqj" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"cqk" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=med"; location = "cargo"},/turf/open/floor/plasteel,/area/quartermaster/office) -"cql" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=eng2"; location = "evac"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cqm" = (/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = 26},/obj/item/storage/box/disks_nanite,/obj/item/book/manual/wiki/research_and_development{pixel_x = 4; pixel_y = -8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cqn" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqo" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Warehouse"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqr" = (/obj/machinery/power/apc{areastring = "/area/maintenance/starboard/central"; name = "Central Starboard Maintenance APC"; pixel_y = -26},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/starboard/central) -"cqs" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table/wood,/obj/item/clipboard,/obj/item/paper/guides/jobs/engi/solars,/obj/item/pen,/obj/machinery/camera{c_tag = "Engineering Foyer - Port"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cqt" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/noticeboard/qm{dir = 4; pixel_x = -32},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cqu" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/computer/atmos_alert,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cqv" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cqw" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/disposal/bin,/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/stripes/white/full,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cqx" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/modular_computer/console/preset/engineering,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cqy" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/table/wood,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cqz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cqA" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqB" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/absinthe,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"cqC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqD" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqE" = (/obj/machinery/conveyor_switch{id = "EngiCargoConveyer"},/obj/machinery/button/door{id = "EngiDeliverDoor"; name = "Engineering Delivery Door Control"; pixel_x = 24},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqF" = (/obj/effect/turf_decal/delivery,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cqG" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cqH" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"cqI" = (/obj/structure/chair/stool,/obj/effect/landmark/start/atmospheric_technician,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cqJ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cqK" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/sign/plaques/atmos{pixel_x = 32},/turf/open/floor/plasteel,/area/engine/break_room) -"cqL" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqM" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqN" = (/turf/closed/wall/rust,/area/maintenance/department/security) -"cqO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cqP" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cqQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cqR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cqS" = (/obj/machinery/computer/rdconsole/experiment{dir = 4},/obj/effect/turf_decal/stripes/line,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science RC"; pixel_x = -30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/explab) -"cqT" = (/obj/effect/turf_decal/stripes/line,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cqU" = (/obj/machinery/door/airlock/external{name = "Escape Pod"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cqV" = (/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"cqW" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/window/reinforced/spawner,/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cqX" = (/obj/docking_port/stationary{dir = 4; dwidth = 5; height = 7; id = "supply_home"; name = "Cargo Shuttle"; width = 12},/turf/open/space/basic,/area/space) -"cqY" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cqZ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/requests_console{department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_y = -32},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cra" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Auxiliary Tool Storage"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/tools) -"crb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/turf/open/floor/plating,/area/engine/teg_cold) -"crc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"crd" = (/obj/effect/turf_decal/bot,/obj/structure/table/reinforced,/obj/item/destTagger,/obj/item/destTagger,/obj/item/destTagger,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_y = 32},/obj/machinery/button/massdriver{id = "cargo_out"; pixel_x = -8; pixel_y = -4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cre" = (/obj/machinery/door/airlock/external/glass{name = "Asteroid Mining Access"; req_one_access_txt = "10;48"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"crf" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) -"crg" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/door/airlock/medical/glass{name = "Chemistry Lab"; req_access_txt = "5; 33"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"crh" = (/obj/machinery/mass_driver{dir = 1; id = "cargo_out"; name = "Router Driver"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cri" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel,/area/engine/break_room) -"crj" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"crk" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"crl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"crm" = (/obj/machinery/door/firedoor,/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "EngiCargoConveyer"},/obj/machinery/door/poddoor{id = "EngiDeliverDoor"; name = "Engineering Delivery Door"},/turf/open/floor/plating,/area/engine/teg_cold) -"crn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/medical/chemistry) -"cro" = (/turf/closed/wall/r_wall/rust,/area/maintenance/starboard/aft) -"crp" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/storage/tech) -"crq" = (/obj/structure/closet/crate/freezer,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/medical/morgue"; dir = 4; name = "Morgue APC"; pixel_x = 24},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"crr" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Central Hall - Fore"; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/hallway/primary/central) -"crs" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/engine,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"crt" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"cru" = (/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"crv" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"crw" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"crx" = (/obj/machinery/camera{c_tag = "Engine Room - Port Quarter"; dir = 1},/obj/structure/cable,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cry" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10; pixel_x = -5},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random{pixel_x = -2; pixel_y = -2},/obj/item/stack/cable_coil/random{pixel_x = 2; pixel_y = 2},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/camera{c_tag = "Robotics - Surgery"; dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"crz" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/camera/motion{c_tag = "Telecomms Satellite"; dir = 1; network = list("tcomms")},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"crA" = (/obj/machinery/aug_manipulator,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"crB" = (/obj/structure/lattice,/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port"; dir = 8; network = list("tcomms")},/turf/open/space/basic,/area/space/nearstation) -"crC" = (/obj/structure/lattice,/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior Starboard"; dir = 4; network = list("tcomms")},/turf/open/space/basic,/area/space/nearstation) -"crD" = (/obj/machinery/camera/motion{c_tag = "Telecomms Server Room"; dir = 1; network = list("tcomms")},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"crE" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Port Quarter"; network = list("tcomms")},/turf/open/space/basic,/area/space) -"crF" = (/obj/machinery/camera/motion{c_tag = "Telecomms Satellite Exterior - Starboard Quarter"; network = list("tcomms"); pixel_x = 22},/turf/open/space/basic,/area/space) -"crG" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating/airless,/area/science/test_area) -"crH" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating/airless,/area/science/test_area) -"crI" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/science/mixing) -"crJ" = (/obj/structure/window/reinforced,/obj/machinery/mass_driver{dir = 8; id = "toxinsdriver"},/obj/effect/turf_decal/stripes/end{dir = 4},/turf/open/floor/plating,/area/science/mixing) -"crK" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area) -"crL" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/science/test_area) -"crM" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area) -"crN" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/atmospherics/components/unary/tank/air{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) -"crO" = (/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/effect/turf_decal/stripes/end,/turf/open/floor/plasteel,/area/science/xenobiology) -"crP" = (/obj/structure/lattice,/turf/closed/wall,/area/hallway/secondary/entry) -"crQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"crR" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"crS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Pod"},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"crT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/poster/official/safety_internals{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"crU" = (/obj/effect/turf_decal/stripes/line,/obj/item/crowbar,/obj/structure/sign/poster/official/safety_internals{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"crV" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/public/glass,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"crW" = (/obj/machinery/computer/rdconsole/robotics{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"crX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"crY" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"crZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/hallway/primary/aft) -"csa" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/sign/warning/pods{pixel_x = -32; pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"csb" = (/obj/structure/sign/warning/pods{pixel_x = 32; pixel_y = 32},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/hallway/secondary/entry) -"csc" = (/obj/structure/fans/tiny/invisible,/obj/docking_port/stationary{dir = 2; dwidth = 1; height = 4; name = "escape pod loader"; roundstart_template = /datum/map_template/shuttle/escape_pod/default; width = 3},/turf/open/space/basic,/area/space) -"csd" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cse" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/item/clipboard,/obj/item/paper/monitorkey,/obj/item/pen/fountain,/obj/item/stamp/ce,/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Engineer's Desk"; departmentType = 5; name = "Chief Engineer's RC"; pixel_y = -32},/mob/living/simple_animal/parrot/Poly,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"csf" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director's RC"; pixel_y = -32; receive_ore_updates = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"csg" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"csh" = (/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/red{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"csi" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor/shutters/preopen{id = "chem1"; name = "chem lab shutters"},/turf/open/floor/plating,/area/medical/chemistry) -"csj" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"csk" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/explab) -"csl" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"csm" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"csn" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_y = -32},/turf/open/floor/plasteel,/area/security/main) -"cso" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/genetics) -"csp" = (/obj/structure/cable{icon_state = "1-2"},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"csq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Cold Loop"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"csr" = (/obj/structure/table,/obj/machinery/computer/libraryconsole/bookmanagement,/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_x = 30},/turf/open/floor/plasteel,/area/bridge) -"css" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/teg_cold) -"cst" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/teg_cold) -"csu" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) -"csv" = (/obj/structure/table,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/item/storage/toolbox/mechanical,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/paper/guides/cogstation/letter_supp,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"csw" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"csx" = (/obj/structure/closet/secure_closet/RD,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/cable{icon_state = "1-2"},/obj/item/paper/fluff/cogstation/letter_rd,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"csy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/xmastree,/turf/open/floor/plasteel{dir = 1; icon_state = "chapel"},/area/chapel/main) -"csz" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"csA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Visitation"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"csB" = (/obj/machinery/light/small{brightness = 3; dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"csC" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating/asteroid,/area/hydroponics/garden{name = "Nature Preserve"}) -"csD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/bridge) -"csE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hop) -"csF" = (/obj/structure/bed,/obj/effect/landmark/start/research_director,/obj/item/bedsheet/rd,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"csG" = (/obj/machinery/holopad,/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/lawoffice) -"csH" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/library) -"csI" = (/obj/structure/table/wood,/obj/machinery/light_switch{pixel_x = 4; pixel_y = -24},/obj/item/flashlight/lamp/green,/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = -6; pixel_y = -32},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"csJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"csK" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/window/northright{name = "Medbay Desk"; req_access_txt = "5"},/obj/item/clipboard,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/letter_med,/obj/item/clothing/glasses/hud/health,/obj/item/pen,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"csL" = (/obj/effect/landmark/xmastree/rdrod,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"csM" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"csN" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"csO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"csP" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"csQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"csR" = (/turf/open/floor/engine,/area/science/storage) -"csS" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"csT" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/circuit) -"csU" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/storage/tech) -"csV" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/machinery/button/door{id = "robotics"; name = "Shutters Control Button"; pixel_y = 8; req_access_txt = "29"; pixel_x = -24},/turf/open/floor/plasteel/dark/side{dir = 8},/area/science/robotics/lab) -"csW" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"csX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"csY" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"csZ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cta" = (/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/xenobiology) -"ctb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/explab) -"ctc" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ctd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cte" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctf" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctg" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cth" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cti" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctj" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/mixing) -"ctk" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/turf/open/floor/plasteel,/area/engine/atmos) -"ctl" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/stripes/white/full,/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/engine/workshop) -"ctm" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/sorting/mail/flip{sortType = 2},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctn" = (/obj/structure/closet/secure_closet/engineering_chief,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/obj/item/paper/guides/cogstation/letter_chief,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cto" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/stripes/white/full,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctp" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctq" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/quartermaster/office) -"cts" = (/obj/structure/rack,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/turf/open/floor/plasteel/white,/area/gateway) -"ctt" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ctu" = (/obj/structure/table,/obj/effect/turf_decal/bot,/obj/machinery/camera{c_tag = "Supply - Cargo Office"; dir = 1},/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/item/storage/box/disks,/turf/open/floor/plasteel,/area/quartermaster/office) -"ctv" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"ctw" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/quartermaster/office) -"ctx" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cty" = (/obj/effect/landmark/start/shaft_miner,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"ctz" = (/obj/structure/table,/obj/item/stamp/qm,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/structure/cable{icon_state = "4-8"},/obj/item/coin/silver{pixel_x = -12},/obj/item/key{pixel_x = 8; pixel_y = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"ctA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Cargo Bay"; req_one_access_txt = "31;48"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"ctB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"ctC" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/storage) -"ctD" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) -"ctE" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/modular_computer/console/preset/engineering,/obj/structure/cable{icon_state = "1-2"},/obj/structure/window/reinforced/spawner/north,/turf/open/floor/plasteel,/area/engine/workshop) -"ctF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) -"ctG" = (/turf/closed/wall,/area/engine/workshop) -"ctH" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"ctI" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/engine,/area/science/explab) -"ctJ" = (/obj/structure/plasticflaps,/turf/open/floor/plating,/area/engine/workshop) -"ctK" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"ctL" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Xenobiology - Pen 5"; dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"ctM" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/obj/machinery/camera{c_tag = "Xenobiology - Pen 6"; dir = 8; pixel_y = -22},/turf/open/floor/engine,/area/science/xenobiology) -"ctN" = (/obj/machinery/light/small{dir = 4; light_color = "#d8b1b1"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ctO" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/sign/warning/biohazard{pixel_x = -32},/turf/open/floor/plasteel/white,/area/medical/virology) -"ctP" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ctQ" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating/airless,/area/science/xenobiology) -"ctR" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"ctS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/sign/warning/biohazard{pixel_x = -32; pixel_y = 32},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"ctT" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/light{dir = 1; light_color = "#c1caff"},/obj/machinery/camera{c_tag = "Xenobiology - Aft"; network = list("ss13","rd")},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"ctU" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"ctV" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/five_k{areastring = "/area/hallway/secondary/exit"; name = "Escape Shuttle Hallway APC"; pixel_y = -28},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"ctW" = (/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ctX" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/engine/workshop) -"ctY" = (/obj/structure/sign/departments/xenobio{pixel_x = -32; pixel_y = 32},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"ctZ" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cua" = (/obj/structure/chair/comfy/black{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cub" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cuc" = (/obj/machinery/door/airlock/virology/glass{name = "Monkey Pen"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cud" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/camera{c_tag = "Xenobiology - Aft Access"; dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cue" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/xenobiology) -"cuf" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cug" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cuh" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cui" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cuj" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cuk" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cul" = (/obj/structure/chair/comfy/black,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cum" = (/obj/structure/rack,/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/storage/firstaid/regular{empty = 1; name = "First-Aid (empty)"},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/healthanalyzer{pixel_x = 4; pixel_y = -4},/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cun" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/snacks/meat/steak,/obj/machinery/camera{c_tag = "Xenobiology - Test Chamber"; dir = 1},/turf/open/floor/engine,/area/science/xenobiology) -"cuo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/hallway/primary/aft) -"cup" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cuq" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cur" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cus" = (/obj/machinery/light/small,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cut" = (/obj/docking_port/stationary{dir = 2; dwidth = 7; height = 9; id = "whiteship_home"; name = "SS13: Merchant Dock"; width = 13},/turf/open/space/basic,/area/space) -"cuu" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/engine/workshop) -"cuv" = (/obj/structure/bed,/obj/item/bedsheet/medical,/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cuw" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) -"cux" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"cuy" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) -"cuz" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"cuA" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"cuB" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cuC" = (/obj/structure/lattice/catwalk,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"cuD" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) -"cuE" = (/obj/structure/lattice,/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) -"cuF" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/junction{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) -"cuG" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space/nearstation) -"cuH" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/engine/workshop) -"cuI" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table,/obj/machinery/airalarm{pixel_y = 24},/obj/item/storage/toolbox/emergency,/obj/item/screwdriver,/turf/open/floor/plasteel,/area/engine/workshop) -"cuJ" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/storage/toolbox/mechanical,/obj/item/screwdriver,/turf/open/floor/plasteel,/area/engine/workshop) -"cuK" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/closet/secure_closet/engineering_welding,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/engine/workshop"; dir = 1; name = "Engineering Workshop APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/engine/workshop) -"cuL" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/workshop) -"cuM" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair{dir = 1},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) -"cuN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall,/area/engine/workshop) -"cuO" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/primary) -"cuP" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/atmospheric_technician,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cuQ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/gateway) -"cuR" = (/turf/closed/wall,/area/router/air) -"cuS" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/mass_driver{dir = 1; id = "workshop_out"; name = "Router Driver"},/turf/open/floor/plating,/area/engine/workshop) -"cuT" = (/obj/structure/window/reinforced/spawner/west,/obj/machinery/conveyor{id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cuU" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/sign/poster/official/build{pixel_x = -32},/turf/open/floor/plasteel,/area/engine/workshop) -"cuV" = (/turf/open/floor/plasteel,/area/engine/workshop) -"cuW" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/mapping_helpers/airlock/unres,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cuX" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay"; req_access_txt = "5"},/obj/effect/mapping_helpers/airlock/unres,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cuY" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cuZ" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/dark/side{dir = 4},/area/science/robotics/lab) -"cva" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/engine/workshop) -"cvb" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/engine/workshop) -"cvc" = (/obj/structure/chair/stool,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) -"cvd" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) -"cve" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cvf" = (/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cvg" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) -"cvh" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/computer/rdconsole/production{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) -"cvi" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/workshop) -"cvj" = (/obj/machinery/light_switch{pixel_x = -24},/obj/machinery/conveyor{id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cvk" = (/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cvl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/router/air) -"cvm" = (/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{areastring = "/area/maintenance/central"; dir = 1; name = "Airbridge Router APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/router/air) -"cvn" = (/obj/structure/table,/obj/item/destTagger,/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/router/air) -"cvo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) -"cvp" = (/obj/effect/turf_decal/bot,/obj/machinery/computer/cargo/request,/obj/machinery/camera{c_tag = "Airbridge Router"; pixel_x = 22},/obj/machinery/requests_console{department = "Airbridge Router"; name = "Airbridge Router RC"; pixel_y = 28},/turf/open/floor/plasteel,/area/router/air) -"cvq" = (/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor{dir = 1; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cvr" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/workshop) -"cvs" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/medical/virology) -"cvt" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 10},/area/science/robotics/lab) -"cvu" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cvv" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/requests_console{department = "Genetics"; name = "Genetics RC"; pixel_x = 30},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cvw" = (/obj/structure/closet,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/item/wrench/medical,/obj/item/screwdriver,/obj/item/stock_parts/cell/high/plus,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cvx" = (/obj/structure/table,/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/red{dir = 1},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 4},/obj/item/storage/toolbox/emergency,/obj/item/hypospray/mkii/tricord,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cvy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"cvz" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 4; node1_concentration = 0.8; node2_concentration = 0.2; on = 1; target_pressure = 4500},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cvA" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/securearea{pixel_x = -32; pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cvB" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/machinery/porta_turret/ai{dir = 1; req_access = list(16)},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cvC" = (/obj/machinery/computer/nanite_cloud_controller,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/structure/window/reinforced/spawner,/turf/open/floor/plasteel/dark,/area/science/server{name = "Computer Core"}) -"cvD" = (/obj/effect/turf_decal/delivery,/obj/machinery/rnd/server,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cvE" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/door/poddoor{id = "RDServer"; name = "RD Server Lockup"},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cvF" = (/obj/item/caution,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cvG" = (/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) -"cvH" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Toxins Mixing Lab"; req_access_txt = "7;8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white,/area/science/mixing) -"cvI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/computer/telecomms/server{dir = 1; network = "tcommsat"},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cvJ" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"cvK" = (/obj/structure/chair/sofa/right,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"cvL" = (/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/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cvM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/gateway) -"cvN" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cvO" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cvP" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/camera{c_tag = "Custodial Closet"; dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/open/floor/plasteel,/area/janitor) -"cvQ" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) -"cvR" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/sorting/mail/flip{sortType = 23},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cvS" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/holopad,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cvT" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall,/area/medical/medbay/central) -"cvU" = (/obj/structure/closet/crate/freezer/blood,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/reagent_dispensers/virusfood{pixel_x = -32},/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel/white,/area/medical/virology) -"cvV" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cvW" = (/obj/structure/chair/comfy/black,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cvX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/science/xenobiology) -"cvY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/science/xenobiology) -"cvZ" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/clipboard,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 4},/obj/item/stamp,/obj/machinery/door/window/southright{name = "Customs Desk"; req_access_txt = "57"},/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"cwa" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/flashlight/lamp,/obj/structure/window/reinforced/spawner,/obj/machinery/door/poddoor/shutters/preopen{id = "HoPAft"; name = "HoP Aft Desk Shutters"},/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"cwb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Mech Bay"; req_access_txt = "29"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"cwc" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/button/door{id = "cargoblock"; name = "Router Access Control"; pixel_x = -24; pixel_y = 24; req_access_txt = "31"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cwd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cwe" = (/obj/structure/closet/secure_closet/exile,/turf/open/floor/plasteel/white,/area/gateway) -"cwf" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cwg" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) -"cwh" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwi" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwj" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) -"cwk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/lounge) -"cwl" = (/obj/structure/table,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/book/manual/wiki/infections,/obj/item/folder/white,/obj/machinery/requests_console{department = "Virology"; name = "Virology RC"; pixel_x = -32},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwm" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwo" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/table,/obj/machinery/microwave,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwp" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) -"cwq" = (/obj/machinery/door/airlock/engineering{name = "Hot Loop"; req_one_access_txt = "10;24"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cwr" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) -"cws" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cwt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"cwu" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cwv" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/maintenance/disposal) -"cww" = (/turf/closed/wall/r_wall,/area/engine/atmos) -"cwx" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/white/full,/turf/open/floor/plasteel,/area/engine/atmos) -"cwy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cwz" = (/obj/structure/transit_tube/curved{dir = 8},/turf/open/space/basic,/area/space) -"cwA" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"cwB" = (/turf/open/floor/plasteel,/area/engine/atmos) -"cwC" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cwD" = (/obj/structure/transit_tube/diagonal/topleft,/turf/open/space/basic,/area/space) -"cwE" = (/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) -"cwF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cwG" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/effect/landmark/event_spawn,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"cwH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall,/area/crew_quarters/toilet/restrooms) -"cwI" = (/obj/structure/transit_tube/horizontal,/turf/open/space/basic,/area/space) -"cwJ" = (/obj/structure/lattice,/obj/structure/transit_tube/horizontal,/turf/open/space/basic,/area/space/nearstation) -"cwK" = (/obj/structure/transit_tube/crossing/horizontal,/turf/open/space/basic,/area/space) -"cwL" = (/obj/structure/transit_tube/horizontal,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"cwM" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/structure/transit_tube/station/reverse/flipped,/obj/structure/transit_tube_pod{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cwN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"cwO" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cwP" = (/obj/structure/bed,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/chief_engineer,/obj/item/bedsheet/ce,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/crew_quarters/heads/chief"; dir = 4; name = "Chief Engineer's Office APC"; pixel_x = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cwQ" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"cwR" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"cwS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Warehouse"; req_access_txt = "11"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"cwT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) -"cwU" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/mineral/titanium/blue,/area/hallway/primary/central) -"cwV" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cwW" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cwX" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/public/glass,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cwY" = (/obj/effect/landmark/event_spawn,/obj/machinery/air_sensor/atmos/toxins_mixing_tank,/turf/open/floor/engine/vacuum,/area/science/mixing) -"cwZ" = (/obj/structure/table,/obj/item/storage/box/beanbag,/obj/item/gun/ballistic/revolver/doublebarrel,/obj/item/storage/hypospraykit/toxin,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/grimy,/area/crew_quarters/bar) -"cxa" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 6},/turf/open/space/basic,/area/space/nearstation) -"cxb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"cxc" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"cxd" = (/obj/machinery/computer/monitor,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cxe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxf" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cxg" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cxh" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cxi" = (/obj/structure/rack,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/item/extinguisher,/obj/item/extinguisher,/obj/item/extinguisher,/obj/item/extinguisher,/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Engineering - Primary Tool Storage"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"cxj" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/reagent_dispensers/foamtank,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"cxk" = (/obj/structure/tank_dispenser,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"cxl" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall,/area/storage/primary) -"cxm" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/warehouse) -"cxn" = (/obj/machinery/portable_atmospherics/scrubber,/obj/item/t_scanner{pixel_x = -4},/obj/item/pipe,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating{icon_state = "platingdmg2"},/area/quartermaster/warehouse) -"cxo" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light/small,/obj/machinery/camera{c_tag = "Supply - Warehouse Aft"; dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxp" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxq" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxr" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxs" = (/obj/structure/table,/obj/machinery/light{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/item/storage/toolbox/electrical,/obj/item/hand_labeler,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cxt" = (/obj/effect/landmark/start/cargo_technician,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cxu" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"cxv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxw" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Warehouse"; req_one_access_txt = "10;31"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cxy" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/quartermaster/storage) -"cxz" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"cxA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining{name = "Mining Office"; req_access_txt = "48"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Cargo Office"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxE" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxI" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxJ" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/junction{dir = 8},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxK" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxM" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxN" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"cxO" = (/obj/structure/table,/obj/item/storage/firstaid/regular,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxP" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"cxQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"cxR" = (/obj/effect/landmark/start/shaft_miner,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxT" = (/obj/structure/table,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/paper/guides/cogstation/letter_supp,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxU" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"cxV" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cxW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Starboard Quarter Maintenance"; req_one_access_txt = "12;48"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/quartermaster/office) -"cxX" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cxY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cxZ" = (/obj/effect/turf_decal/delivery,/obj/machinery/button/door{id = "MiningConveyorBlastDoor"; name = "Mining Conveyor Access"; pixel_x = 8; pixel_y = -24; req_one_access_txt = "10;24;48"},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cya" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cyb" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cyc" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/door/airlock/external/glass{name = "Mining Dock"; req_one_access_txt = "10;24;48"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cyd" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cye" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cyf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cyg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cyh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Mining Office Maintenance"; req_one_access_txt = "10;24;48"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/quartermaster/miningoffice) -"cyi" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cyj" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cyk" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cyl" = (/obj/effect/turf_decal/tile/yellow,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cym" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cyn" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cyo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) -"cyp" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/workshop) -"cyq" = (/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/power/apc{dir = 4; name = "Restrooms APC"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"cyr" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cys" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cyt" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/purple,/obj/machinery/power/apc{areastring = "/area/science/robotics/lab"; dir = 8; name = "Robotics Lab APC"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cyu" = (/obj/structure/closet/wardrobe/chemistry_white{anchored = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cyv" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) -"cyw" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/sign/poster/official/cleanliness{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"cyx" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cyy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Medbay Lobby"},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white/side,/area/medical/medbay/lobby) -"cyz" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) -"cyA" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cyB" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/official/medical_green_cross{pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyC" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Departures"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cyE" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cyF" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"cyG" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"cyH" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyI" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyJ" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"cyK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cyL" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyM" = (/obj/structure/closet/secure_closet/personal/patient,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cyN" = (/obj/machinery/chem_dispenser/apothecary,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"cyO" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyQ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyR" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyS" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cyU" = (/obj/machinery/camera{c_tag = "Aft Maintenance - Central Starboard"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"cyV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"cyW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cyX" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cyY" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"cyZ" = (/obj/machinery/computer/arcade,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"cza" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"czb" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/paicard,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"czc" = (/obj/structure/chair{dir = 8},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/exit) -"czd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cze" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czf" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/side{dir = 4},/area/gateway) -"czg" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/mob/living/simple_animal/hostile/retaliate/bat,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"czh" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"czi" = (/obj/structure/bed,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = 24},/obj/effect/landmark/start/chief_medical_officer,/obj/item/bedsheet/cmo,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"czj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"czk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"czl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Aft Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/secondary/exit) -"czm" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czo" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czp" = (/obj/structure/chair{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czq" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/drinks/coffee,/obj/item/pen/blue,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czr" = (/obj/structure/table/glass,/obj/item/storage/toolbox/emergency,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czt" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"czu" = (/obj/machinery/suit_storage_unit/cmo,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"czv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"czw" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czy" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"czz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/engine,/area/gateway) -"czA" = (/obj/machinery/modular_computer/console/preset/research{dir = 8},/obj/item/reagent_containers/food/drinks/coffee,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"czB" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"czC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czD" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"czE" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"czF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"czG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czH" = (/obj/machinery/button/door{id = "robotics2"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"czI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czJ" = (/obj/item/beacon,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"czK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"czL" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/genetics) -"czM" = (/obj/machinery/requests_console{department = "Chemistry"; departmentType = 2; name = "Chemistry RC"; pixel_x = 30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"czN" = (/obj/structure/closet/crate/trashcart,/obj/structure/sign/departments/custodian{pixel_x = 32},/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/chapel) -"czO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance_hatch{name = "Waste Disposal"; req_one_access_txt = "12;50"},/obj/effect/turf_decal/delivery,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"czP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"czQ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"czR" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/sorting/mail,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/maintenance/department/chapel) -"czS" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock{name = "Custodial Closet"; req_access_txt = "26"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"czT" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"czU" = (/obj/machinery/firealarm{pixel_y = 26},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel,/area/janitor) -"czV" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal) -"czW" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/chair/office/light{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"czX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/rust,/area/maintenance/disposal) -"czY" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light/small{brightness = 3; dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel,/area/janitor) -"czZ" = (/obj/effect/landmark/start/janitor,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/janitor) -"cAa" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/structure/chair/sofa/right,/obj/item/reagent_containers/food/drinks/bottle/vermouth/empty,/obj/item/reagent_containers/food/snacks/grown/cannabis{pixel_x = -4; pixel_y = 2},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAb" = (/obj/machinery/firealarm{pixel_y = 26},/obj/structure/chair/sofa/left,/obj/item/storage/box/hug/medical,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAc" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/medbay/central) -"cAd" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"cAe" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/janitor) -"cAf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) -"cAg" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) -"cAh" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance_hatch{name = "Custodial Closet"; req_access_txt = "12;26"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/janitor) -"cAi" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAj" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAk" = (/obj/effect/turf_decal/stripes/line,/obj/item/reagent_containers/pill/floorpill,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/glass,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 1},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAl" = (/obj/effect/turf_decal/stripes/line,/obj/item/stack/tile/plasteel{pixel_x = 10; pixel_y = 4},/obj/item/camera,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/glass{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cAn" = (/obj/structure/disposalpipe/junction/flip,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/disposal) -"cAo" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cAp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) -"cAq" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAr" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/maintenance/disposal) -"cAs" = (/obj/structure/mopbucket,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/janitor) -"cAt" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/window/southleft{name = "Cloning Access"; req_one_access_txt = "9;45"},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cAu" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cAv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) -"cAw" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/soap,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/reagent_containers/spray/cleaner{pixel_x = 4; pixel_y = -1},/obj/structure/disposalpipe/segment,/obj/item/reagent_containers/spray/cleaner{pixel_x = -8; pixel_y = 4},/obj/machinery/requests_console{department = "Custodial Closet"; name = "Custodial RC"; pixel_x = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"cAx" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/landmark/start/janitor,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"cAy" = (/obj/item/cigbutt,/turf/open/floor/plating,/area/maintenance/disposal) -"cAz" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/grille/broken,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/disposal) -"cAA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall,/area/storage/primary) -"cAB" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAC" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cAD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation Room A"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAE" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/item/caution,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Detective's Office"; req_access_txt = "4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cAG" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAH" = (/obj/structure/table,/obj/item/storage/box/beakers,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAI" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cAJ" = (/obj/structure/table/wood,/obj/item/storage/book/bible/booze,/obj/item/beacon{pixel_y = -8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"cAK" = (/obj/machinery/computer/med_data,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cAL" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/security{name = "Detective's Office"; req_access_txt = "4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/detectives_office) -"cAM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cAN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cAO" = (/obj/effect/landmark/start/detective,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cAP" = (/obj/structure/table/wood,/obj/item/storage/fancy/cigarettes,/obj/item/lighter{pixel_x = -4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/newscaster/security_unit{pixel_y = -30},/obj/machinery/camera{c_tag = "Detective's Office"; dir = 1},/obj/item/reagent_containers/food/drinks/bottle/hcider{pixel_x = 3; pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cAQ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"cAR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"cAS" = (/obj/structure/cable{icon_state = "2-8"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark/side{dir = 8},/area/gateway) -"cAT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/hallway/primary/aft) -"cAU" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cAV" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cAW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cAX" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cAY" = (/obj/machinery/door/airlock{name = "Catering"; req_one_access_txt = "25;28"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/bar) -"cAZ" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cBa" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) -"cBb" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/main) -"cBc" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cBe" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBg" = (/obj/structure/chair,/obj/effect/turf_decal/tile/neutral,/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBh" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBi" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBj" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/start/station_engineer,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cBl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Power Monitoring"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes{name = "Power Monitoring"}) -"cBm" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/rnd/production/techfab/department/engineering,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) -"cBn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cBo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBp" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cBq" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBr" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"cBs" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"cBt" = (/obj/structure/closet/l3closet/scientist,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"cBu" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/sign/departments/security{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBv" = (/obj/structure/table/glass,/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Central Maintenance"; req_one_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/hallway/primary/port/fore) -"cBx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cBy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cBz" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel,/area/quartermaster/qm) -"cBA" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/machinery/camera{c_tag = "Aft Hall - Fore"; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cBB" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/engine/workshop) -"cBC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/closed/wall/r_wall,/area/maintenance/aft/secondary{name = "Aft Air Hookup"}) -"cBD" = (/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cBE" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/central) -"cBG" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cBH" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cBI" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/recharger,/obj/machinery/light_switch{pixel_y = -24},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cBJ" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/power/apc{name = "Engineering Foyer APC"; pixel_y = -24},/obj/item/storage/firstaid/regular,/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cBK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBL" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cBM" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBN" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBO" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBP" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBQ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBR" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBS" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"cBT" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cBU" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/crew_quarters/bar) -"cBV" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"cBW" = (/obj/structure/sign/plaques/golden{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"cBX" = (/obj/structure/chair/stool/bar,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"cBY" = (/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet/green,/area/crew_quarters/bar) -"cBZ" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cCa" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCb" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/structure/sign/departments/security{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cCc" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCd" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/sleeper{dir = 8},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical{name = "Medical Booth"}) -"cCe" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cCf" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Central Maintenance - Fore"; dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/maintenance/central) -"cCg" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cCi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Monkey Pen"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cCl" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/medical/virology) -"cCm" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCn" = (/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/port/fore) -"cCo" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) -"cCp" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/port/fore) -"cCq" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark/side{dir = 8},/area/hallway/primary/central) -"cCr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/medical/virology) -"cCs" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark,/area/chapel/office) -"cCt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Chapel Confessions"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 23},/turf/open/floor/plasteel/dark,/area/chapel/main) -"cCu" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) -"cCv" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cCw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable,/turf/open/floor/plating,/area/medical/virology) -"cCx" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCy" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/caution,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCz" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation Room B"; req_access_txt = "39"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cCA" = (/obj/machinery/computer/security/wooden_tv,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"cCB" = (/obj/machinery/light,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/office) -"cCC" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"cCD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cCE" = (/obj/machinery/portable_atmospherics/canister/water_vapor,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction/flip,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/janitor) -"cCF" = (/obj/machinery/conveyor_switch/oneway{id = "recycler"; name = "Recycler Conveyor Control"},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plating,/area/maintenance/disposal) -"cCG" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cCH" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cCI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cCJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/wood,/area/library) -"cCK" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/public/glass{name = "Library Access"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/library) -"cCL" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cCM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/junction,/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=bridge1"; location = "router"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"cCN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs/left,/area/hallway/primary/central) -"cCO" = (/obj/structure/table,/obj/machinery/airalarm{pixel_y = 24},/obj/item/hand_labeler,/obj/item/reagent_containers/glass/bottle/formaldehyde,/obj/item/paper/guides/jobs/medical/morgue,/obj/item/paper/guides/cogstation/cdn_med{pixel_x = -6; pixel_y = 1},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cCP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/landmark/start/depsec/engineering,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"cCQ" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/light,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cCR" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cCS" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cCT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/aft) -"cCU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cCV" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plating,/area/maintenance/department/security) -"cCW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"cCX" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/crew_quarters/heads/hos) -"cCY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cCZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDa" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDb" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/item/storage/toolbox/mechanical,/obj/item/clothing/glasses/science,/obj/item/pen,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"cDc" = (/obj/structure/table,/obj/machinery/light,/obj/structure/bedsheetbin,/obj/item/clothing/glasses/hud/health,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cDd" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cDe" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) -"cDf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/medical/virology) -"cDg" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cDh" = (/obj/machinery/computer/card/minor/cmo{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/keycard_auth{pixel_x = -24},/obj/item/paper/guides/cogstation/letter_cmo,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cDi" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/crate/solarpanel_small,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/storage/primary) -"cDj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cDk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/hallway/primary/port/fore) -"cDl" = (/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cDm" = (/obj/structure/plasticflaps,/obj/structure/disposalpipe/segment,/obj/machinery/conveyor{dir = 1; id = "DeliveryConveyer"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cDn" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/router/air) -"cDo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/air) -"cDp" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"cDq" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"cDr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/dark/side{dir = 1},/area/security/courtroom) -"cDs" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/item/kirbyplants{icon_state = "applebush"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark/side,/area/bridge) -"cDt" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/captain) -"cDu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) -"cDv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"cDw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"cDx" = (/obj/machinery/light_switch{pixel_x = -4; pixel_y = 24},/obj/structure/extinguisher_cabinet{pixel_x = 6; pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet/blue,/area/crew_quarters/heads/captain) -"cDy" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"cDz" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/security/checkpoint/supply) -"cDA" = (/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/red{dir = 1},/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/newscaster/security_unit{pixel_x = 30},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cDB" = (/obj/item/storage/secure/safe{pixel_x = -24},/obj/machinery/light{dir = 8},/obj/structure/dresser,/obj/item/storage/lockbox/medal,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"cDC" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/captain) -"cDD" = (/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/red{dir = 1},/obj/machinery/computer/security{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/security/checkpoint/supply"; dir = 4; name = "Cargo Security Checkpoint APC"; pixel_x = 24},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cDE" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cDF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cDG" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cDH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"cDI" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/gateway) -"cDJ" = (/obj/machinery/computer/crew,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cDK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/gateway) -"cDL" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/obj/machinery/camera{c_tag = "Medbay - Apothecary"; dir = 8; network = list("ss13","medbay"); pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cDM" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/table/glass,/obj/item/book/manual/wiki/chemistry,/obj/item/book/manual/wiki/chemistry{pixel_x = 3; pixel_y = 3},/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science{pixel_x = 2; pixel_y = 4},/turf/open/floor/plasteel,/area/medical/chemistry) -"cDN" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/gateway) -"cDO" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDQ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDR" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cDS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cDT" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red{pixel_x = 3},/turf/open/floor/plasteel,/area/gateway) -"cDU" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cDV" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/command{name = "Gateway Atrium"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/gateway) -"cDW" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cDX" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cDY" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/crew_quarters/heads/hor) -"cDZ" = (/obj/structure/table,/obj/machinery/computer/med_data/laptop,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Medical Officer's Desk"; departmentType = 5; name = "Chief Medical Officer RC"; pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cEa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cEb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Research Director's Office"; req_access_txt = "30"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/hor) -"cEc" = (/obj/effect/turf_decal/bot,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEd" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEe" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEj" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEk" = (/obj/machinery/door/firedoor,/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/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEl" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEm" = (/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/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEn" = (/obj/machinery/door/firedoor,/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/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEo" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEr" = (/obj/effect/turf_decal/bot,/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEs" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEt" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{name = "Research Sector"; req_one_access_txt = "29;47"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"cEx" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEy" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"cEz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEA" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"cEC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/science/lab) -"cED" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/lab) -"cEE" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/maintenance/aft"; dir = 8; name = "Aft Maintenance APC"; pixel_x = -26},/turf/open/floor/plating,/area/maintenance/aft) -"cEF" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/junction{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEG" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cEJ" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"cEL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/science/lab) -"cEM" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cEO" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cEP" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) -"cEQ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cER" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Locker Room"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cES" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cET" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Locker Room"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEV" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cEZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFd" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFe" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFg" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cFh" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFi" = (/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFj" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFk" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/spawner,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFl" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFm" = (/obj/structure/closet/crate/freezer/blood,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFn" = (/obj/structure/closet/l3closet,/obj/structure/disposalpipe/segment,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFo" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFp" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFq" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFr" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFs" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/noticeboard{pixel_y = 28},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/item/paper/guides/cogstation/letter_med,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFt" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Medbay - Port"; dir = 4},/obj/machinery/power/apc{areastring = "/area/medical/medbay/central"; dir = 8; name = "Medbay APC"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFv" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFw" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/machinery/door/window/westright{name = "Treatment Center"; req_access_txt = "5"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFy" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFz" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/obj/item/healthanalyzer,/obj/item/clothing/neck/stethoscope,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cFA" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = 5},/obj/item/storage/box/syringes{pixel_x = -4},/obj/item/reagent_containers/dropper,/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cFB" = (/obj/machinery/vending/snack/teal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFC" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/medical/medbay/central) -"cFD" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFF" = (/obj/effect/landmark/start/paramedic,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFH" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Medbay Break Room"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFI" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/carpet/blue,/area/medical/medbay/central) -"cFL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFN" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/medical/medbay/central) -"cFO" = (/obj/structure/closet/crate/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFP" = (/obj/structure/table/wood,/obj/item/modular_computer/laptop/preset/civilian,/obj/item/reagent_containers/pill/patch/styptic,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet/blue,/area/medical/medbay/central) -"cFQ" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/medical_doctor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/carpet/blue,/area/medical/medbay/central) -"cFR" = (/obj/structure/closet/crate/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cFT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Virology Exterior Airlock"; req_access_txt = "39"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"cFU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"cFV" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/multitool{pixel_x = 3},/obj/item/multitool{pixel_x = 3},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = -1},/obj/item/storage/toolbox/electrical{pixel_x = -1; pixel_y = 4},/obj/item/storage/toolbox/electrical{pixel_x = -1; pixel_y = 4},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cFW" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/robotics/lab) -"cFX" = (/obj/machinery/chem_heater,/obj/machinery/firealarm{dir = 8; pixel_x = 26},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"cFY" = (/turf/open/floor/plasteel,/area/router/air) -"cFZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/button/massdriver{id = "airbridge_out"; pixel_x = -8; pixel_y = 24},/turf/open/floor/plasteel,/area/router/air) -"cGa" = (/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cGb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "MedSci Router"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGc" = (/obj/effect/turf_decal/tile/blue,/obj/machinery/light_switch{pixel_y = -24},/obj/structure/disposalpipe/junction{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGd" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Medbay Locker Room"; dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGe" = (/obj/structure/table,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/obj/item/reagent_containers/blood/OMinus{pixel_x = 4; pixel_y = 3},/obj/item/reagent_containers/food/drinks/coffee{pixel_x = 6},/obj/item/storage/box/masks{pixel_x = -4},/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGf" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cGg" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cGh" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/window/reinforced/spawner,/obj/machinery/mass_driver{dir = 4; id = "airbridge_in"; name = "Router Driver"},/turf/open/floor/plating,/area/router/air) -"cGi" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGj" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGk" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGl" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGm" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGn" = (/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/science/research{name = "Research Sector"}) -"cGp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGq" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGr" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/research/glass{name = "Xenobiology Lab Access"; req_access_txt = "55"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGt" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGu" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/research{name = "Research Sector"}) -"cGv" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Xenobiology Lab"; req_access_txt = "8;55"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cGy" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGz" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cGA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGC" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGD" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGE" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cGF" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/engine,/area/science/storage) -"cGG" = (/obj/machinery/power/apc{areastring = "/area/science/storage"; dir = 4; name = "Toxins Storage APC"; pixel_x = 24},/obj/structure/cable,/turf/open/floor/engine,/area/science/storage) -"cGH" = (/obj/machinery/camera{c_tag = "Toxins Lab - Storage"; dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/engine,/area/science/storage) -"cGI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/chair/office/light,/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel,/area/medical/chemistry) -"cGJ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/science/storage) -"cGK" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine,/area/science/storage) -"cGL" = (/obj/structure/table,/obj/item/extinguisher,/obj/item/storage/toolbox/mechanical,/obj/item/wrench,/obj/item/clothing/mask/gas,/obj/item/extinguisher{pixel_x = -7; pixel_y = 3},/turf/open/floor/engine,/area/science/storage) -"cGM" = (/obj/structure/tank_dispenser,/turf/open/floor/engine,/area/science/storage) -"cGN" = (/obj/structure/closet/l3closet,/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGO" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cGP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/storage) -"cGQ" = (/obj/machinery/door/airlock/research{name = "Plasma Canister Storage"; req_access_txt = "7;8"},/turf/open/floor/engine,/area/science/storage) -"cGR" = (/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGT" = (/obj/item/radio/intercom{dir = 8; name = "Station Intercom (Common)"; pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGU" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "5;6"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cGV" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/science/storage) -"cGW" = (/obj/effect/landmark/blobstart,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/science/storage) -"cGX" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"cGY" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/science/circuit) -"cGZ" = (/turf/open/floor/plating/airless,/area/science/storage) -"cHa" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/camera{c_tag = "Toxins Lab - Plasma Storage"; dir = 1},/obj/effect/turf_decal/delivery,/turf/open/floor/engine,/area/science/storage) -"cHb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"cHc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cHd" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cHe" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"cHf" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/stack/cable_coil/red,/turf/open/floor/plasteel/white,/area/science/circuit) -"cHg" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cHh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/science/circuit) -"cHi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/circuit) -"cHj" = (/obj/structure/table,/obj/item/storage/hypospraykit/toxin{pixel_x = -5},/obj/item/storage/hypospraykit/fire{pixel_x = 5},/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses,/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/explab) -"cHk" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) -"cHl" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) -"cHm" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) -"cHn" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/explab) -"cHo" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHq" = (/obj/structure/closet/firecloset,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHt" = (/obj/structure/disposalpipe/junction,/obj/machinery/light{dir = 4; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHu" = (/obj/machinery/firealarm{dir = 4; pixel_x = -28},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHv" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Research - Experimentation Hall"; dir = 8; network = list("ss13","medbay")},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/engine,/area/science/explab) -"cHy" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/science/explab) -"cHz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/engine,/area/science/explab) -"cHA" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHB" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHC" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/science/explab"; dir = 4; name = "Experimentation Lab APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/explab) -"cHD" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/item/beacon,/turf/open/floor/engine,/area/science/explab) -"cHE" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/engine,/area/science/explab) -"cHF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/engine,/area/science/explab) -"cHG" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHH" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHI" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/explab) -"cHJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/engine,/area/science/explab) -"cHK" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cHL" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cHM" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cHN" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cHO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cHP" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cHQ" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cHR" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue"; req_one_access_txt = "9;45"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cHS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab"; req_access_txt = "9"},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"cHT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/rust,/area/medical/morgue) -"cHU" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/light_switch{pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"cHV" = (/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/red{dir = 1},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cHW" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 2; icon_state = "left"; name = "Chemistry Desk"; req_access_txt = "33"},/turf/open/floor/plasteel,/area/medical/chemistry) -"cHX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cHY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cHZ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "Airbridge Router"},/turf/open/floor/plating,/area/router/air) -"cIa" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"cIb" = (/obj/structure/table,/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/item/storage/firstaid/radbgone,/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIc" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cId" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"cIe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cIf" = (/obj/structure/closet/crate/trashcart,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"cIg" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIh" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cIi" = (/obj/structure/window/reinforced/spawner,/obj/machinery/conveyor{dir = 4; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cIj" = (/obj/structure/chair,/obj/effect/landmark/start/geneticist,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIk" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIl" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIm" = (/obj/structure/chair,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/geneticist,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIn" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"cIo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Genetics Lab Maintenance"; req_access_txt = "9"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plating,/area/medical/genetics) -"cIp" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"cIq" = (/obj/structure/window/reinforced/spawner,/obj/structure/window/reinforced/spawner/east,/obj/machinery/conveyor{dir = 1; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cIr" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = -28; pixel_y = -4},/obj/machinery/light_switch{pixel_x = -24; pixel_y = 10},/turf/open/floor/plasteel,/area/engine/workshop) -"cIs" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"cIt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cIu" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cIv" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIw" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIx" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/camera{c_tag = "Aft Hall"; network = list("ss13","rd")},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIA" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIB" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/item/kirbyplants/photosynthetic,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIC" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cID" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIE" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIF" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIG" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light{dir = 1; light_color = "#cee5d2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIH" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/firealarm{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cII" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIJ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIK" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIL" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Engineering Sector"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIQ" = (/obj/structure/disposalpipe/junction/yjunction{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIR" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIS" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIU" = (/obj/structure/disposalpipe/junction/flip{dir = 8},/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=evac"; location = "eng1"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIV" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cIZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJb" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJe" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cJf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"cJg" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) -"cJh" = (/obj/structure/table,/obj/structure/bedsheetbin/towel,/obj/machinery/camera{c_tag = "Aft Restrooms"; dir = 8; pixel_y = -22},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/restrooms) -"cJi" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/airalarm{dir = 1; locked = 0; pixel_y = -22},/turf/open/floor/plasteel,/area/quartermaster/office) -"cJj" = (/obj/machinery/computer/security/mining,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cJk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/workshop) -"cJl" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "Engine Room - Starboard Quarter"; dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJm" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"cJn" = (/obj/machinery/door/airlock/external{name = "Atmospherics External Airlock"; req_access_txt = "24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cJo" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"cJp" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"cJq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "External Construction Access"; req_one_access_txt = "10;31"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cJr" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 5},/turf/open/space/basic,/area/space/nearstation) -"cJs" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/warehouse) -"cJt" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 8},/obj/machinery/power/apc{name = "AI Upload Foyer APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cJu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"cJv" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Engineering Router"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"cJw" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJx" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{dir = 1},/turf/open/space/basic,/area/space/nearstation) -"cJy" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/rnd/production/circuit_imprinter,/turf/open/floor/plasteel,/area/engine/workshop) -"cJz" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/warehouse) -"cJA" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"cJB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/visible,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering{name = "Engine Room"}) -"cJC" = (/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cJD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cJE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cJF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/cable{icon_state = "0-8"},/obj/structure/table,/obj/machinery/light/small,/obj/machinery/power/apc/highcap/five_k{areastring = "/area/engine/gravity_generator"; dir = 4; name = "Gravity Generator APC"; pixel_x = 26},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"cJH" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"cJI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"cJJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/components/binary/valve/digital{dir = 4},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJN" = (/obj/machinery/light/small,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/engine/supermatter{name = "Thermo-Electric Generator"}) -"cJP" = (/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/light/small,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"cJR" = (/obj/machinery/door/airlock/engineering{name = "Canister Storage"; req_one_access_txt = "10;24"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cJS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cJT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/corner,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cJU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cJV" = (/obj/structure/plasticflaps,/obj/machinery/door/poddoor{id = "DeliveryDoor"; name = "Delivery Door"},/obj/effect/decal/cleanable/dirt,/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cJW" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJX" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJY" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"cJZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cKa" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cKb" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cKc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Canister Storage"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/storage{name = "Canister Storage"}) -"cKd" = (/obj/machinery/conveyor{dir = 8; id = "DeliveryConveyor"},/turf/open/floor/plating,/area/quartermaster/sorting) -"cKe" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "Airbridge Router"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/air) -"cKf" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/router/air) -"cKg" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/vending/engivend,/turf/open/floor/plasteel,/area/storage/primary) -"cKh" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cKi" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/medical{name = "Apothecary"; req_access_txt = "5"},/turf/open/floor/plasteel/showroomfloor,/area/medical/medbay/central) -"cKj" = (/obj/structure/closet/secure_closet/CMO,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/item/paper/guides/cogstation/letter_cmo,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cKk" = (/obj/structure/chair/office/light{dir = 1; pixel_y = 3},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/landmark/start/medical_doctor,/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cKl" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/lobby) -"cKm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/stairs,/area/medical/medbay/central) -"cKn" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cKo" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 9},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cKp" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 1},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cKq" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cKr" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cKs" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cKt" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cKu" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cKv" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cKw" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/plating/airless,/area/science/xenobiology) -"cKx" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plating/airless,/area/science/xenobiology) -"cKy" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/science/xenobiology) -"cKz" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cKA" = (/obj/machinery/atmospherics/components/binary/valve,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cKB" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cKC" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/landmark/start/chief_medical_officer,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cKD" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cKE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port/fore) -"cKF" = (/obj/effect/turf_decal/delivery,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cKG" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/wardrobe/yellow,/turf/open/floor/plasteel,/area/hallway/primary/central) -"cKH" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cKI" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/science/mixing) -"cKJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"cKK" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"cKL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) -"cKM" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) -"cKN" = (/obj/structure/table/reinforced,/obj/item/assembly/signaler{pixel_x = -4},/obj/item/assembly/signaler,/obj/item/assembly/signaler{pixel_y = 8},/obj/item/assembly/signaler{pixel_x = 8; pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) -"cKO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/sign/departments/restroom{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cKP" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/structure/sign/departments/custodian{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/aft) -"cKQ" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output,/turf/open/floor/engine/vacuum,/area/engine/atmos) -"cKR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input,/turf/open/floor/engine/n2o,/area/engine/atmos) -"cKS" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output,/turf/open/floor/engine/n2o,/area/engine/atmos) -"cKT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input,/turf/open/floor/engine/plasma,/area/engine/atmos) -"cKU" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output,/turf/open/floor/engine/plasma,/area/engine/atmos) -"cKV" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input,/turf/open/floor/engine/co2,/area/engine/atmos) -"cKW" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output,/turf/open/floor/engine/co2,/area/engine/atmos) -"cKX" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cKY" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cKZ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space/basic,/area/space/nearstation) -"cLa" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space/basic,/area/space/nearstation) -"cLb" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plating,/area/engine/atmos) -"cLc" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/engine/atmos) -"cLd" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"cLe" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{dir = 8},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"cLf" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"cLg" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/violet/visible,/obj/structure/extinguisher_cabinet{pixel_y = 29},/turf/open/floor/plasteel,/area/engine/atmos) -"cLh" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cLi" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"cLj" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{dir = 8},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) -"cLk" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "CO2 Outlet Pump"},/turf/open/floor/plasteel/dark/side{dir = 1},/area/engine/atmos) -"cLl" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cLm" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cLn" = (/obj/effect/turf_decal/bot,/obj/machinery/light/small{dir = 8},/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/turf/open/floor/plasteel,/area/storage/primary) -"cLo" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/engine/atmos) -"cLp" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"cLq" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/engine/atmos) -"cLr" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/storage/primary) -"cLs" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cLt" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) -"cLu" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) -"cLv" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) -"cLw" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) -"cLx" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) -"cLy" = (/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) -"cLz" = (/obj/effect/turf_decal/bot,/obj/structure/closet/secure_closet/engineering_personal,/obj/item/clothing/under/misc/overalls,/turf/open/floor/plasteel,/area/storage/primary) -"cLA" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Virology - Starboard"; dir = 8; pixel_y = -22},/obj/machinery/power/apc{areastring = "/area/medical/virology"; dir = 4; name = "Virology Lab APC"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"cLB" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/router/air) -"cLC" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/camera{c_tag = "Virology - Port"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLD" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLE" = (/obj/structure/closet/crate/medical,/turf/open/floor/plasteel,/area/router/air) -"cLF" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cLG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cLH" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"cLI" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cLJ" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/wirecutters,/turf/open/floor/plasteel,/area/router/air) -"cLK" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor{id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cLL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLN" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLO" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cLP" = (/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/item/storage/box/syringes,/obj/item/hand_labeler,/obj/item/radio/headset/headset_med,/obj/structure/sign/warning/biohazard{pixel_x = 32},/obj/item/radio/intercom{broadcasting = 1; frequency = 1485; listening = 0; name = "Station Intercom (Medical)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"cLQ" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/obj/machinery/door/poddoor{name = "Airbridge Router"},/turf/open/floor/plating,/area/router/air) -"cLR" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/mass_driver{dir = 8; id = "workshop_in"; name = "Router Driver"},/turf/open/floor/plating,/area/engine/workshop) -"cLS" = (/obj/machinery/light,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/medical/virology) -"cLT" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/medical/virology) -"cLU" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "inc_in"},/turf/open/floor/plating/airless,/area/medical/virology) -"cLV" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cLW" = (/obj/machinery/light{dir = 4; light_color = "#c1caff"},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cLX" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 6},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cLY" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cLZ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cMa" = (/obj/machinery/light/small{dir = 1; light_color = "#ffc1c1"},/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cMb" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cMc" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"cMd" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "N2 to Airmix"},/turf/open/floor/plasteel,/area/engine/atmos) -"cMe" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMf" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/tcommsat/computer) -"cMg" = (/obj/machinery/atmospherics/components/trinary/mixer/airmix{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMh" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"cMi" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/atmos) -"cMj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{dir = 1},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cMk" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/dark/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cMl" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"cMm" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cMn" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "N2 to Pure"},/turf/open/floor/plasteel,/area/engine/atmos) -"cMo" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cMq" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMr" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"cMs" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cMt" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{dir = 4},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cMu" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cMv" = (/obj/machinery/button/door/incinerator_vent_atmos_main{pixel_x = -24; pixel_y = 8},/obj/machinery/button/door/incinerator_vent_atmos_aux{pixel_x = -40; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"cMw" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "Waste Release"},/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMx" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -30},/turf/open/floor/plasteel,/area/engine/atmos) -"cMy" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Nitrogen Outlet"},/turf/open/floor/plasteel,/area/engine/atmos) -"cMz" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/light,/obj/machinery/camera{c_tag = "Atmospherics - Starboard Aft"; dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"cMA" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/engine/atmos) -"cMB" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "O2 to Airmix"},/turf/open/floor/plasteel,/area/engine/atmos) -"cMC" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 to Pure"},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cMD" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"cME" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 9},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"cMF" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Air to Pure"},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"cMG" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 5},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cMH" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cMI" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos) -"cMJ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) -"cMK" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/computer) -"cML" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cMM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cMN" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cMO" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cMP" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/floor/plating/airless,/area/engine/atmos) -"cMQ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cMR" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"cMS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/space/basic,/area/space/nearstation) -"cMT" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cMU" = (/obj/structure/window/reinforced/spawner/north,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 8; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cMV" = (/obj/machinery/conveyor{dir = 10; id = "workshop_off"},/turf/open/floor/plating,/area/engine/workshop) -"cMW" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/engine/workshop) -"cMX" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/multitool{pixel_x = 5; pixel_y = 3},/obj/item/multitool,/obj/item/multitool,/turf/open/floor/plasteel,/area/engine/workshop) -"cMY" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/machinery/camera{c_tag = "Engineering - Workshop"; dir = 1},/obj/item/clothing/gloves/color/yellow,/obj/item/t_scanner,/obj/item/t_scanner,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/engine/workshop) -"cMZ" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/engine/workshop) -"cNa" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair,/obj/effect/landmark/start/station_engineer,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) -"cNb" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/chair,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/workshop) -"cNc" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/table,/obj/item/storage/toolbox/electrical,/obj/item/stack/cable_coil/red,/obj/item/stack/cable_coil/red,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/engine/workshop) -"cNd" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/closet/crate/engineering,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) -"cNe" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{name = "Station Intercom (Common)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/workshop) -"cNf" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/workshop) -"cNg" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/engine/workshop) -"cNh" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/obj/machinery/door/airlock/public/glass{name = "Airbridge Router"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/air) -"cNi" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/router/air) -"cNj" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/air) -"cNk" = (/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/router/air) -"cNl" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light,/turf/open/floor/plasteel,/area/router/air) -"cNm" = (/obj/machinery/conveyor{dir = 8; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cNn" = (/obj/machinery/conveyor{dir = 10; id = "airbridge_off"},/turf/open/floor/plating,/area/router/air) -"cNo" = (/turf/closed/wall/rust,/area/engine/workshop) -"cNp" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/southleft{name = "Workshop Desk"; req_access_txt = "11"},/obj/item/paper_bin,/obj/item/pen,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/workshop) -"cNq" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/southright{name = "Workshop Desk"; req_access_txt = "11"},/obj/item/folder/yellow,/turf/open/floor/plasteel,/area/engine/workshop) -"cNr" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/engine/workshop) -"cNs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall,/area/engine/workshop) -"cNt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/engine/workshop) -"cNu" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/airlock/engineering{name = "Engineering Workshop"; req_access_txt = "11"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/workshop) -"cNv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/closed/wall,/area/engine/workshop) -"cNw" = (/turf/closed/wall/r_wall,/area/router/air) -"cNx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cNy" = (/turf/closed/wall/r_wall,/area/quartermaster/miningdock/airless) -"cNz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/miningdock/airless) -"cNA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office) -"cNB" = (/turf/open/floor/plating,/area/quartermaster/miningdock/airless) -"cNC" = (/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cND" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/miningoffice) -"cNE" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNF" = (/obj/item/shovel,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNH" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNI" = (/turf/open/floor/plating/airless,/area/router/aux) -"cNJ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/machinery/camera{c_tag = "Medbay - Starboard"; network = list("ss13","rd")},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cNK" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 4},/turf/open/floor/plating{icon_state = "panelscorched"},/area/engine/teg_hot) -"cNL" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating{icon_state = "panelscorched"},/area/engine/teg_cold) -"cNM" = (/obj/effect/decal/cleanable/dirt,/obj/structure/rack,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/circuitboard/machine,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNN" = (/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNO" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNP" = (/obj/effect/decal/cleanable/dirt,/obj/structure/frame/computer{dir = 8},/turf/open/floor/plating,/area/quartermaster/miningdock/airless) -"cNQ" = (/obj/structure/sign/warning{name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"},/turf/closed/wall/r_wall,/area/router/aux) -"cNR" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNS" = (/obj/machinery/power/apc{name = "Mining Dock APC"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNT" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNU" = (/obj/structure/table,/obj/effect/decal/cleanable/dirt,/obj/item/stack/sheet/plasteel/fifty,/turf/open/floor/plating,/area/quartermaster/miningdock/airless) -"cNV" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cNW" = (/obj/structure/lattice/catwalk,/obj/machinery/camera{c_tag = "Supply - Mining Exterior"; dir = 4},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cNX" = (/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cNY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external/glass{name = "Refinery"; req_access_txt = "48"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cNZ" = (/obj/machinery/door/airlock/external/glass{name = "Refinery"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningdock/airless) -"cOa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cOb" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOc" = (/obj/structure/lattice/catwalk,/obj/machinery/camera{c_tag = "Supply - Refinery Exterior"; pixel_x = 22},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOd" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/medical/medbay/lobby) -"cOe" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cOf" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOg" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-8"},/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOh" = (/obj/structure/lattice,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOi" = (/obj/machinery/conveyor_switch{id = "MiningConveyer"},/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOj" = (/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOk" = (/obj/machinery/light/small{dir = 4},/obj/structure/closet/toolcloset,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOl" = (/turf/closed/wall/r_wall,/area/quartermaster/miningdock/airless/no_grav) -"cOm" = (/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/structure/lattice/catwalk,/turf/open/space/basic,/area/quartermaster/miningdock/airless/no_grav) -"cOn" = (/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOo" = (/obj/structure/table,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOp" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOq" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cOr" = (/obj/machinery/light/small,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOs" = (/obj/structure/closet/crate,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOt" = (/obj/structure/closet/crate,/obj/item/stack/rods/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOu" = (/obj/structure/closet/crate,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOv" = (/obj/item/storage/toolbox/emergency,/obj/structure/table,/turf/open/floor/plating/airless,/area/quartermaster/miningdock/airless/no_grav) -"cOw" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"cOx" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{areastring = "/area/router/medsci"; dir = 1; name = "MedSci Router APC"; pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/router/medsci) -"cOy" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/router/medsci) -"cOz" = (/obj/effect/turf_decal/delivery,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/router/medsci) -"cOA" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/router/medsci) -"cOB" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/turf/open/floor/plasteel,/area/router/medsci) -"cOC" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/light_switch{pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/router/medsci) -"cOD" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft) -"cOE" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/router/medsci) -"cOF" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/router/medsci) -"cOG" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/router/medsci) -"cOH" = (/obj/machinery/computer/cargo/request{dir = 8},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/router/medsci) -"cOI" = (/turf/closed/wall/r_wall,/area/router/medsci) -"cOJ" = (/obj/machinery/conveyor{id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) -"cOK" = (/obj/structure/table/reinforced,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/item/destTagger,/obj/machinery/light,/obj/machinery/button/massdriver{id = "medsci_out"; pixel_x = -8; pixel_y = 8},/obj/machinery/requests_console{department = "MedSci Router"; name = "MedSci Router RC"; pixel_y = -32},/turf/open/floor/plating,/area/router/medsci) -"cOL" = (/obj/machinery/conveyor{dir = 1; id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) -"cOM" = (/turf/closed/wall/r_wall,/area/janitor/aux) -"cON" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Auxiliary Custodial Closet"; req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plating,/area/janitor/aux) -"cOO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/janitor/aux) -"cOP" = (/obj/machinery/mass_driver{id = "medsci_out"; name = "Router Driver"},/turf/open/floor/plating,/area/router/medsci) -"cOQ" = (/obj/structure/reagent_dispensers/watertank,/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/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/janitor/aux"; dir = 1; name = "Auxiliary Custodial Closet APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/janitor/aux) -"cOR" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/turf/open/floor/plasteel,/area/janitor/aux) -"cOS" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/item/storage/box/lights/mixed,/obj/item/light/tube,/obj/item/radio/off,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) -"cOT" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "MedSci Router"},/turf/open/floor/plating,/area/router/medsci) -"cOU" = (/obj/structure/plasticflaps,/obj/structure/fans/tiny,/obj/machinery/door/poddoor{name = "MedSci Router"},/obj/machinery/conveyor{dir = 1; id = "medsci_off"},/turf/open/floor/plating,/area/router/medsci) -"cOV" = (/obj/structure/closet/crate,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/item/storage/box/mousetraps,/obj/item/reagent_containers/glass/bucket,/obj/item/mop,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/janitor/aux) -"cOW" = (/obj/structure/chair{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) -"cOX" = (/obj/structure/table,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/item/modular_computer/laptop/preset/civilian,/turf/open/floor/plasteel,/area/janitor/aux) -"cOY" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/janitor/aux) -"cOZ" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/machinery/camera{c_tag = "Custodial Closet - Auxiliary"; dir = 1},/turf/open/floor/plasteel,/area/janitor/aux) -"cPa" = (/obj/structure/mopbucket,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/janitor/aux) -"cPb" = (/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/janitor/aux) -"cPc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/medical/virology) -"cPd" = (/obj/machinery/conveyor{id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPe" = (/obj/machinery/mass_driver{dir = 1; id = "sq_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cPf" = (/obj/machinery/conveyor/auto,/turf/open/floor/plating/airless,/area/router/aux) -"cPg" = (/obj/machinery/mass_driver{dir = 1; id = "medsci_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cPh" = (/obj/machinery/conveyor{dir = 1; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPi" = (/obj/machinery/conveyor{dir = 1; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPj" = (/obj/machinery/conveyor{dir = 9; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPk" = (/obj/machinery/conveyor{dir = 8; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPl" = (/obj/machinery/mass_driver{dir = 8; id = "viro_in"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cPm" = (/obj/machinery/conveyor{dir = 8; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPn" = (/obj/machinery/conveyor{dir = 10; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPo" = (/obj/machinery/conveyor{dir = 4; id = "viro_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPp" = (/obj/machinery/mass_driver{dir = 4; id = "viro_out"; name = "Router Driver"},/turf/open/floor/plating/airless,/area/router/aux) -"cPq" = (/obj/machinery/conveyor{dir = 4; id = "sq_off"},/turf/open/floor/plating/airless,/area/router/aux) -"cPr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hydroponics/lobby) -"cPs" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) -"cPt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/security/checkpoint/customs) -"cPu" = (/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/break_room) -"cPv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/event_spawn,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"cPw" = (/turf/open/floor/plasteel/dark,/area/science/robotics/mechbay) -"cPx" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cPy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/sign/poster/contraband/lusty_xenomorph{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/aft) -"cPz" = (/obj/structure/lattice,/obj/structure/transit_tube/curved{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cPA" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/structure/transit_tube/horizontal,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cPB" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/structure/transit_tube/crossing/horizontal,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"cPC" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/transit_tube/horizontal,/turf/open/floor/plasteel,/area/engine/atmos) -"cPD" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/engine/atmos) -"cPE" = (/obj/structure/disposalpipe/segment,/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/space/basic,/area/space/nearstation) -"cPF" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/space/basic,/area/space/nearstation) -"cPG" = (/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/turretid{control_area = "/area/science/server"; icon_state = "control_stun"; name = "Computer Core turret control"; pixel_x = -3; pixel_y = -23; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/server{name = "Computer Core"}) -"cPH" = (/obj/machinery/conveyor_switch{id = "EngiCargoConveyer"},/obj/structure/cable,/obj/machinery/power/apc{areastring = "/area/quartermaster/sorting"; dir = 8; name = "Delivery Office APC"; pixel_x = -26},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"cPI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Foyer"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) -"cPJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Engineering Foyer"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) -"cPK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Engineering Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) -"cPL" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Engineering Access"; req_one_access_txt = "10;24"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/break_room) -"cPM" = (/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/red{dir = 1},/obj/structure/table,/obj/machinery/recharger,/obj/machinery/requests_console{department = "Security"; departmentType = 5; name = "Security RC"; pixel_x = 32},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"cPN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cPO" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cPP" = (/obj/effect/landmark/start/paramedic,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"cPQ" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{areastring = "/area/medical/genetics"; dir = 8; name = "Genetics Lab APC"; pixel_x = -26},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"cPR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cPS" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "CMO's Office"; req_access_txt = "40"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/cmo) -"cPT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"cPU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cPV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/holopad,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cPW" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cPX" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cPY" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/science/xenobiology) -"cPZ" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/door/firedoor,/obj/effect/turf_decal/caution/stand_clear{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQa" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) -"cQb" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQc" = (/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQd" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQe" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio2"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQf" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/science/xenobiology) -"cQg" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio1"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQh" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQi" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQj" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQk" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) -"cQl" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio1"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQm" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQo" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/turf/open/floor/plating,/area/science/xenobiology) -"cQp" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQq" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQr" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/machinery/button/door{id = "xenobio4"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQs" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQu" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio4"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQv" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/button/door{id = "xenobio3"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQw" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/light{dir = 8; light_color = "#e8eaff"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQx" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/window/reinforced/spawner,/obj/machinery/button/door{id = "xenobio6"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQy" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio5"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQz" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQA" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQB" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_one_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQC" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/window/reinforced/spawner/north,/obj/machinery/button/door{id = "xenobio5"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQD" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQE" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQF" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 9},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQG" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/science/xenobiology) -"cQH" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/button/door{id = "xenobio7"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQI" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/science,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology) -"cQJ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) -"cQK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) -"cQL" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/science/xenobiology) -"cQM" = (/obj/machinery/door/window/southright{name = "Secure Xenobiological Containment"; req_one_access_txt = "55"},/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"cQN" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) -"cQO" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/xenobiology) -"cQP" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/science/xenobiology) -"cQQ" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQS" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"cQT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"cQU" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"cQV" = (/obj/item/kirbyplants{icon_state = "plant-02"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQW" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/machinery/camera{c_tag = "Bridge - Port Quarter"; dir = 1},/obj/machinery/keycard_auth{pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQX" = (/obj/machinery/photocopier,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQY" = (/obj/structure/reagent_dispensers/water_cooler,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cQZ" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 8},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/bridge) -"cRa" = (/obj/effect/turf_decal/stripes/end{dir = 4},/obj/machinery/conveyor{dir = 4; id = "MiningConveyer"},/obj/machinery/door/poddoor{id = "MiningConveyorBlastDoor"; name = "Asteroid Mining Load Door"},/turf/open/floor/plating/airless,/area/quartermaster/miningoffice) -"cRb" = (/obj/machinery/computer/cloning,/obj/effect/turf_decal/bot,/obj/structure/disposalpipe/segment,/obj/item/paper/guides/jobs/medical/cloning{pixel_x = -4},/turf/open/floor/plasteel,/area/medical/medbay/central) -"cRc" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/door/airlock/research{name = "Aft Observatory"; req_access_txt = "47"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cRd" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/machinery/door/airlock/research{name = "Aft Observatory"; req_access_txt = "47"},/turf/open/floor/plasteel/dark,/area/science/misc_lab{name = "Research Observatory"}) -"cRe" = (/obj/machinery/computer/upload/ai{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/turret_protected/ai) -"cRf" = (/obj/structure/window/reinforced/spawner/north,/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/machinery/flasher{id = "ID"; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cRg" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"cRh" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRi" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/dark/side,/area/science/robotics/lab) -"cRj" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/dark/side{dir = 6},/area/science/robotics/lab) -"cRk" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000; pixel_y = 3; pixel_x = 4},/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000; pixel_x = -6; pixel_y = 6},/obj/item/stock_parts/cell/high{charge = 100; maxcharge = 15000},/obj/machinery/button/door{id = "robotics3"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cRl" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cRm" = (/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/red{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/stripes/red/full,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/sign/poster/official/cleanliness{pixel_y = -32},/obj/machinery/disposal/bin{name = "Corpse Disposal Unit"},/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cRn" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cRo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cRp" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"cRq" = (/obj/machinery/rnd/production/circuit_imprinter/department/science,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cRr" = (/obj/machinery/droneDispenser,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/effect/turf_decal/stripes/line{dir = 5; layer = 2.03},/turf/open/floor/plasteel,/area/science/robotics/lab) -"cRs" = (/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai_upload_foyer) -"cRt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"cRu" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/mixing) -"cRv" = (/mob/living/simple_animal/opossum{desc = "Wubba lubba dub dub."; name = "Rick"},/turf/open/floor/plasteel/showroomfloor,/area/medical/morgue) -"cRw" = (/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/obj/item/paper/guides/cogstation/letter_med{pixel_y = 4},/obj/item/storage/backpack/duffelbag/med/surgery,/turf/open/floor/plasteel/white,/area/medical/medbay/zone2{name = "Medbay Treatment Center"}) -"cVq" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"cVO" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"dpO" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"dVR" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"dYm" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/science/storage) -"eCy" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/plasteel,/area/engine/atmos) -"eIh" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "N2O Outlet Pump"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"eKM" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -30},/obj/machinery/atmospherics/pipe/manifold/supplymain/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"eTZ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"eUF" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"fgS" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Plasma Outlet Pump"},/turf/open/floor/plasteel,/area/engine/atmos) -"fkx" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"fti" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"fui" = (/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/turf/open/space/basic,/area/space) -"fuE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/space/basic,/area/space/nearstation) -"fuR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_x = 30},/turf/open/floor/plasteel,/area/science/mixing) -"fIw" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"guK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space/basic,/area/space) -"gDY" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Fuel Pipe to Incinerator"},/obj/machinery/light,/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"gGG" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"gVV" = (/obj/structure/window/reinforced{dir = 4; layer = 2.9},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine,/area/science/storage) -"hcR" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/closed/wall/r_wall,/area/bridge) -"hiV" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"hlo" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"hlV" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"hDz" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"hFa" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/engine,/area/science/storage) -"hKC" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"hMZ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Pure to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"hXk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering{name = "Engine Room"}) -"ifC" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/manifold/orange/visible,/turf/open/space/basic,/area/space/nearstation) -"iAW" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"iQY" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/atmos) -"jiZ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/atmos) -"jml" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"jon" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"jyu" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/open/space/basic,/area/space/nearstation) -"jMO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"jXo" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/atmos) -"kxw" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/open/space/basic,/area/space) -"kzb" = (/obj/machinery/atmospherics/pipe/manifold/orange/hidden{dir = 4},/turf/closed/wall/r_wall,/area/bridge) -"kOG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Engine"},/turf/open/floor/plasteel,/area/engine/atmos) -"lcD" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Air to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"lRy" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"mkx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"mqB" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"mxW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"mBP" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel,/area/science/mixing) -"mEa" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"mIm" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{light_color = "#cee5d2"},/turf/open/floor/engine,/area/science/storage) -"mIT" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) -"mKP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"mNN" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"ntC" = (/obj/machinery/atmospherics/components/binary/pump{name = "Port to Fuel Pipe"},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"nvn" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"nAF" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"nBM" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"nEX" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 9},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"nLV" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"ony" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"opd" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 4},/turf/open/space/basic,/area/space/nearstation) -"oMB" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/engine/atmos) -"pgu" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space/basic,/area/space/nearstation) -"prx" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"qeq" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/space/basic,/area/space/nearstation) -"qgO" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/atmos) -"qlJ" = (/obj/structure/lattice/catwalk,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) -"qvB" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"qHL" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plating,/area/engine/atmos) -"qWY" = (/obj/machinery/atmospherics/components/binary/pump/on{name = "Waste In"},/turf/open/floor/plasteel,/area/engine/atmos) -"rdF" = (/obj/machinery/atmospherics/pipe/simple/dark/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"rTW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 6},/turf/open/space/basic,/area/space/nearstation) -"rUl" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"sdp" = (/obj/structure/reagent_dispensers/foamtank,/turf/open/floor/engine,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"sHB" = (/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"sRD" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) -"sVC" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/space/basic,/area/space/nearstation) -"tjb" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/meter,/turf/open/floor/plating,/area/engine/engineering{name = "Engine Room"}) -"tpQ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/open/space/basic,/area/space/nearstation) -"tuF" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/closed/wall/r_wall,/area/engine/atmos) -"tyI" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos) -"tXV" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/turf/open/floor/plasteel,/area/engine/atmos) -"tZj" = (/obj/structure/tank_dispenser{pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"tZC" = (/obj/machinery/atmospherics/pipe/manifold4w/orange/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"urj" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 8; icon_state = "intact"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/bridge) -"uwK" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/secure_construction{name = "Engineering Construction Area"}) -"uAY" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/engine/atmos) -"uVD" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) -"vcb" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/orange/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"vsO" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/closed/wall/r_wall,/area/engine/atmos) -"vxU" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/extinguisher_cabinet{pixel_x = 27},/turf/open/floor/plasteel,/area/engine/atmos) -"wbu" = (/obj/machinery/atmospherics/pipe/simple/violet/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"wPS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/violet/visible{dir = 9},/turf/open/space/basic,/area/space/nearstation) -"wWH" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"xcO" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Mix Outlet Pump"},/turf/open/floor/plasteel,/area/engine/atmos) -"xjk" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"xkC" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"xoj" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/plasteel,/area/engine/atmos) -"xxP" = (/turf/closed/wall,/area/quartermaster/storage) -"xCy" = (/obj/machinery/atmospherics/components/binary/pump,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"xKr" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/hidden,/turf/open/floor/plasteel,/area/engine/atmos) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/open/space/basic, +/area/space) +"aab" = ( +/obj/structure/sign/poster/official/anniversary_vintage_reprint, +/turf/closed/wall/r_wall, +/area/science/research{ + name = "Research Sector" + }) +"aac" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"aad" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aae" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 4; + height = 12; + id = "arrivals_stationary"; + name = "cog arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/cog; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"aaf" = ( +/turf/closed/wall, +/area/science/test_area) +"aag" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/secondary/entry) +"aah" = ( +/obj/structure/sign/warning/electricshock, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aai" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall/rust, +/area/maintenance/fore) +"aaj" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"aak" = ( +/obj/machinery/conveyor/auto{ + id = "pb" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aal" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"aam" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aan" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/ai_monitored/security/armory) +"aao" = ( +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"aap" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aaq" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aar" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "pb" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aas" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aat" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/observatory"; + dir = 1; + name = "Observatory APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aau" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/fore"; + dir = 8; + name = "Port Bow Maintenance APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aav" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "solar" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aaw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/test_area) +"aax" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aay" = ( +/obj/structure/sign/warning/electricshock, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aaz" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/ai_monitored/security/armory) +"aaA" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aaB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen/backroom"; + dir = 1; + name = "Kitchen Coldroom APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aaC" = ( +/obj/structure/closet/secure_closet/lethalshots, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/effect/spawner/lootdrop/armory_contraband/metastation, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aaD" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aaE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "Port Bow Maintenance - Fore"; + network = list("ss13","rd") + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aaF" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aaG" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/stairs/left, +/area/security/brig) +"aaH" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor"; + pixel_x = 22 + }, +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_y = -6 + }, +/obj/item/gun/energy/e_gun{ + pixel_y = -3 + }, +/obj/item/gun/energy/e_gun, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aaI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aaJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aaK" = ( +/obj/machinery/power/solar{ + id = "foreport"; + name = "Fore-Port Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port) +"aaL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/solar/port) +"aaM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/port) +"aaN" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/security/brig) +"aaO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"aaP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"aaQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aaR" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aaS" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"aaT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"aaU" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aaV" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/starboard/fore) +"aaW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aaX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aaY" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 21 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aaZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aba" = ( +/obj/machinery/door/airlock/external{ + name = "Arrival Shuttle Airlock" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"abd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"abe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"abf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"abg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abh" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/port) +"abi" = ( +/obj/machinery/power/solar{ + id = "foreport"; + name = "Fore-Port Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port) +"abj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"abk" = ( +/obj/structure/closet/crate/secure/gear{ + name = "Grenade Crate" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/teargas{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abl" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"abm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"abn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_y = -6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abp" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"abq" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abv" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"abw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001 + }, +/obj/item/clothing/head/helmet/alt{ + layer = 3.00001; + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abx" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port) +"aby" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"abz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"abA" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"abB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"abC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"abD" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abF" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "sb_out"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/trackimp{ + pixel_x = 4 + }, +/obj/item/storage/box/chemimp{ + pixel_x = -4 + }, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"abI" = ( +/obj/structure/table, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -24 + }, +/obj/item/storage/briefcase, +/obj/item/circuitboard/machine/vending/donksofttoyvendor, +/obj/item/storage/pill_bottle/happy, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/fluff/cogstation/cluwne, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"abJ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "sb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"abM" = ( +/turf/closed/wall/r_wall, +/area/router/aux) +"abN" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/secondary/entry) +"abO" = ( +/obj/structure/chair/comfy/brown, +/obj/item/beacon, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"abP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/gun/energy/ionrifle{ + pixel_y = 4 + }, +/obj/item/gun/energy/temperature/security{ + pixel_y = -4 + }, +/obj/item/clothing/suit/armor/laserproof, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"abQ" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/fore) +"abR" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/router/aux) +"abS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"abT" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/purple"; + name = "Crew Quarters A APC"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"abU" = ( +/obj/machinery/space_heater, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/blue"; + name = "Crew Quarters B APC"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/fore) +"abV" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"abW" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/router/aux) +"abX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/checkpoint) +"abY" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"abZ" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "sb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"aca" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "pb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acb" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"acc" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "solitarylock"; + name = "Brig Lockdown" + }, +/turf/open/floor/plating, +/area/security/brig) +"acd" = ( +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Blast Door Control"; + pixel_x = -28; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ace" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "pb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acf" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "pb_out"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acg" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"ach" = ( +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aci" = ( +/turf/closed/wall, +/area/medical{ + name = "Medical Booth" + }) +"acj" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "solar_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ack" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot, +/obj/item/shield/riot{ + pixel_x = -6 + }, +/obj/item/shield/riot{ + pixel_x = -6 + }, +/obj/item/shield/riot{ + pixel_x = -6 + }, +/obj/item/clothing/mask/gas/sechailer/swat{ + pixel_x = -4 + }, +/obj/item/clothing/mask/gas/sechailer/swat{ + pixel_x = -4 + }, +/obj/item/clothing/mask/gas/sechailer/swat{ + pixel_x = -4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Armory"; + req_one_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acm" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aco" = ( +/turf/open/floor/plating, +/area/maintenance/port/fore) +"acp" = ( +/turf/open/floor/plating/airless, +/area/science/test_area) +"acq" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "solar_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acr" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acs" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"act" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"acu" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/machinery/recharger, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/electropack{ + pixel_x = -10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"acw" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"acx" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_y = 6 + }, +/obj/item/gun/energy/e_gun/advtaser, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_y = -6 + }, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acz" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "sb_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acA" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "sb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acB" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "sb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id = "armory"; + name = "Armory" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acD" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"acE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"acF" = ( +/turf/closed/wall, +/area/crew_quarters/lounge) +"acG" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "pb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acH" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"acI" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"acJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + id = "solar_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"acK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical{ + name = "Medical Booth" + }) +"acL" = ( +/obj/machinery/door/poddoor{ + id = "executionspaceblast" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"acM" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_x = -32 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"acN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"acO" = ( +/obj/structure/sign/warning/electricshock, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"acP" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plating, +/area/maintenance/fore) +"acQ" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"acR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-16" + }, +/turf/open/floor/plasteel/checker, +/area/hallway/secondary/entry) +"acS" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/open/floor/plating, +/area/maintenance/fore) +"acT" = ( +/obj/structure/table/reinforced, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"acU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "Armory Access"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"acV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/washing_machine, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"acW" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/deliveryChute, +/turf/open/floor/plating/airless, +/area/router/aux) +"acX" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"acY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"acZ" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ada" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"adb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"adc" = ( +/obj/machinery/conveyor{ + id = "sb_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"add" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"ade" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"adf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"adg" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"adh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"adi" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"adj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"adk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/conveyor{ + id = "solar_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adl" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Fore Maintenance"; + req_one_access_txt = "12;46" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"adn" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"ado" = ( +/obj/machinery/power/solar{ + id = "forestarboard"; + name = "Fore-Starboard Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"adp" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/tcommsat/computer) +"adq" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"adr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-16" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"ads" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"adt" = ( +/turf/open/floor/plating, +/area/maintenance/fore) +"adu" = ( +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"adv" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/fore) +"adw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "solar" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"ady" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/airless, +/area/solar/starboard/fore) +"adz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"adA" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"adB" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"adC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"adD" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/vending/security, +/turf/open/floor/plasteel, +/area/security/brig) +"adE" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/obj/machinery/syndicatebomb/training, +/turf/open/floor/plasteel, +/area/security/brig) +"adF" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"adG" = ( +/obj/machinery/mass_driver{ + id = "serv_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adH" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "solar" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adI" = ( +/obj/machinery/disposal/bin{ + name = "Service Delivery" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/hydroponics) +"adJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/under/misc/staffassistant, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"adK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/security/brig) +"adL" = ( +/obj/machinery/mass_driver{ + id = "starboard_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"adM" = ( +/turf/closed/wall, +/area/crew_quarters/observatory) +"adN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"adO" = ( +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -27 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"adP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"adQ" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"adR" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/storage/box/beakers, +/obj/item/hand_labeler, +/obj/item/folder/white{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/stamp, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"adS" = ( +/turf/closed/wall, +/area/construction) +"adT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction) +"adU" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"adV" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/fore"; + dir = 1; + name = "Starboard Bow Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"adW" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/security/brig) +"adX" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"adY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"adZ" = ( +/turf/open/floor/plating, +/area/tcommsat/computer) +"aea" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aeb" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/brig) +"aec" = ( +/turf/closed/wall/r_wall, +/area/construction) +"aed" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aee" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space/basic, +/area/solar/port) +"aef" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeg" = ( +/obj/structure/sign/warning/electricshock, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aeh" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aei" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/entry"; + dir = 8; + name = "Arrival Shuttle Hallway APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aej" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/plating/airless, +/area/engine/engineering{ + name = "Engine Room" + }) +"aek" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/photocopier, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ael" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aem" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aen" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/circuitboard/machine/sleeper, +/obj/structure/frame/machine, +/turf/open/floor/plasteel, +/area/construction) +"aep" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aer" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aes" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aet" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aeu" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aev" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"aew" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"aex" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/hypospraykit/regular, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aey" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aez" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeA" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeB" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/fitness"; + name = "Fitness Toilets APC"; + pixel_y = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aeE" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/construction) +"aeF" = ( +/obj/structure/table, +/obj/item/assembly/infra, +/obj/item/assembly/voice{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/assembly/health{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/construction) +"aeG" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/construction"; + dir = 1; + name = "Construction Area APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/construction) +"aeH" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeI" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"aeJ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aeK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"aeL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aeM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aeN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Router"; + req_one_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aeO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/solar/starboard/fore) +"aeQ" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aeR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeS" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aeT" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aeU" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aeV" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aeW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Construction Area"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel, +/area/construction) +"aeX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aeY" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/fitness) +"aeZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"afa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"afb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afc" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afd" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"afe" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aff" = ( +/turf/closed/wall, +/area/crew_quarters/fitness) +"afg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/open/floor/plating, +/area/maintenance/fore) +"afh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = /area/maintenance/solars/starboard/fore; + dir = 4; + name = "Starboard Bow Solars APC"; + pixel_x = 28 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"afi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"afj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afl" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"afm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction) +"afn" = ( +/obj/machinery/biogenerator, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"afo" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/landmark/start/mime, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/mime"; + dir = 4; + name = "Mime's Office APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"afp" = ( +/turf/open/floor/plating, +/area/construction) +"afq" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"afr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/camera{ + pixel_y = -8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"afs" = ( +/obj/machinery/flasher{ + id = "executionflash"; + pixel_x = -25 + }, +/obj/structure/chair/e_chair, +/obj/effect/decal/cleanable/ash{ + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aft" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"afu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afv" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"afx" = ( +/obj/machinery/computer/holodeck{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afy" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afA" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"afB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"afD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"afE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"afF" = ( +/obj/machinery/sparker{ + id = "executionburn"; + pixel_x = 25 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"afG" = ( +/obj/structure/sink{ + pixel_y = 28 + }, +/obj/item/paper/guides/jobs/hydroponics, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"afH" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"afI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afJ" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"afK" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"afL" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afM" = ( +/obj/structure/closet/crate/internals, +/obj/machinery/camera{ + c_tag = "Construction Area"; + pixel_x = 22 + }, +/obj/item/flashlight, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/construction) +"afN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/checker, +/area/hallway/secondary/entry) +"afP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"afR" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/table/reinforced, +/obj/item/paicard, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"afS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"afT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"afU" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/left, +/area/hallway/secondary/entry) +"afV" = ( +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/gloves/color/white, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"afW" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/fore) +"afX" = ( +/obj/item/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/camera{ + c_tag = "Port Bow Maintenance - Aft"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"afY" = ( +/obj/item/seeds/carrot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"afZ" = ( +/obj/machinery/disposal/bin{ + name = "Brig Catering" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5; + layer = 2.03 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aga" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agb" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"agd" = ( +/obj/structure/fans/tiny/invisible, +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/turf/open/space/basic, +/area/space) +"age" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"agf" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"agg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"agh" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"agi" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"agj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Observatory Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"agk" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agl" = ( +/obj/machinery/disposal/bin{ + name = "Bar Catering" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6; + layer = 2.03 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"agm" = ( +/obj/structure/table, +/obj/item/sharpener, +/obj/item/kitchen/knife, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"agn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall, +/area/crew_quarters/lounge) +"ago" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"agp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agq" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"agr" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ags" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"agt" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"agv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/brig) +"agw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/displaycase/labcage{ + desc = "A glass lab container for storing smelly creatures."; + name = "stinky panda containment"; + start_showpiece_type = /mob/living/simple_animal/pet/redpanda/stinky + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"agx" = ( +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/plating, +/area/construction) +"agy" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"agz" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"agA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"agB" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"agC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"agD" = ( +/obj/machinery/seed_extractor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"agE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"agF" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agG" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"agH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"agI" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/tower, +/obj/item/seeds/amanita, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"agJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Fore Maintenance"; + req_one_access_txt = "12;46" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"agK" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agL" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/airless, +/area/solar/port) +"agM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agO" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Holodeck Door" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"agQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"agR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agS" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/suit_storage_unit/engine, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"agU" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/t_scanner{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/t_scanner, +/obj/item/assembly/igniter{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"agV" = ( +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"agW" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"agX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Starboard Bow Solar Exterior Airlock"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"agY" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"agZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aha" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahb" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahc" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 8 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahd" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahe" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ahf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ahg" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"ahh" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ahi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 28 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ahj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Fore Maintenance - Fore"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ahk" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/processing) +"ahl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ahm" = ( +/obj/structure/falsewall/reinforced, +/turf/closed/wall, +/area/maintenance/port/fore) +"ahn" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aho" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ahp" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ahq" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"ahr" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/ambrosia, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"ahs" = ( +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Kitchen"; + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aht" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/item/storage/box/disks, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ahu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics) +"ahv" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_x = 32 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"ahw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ahx" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahy" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "solitarylock"; + name = "Brig Lockdown" + }, +/turf/open/floor/plating, +/area/security/warden) +"ahz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ahA" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/fitness) +"ahB" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door/window/eastleft{ + name = "Bathroom Stall" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"ahC" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"ahD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ahE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ahF" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/mirror{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"ahG" = ( +/obj/structure/sink{ + pixel_y = 28 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"ahH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"ahI" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness"; + name = "Fitness Room APC"; + pixel_y = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ahJ" = ( +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"ahK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ahL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/crew_quarters/observatory) +"ahM" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"ahN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ahO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"ahP" = ( +/turf/closed/wall, +/area/maintenance/solars/starboard/fore) +"ahQ" = ( +/obj/structure/closet/lasertag/blue, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"ahR" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"ahS" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"ahT" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/bag/plants, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahU" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahV" = ( +/obj/structure/closet/lasertag/red, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"ahW" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"ahX" = ( +/obj/machinery/deepfryer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ahY" = ( +/obj/machinery/vending/autodrobe, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"ahZ" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/radio/off, +/obj/machinery/camera{ + c_tag = "Arrival Shuttle Hallway" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/hallway/secondary/entry) +"aia" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aib" = ( +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/hallway/secondary/entry) +"aic" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aid" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/cotton, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"aie" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aif" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aig" = ( +/obj/machinery/camera{ + c_tag = "Observatory Holodeck"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aih" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aii" = ( +/obj/structure/closet, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/gps, +/turf/open/floor/plasteel, +/area/storage/tools) +"aij" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aik" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ail" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aim" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ain" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"aio" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aip" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aiq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/solar/port) +"air" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/cable_coil/red{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/stack/cable_coil/red, +/obj/item/screwdriver, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"ais" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ait" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aiu" = ( +/obj/effect/landmark/start/mime, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/checker, +/area/crew_quarters/theatre/mime) +"aiv" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aiw" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aix" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"aiy" = ( +/obj/structure/bed, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/effect/landmark/start/clown, +/obj/item/bedsheet/clown, +/obj/structure/sign/plaques/kiddie/perfect_man{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"aiz" = ( +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aiA" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction) +"aiB" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen"; + name = "Kitchen APC"; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aiC" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"aiD" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + pixel_x = 22 + }, +/obj/item/clothing/under/rank/civilian/clown/yellow, +/obj/item/clothing/under/rank/civilian/clown/blue, +/obj/item/clothing/under/rank/civilian/clown/green, +/obj/item/toy/crayon/spraycan/lubecan, +/obj/item/megaphone/clown, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"aiE" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/security/processing) +"aiF" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Bow Maintenance"; + req_one_access_txt = "12;25;26;28;35;46" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aiG" = ( +/obj/structure/closet, +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aiH" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/grass, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"aiI" = ( +/obj/structure/closet/boxinggloves, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aiJ" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"aiK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/genpop, +/turf/open/floor/plasteel, +/area/security/brig) +"aiL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aiM" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/observatory) +"aiN" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aiO" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aiP" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aiQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aiR" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aiS" = ( +/obj/item/kirbyplants{ + icon_state = "plant-06" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aiT" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Port Bow Maintainance"; + req_one_access_txt = "1" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aiU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aiV" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 10; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/construction) +"aiW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Observatory" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/observatory) +"aiX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall, +/area/crew_quarters/observatory) +"aiY" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window/eastright{ + name = "Bathroom Stall" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aiZ" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"aja" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/caution, +/turf/open/floor/plating, +/area/construction) +"ajb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ajc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/solar/port) +"ajd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aje" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ajf" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ajg" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/item/reagent_containers/food/snacks/pie/cream, +/obj/item/instrument/bikehorn, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"ajh" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/construction, +/obj/item/storage/crayons, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/hallway/secondary/entry) +"aji" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"ajj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ajk" = ( +/obj/effect/landmark/start/clown, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"ajl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ajm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"ajn" = ( +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ajo" = ( +/obj/structure/table, +/obj/item/toy/dummy, +/obj/structure/mirror{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/checker, +/area/crew_quarters/theatre/mime) +"ajp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"ajq" = ( +/obj/effect/landmark/start/clown, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/clown"; + dir = 4; + name = "Clown's Office APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"ajr" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"ajs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/condiment/mayonnaise, +/obj/item/bikehorn{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ajt" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aju" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"ajv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"ajw" = ( +/turf/closed/wall, +/area/construction/secondary) +"ajx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajy" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/computer/prisoner/management, +/turf/open/floor/plasteel, +/area/security/brig) +"ajz" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajA" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/genpop, +/turf/open/floor/plasteel, +/area/security/brig) +"ajB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ajC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ajD" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ajE" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ajF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/secondary) +"ajG" = ( +/obj/machinery/computer/arcade, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ajH" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar, +/obj/item/extinguisher, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ajI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ajJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ajK" = ( +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ajL" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/lounge"; + name = "Lounge APC"; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"ajM" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ajN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ajO" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"ajP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ajQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ajR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"ajS" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ajT" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ajU" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/light/tube, +/obj/item/radio/off, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Security - Interrogation Maintenance"; + dir = 1 + }, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/security/brig"; + dir = 4; + name = "Brig APC"; + pixel_x = 26 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"ajV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"ajW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/observatory) +"ajX" = ( +/obj/item/pipe{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/melee/baseball_bat, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/camera{ + c_tag = "Secondary Construction Area" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"ajY" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ajZ" = ( +/obj/item/multitool, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/tcommsat/computer"; + dir = 1; + name = "Telecomms Access APC"; + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aka" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"akb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mime's Office"; + req_access_txt = "46" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/crew_quarters/theatre/mime) +"akc" = ( +/obj/machinery/computer/slot_machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction/secondary) +"akd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint) +"ake" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"akf" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/electronics/firelock, +/obj/item/electronics/firealarm, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction/secondary) +"akg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"akh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction/secondary) +"aki" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/construction/secondary) +"akj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Starboard Bow Solar Exterior Airlock"; + req_access_txt = "10;13" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"akk" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 10; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/construction/secondary) +"akl" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/construction/secondary) +"akn" = ( +/obj/machinery/power/solar_control{ + id = "forestarboard"; + name = "Starboard Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ako" = ( +/obj/machinery/button/flasher{ + id = "executionflash"; + pixel_x = 7; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"akp" = ( +/obj/structure/closet/secure_closet/warden, +/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/warden) +"akq" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/prisoner, +/obj/item/razor, +/obj/item/paper/guides/jobs/security/labor_camp, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/processing) +"akr" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/machinery/computer/prisoner/gulag_teleporter_computer{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Shuttle Dock"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aks" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"akt" = ( +/obj/machinery/computer/prisoner/management, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Brig Control APC"; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"aku" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"akv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"akw" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"akx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Secondary Construction Area"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"aky" = ( +/obj/machinery/computer/crew, +/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/warden) +"akz" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/service) +"akA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/security/warden) +"akB" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"akC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/hand_labeler{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akE" = ( +/turf/closed/wall/r_wall, +/area/router/sec) +"akF" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"akI" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"akJ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Telecommunications Maintenance"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/tcommsat/computer) +"akK" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig"; + pixel_x = 22 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akM" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"akN" = ( +/turf/open/space/basic, +/area/router/aux) +"akO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/computer/security/labor{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akP" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + name = "Security Router" + }, +/turf/open/floor/plating, +/area/router/sec) +"akQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akR" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"akS" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"akT" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akU" = ( +/obj/machinery/door/window/northleft{ + name = "Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"akV" = ( +/obj/structure/rack, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"akW" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/reagent_containers/hypospray/medipen, +/obj/item/reagent_containers/hypospray/medipen, +/obj/item/reagent_containers/hypospray/medipen, +/obj/item/reagent_containers/hypospray/medipen, +/obj/structure/sign/departments/restroom{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"akX" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/purple) +"akY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"akZ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ala" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"alb" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"alc" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"ald" = ( +/obj/machinery/chem_master/condimaster, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"ale" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/blue) +"alf" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"alg" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/computer/arcade/minesweeper, +/turf/open/floor/plating, +/area/construction/secondary) +"alh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ali" = ( +/turf/open/floor/plating, +/area/construction/secondary) +"alj" = ( +/obj/machinery/gulag_teleporter, +/turf/open/floor/plasteel, +/area/security/processing) +"alk" = ( +/obj/item/caution, +/turf/open/floor/plating, +/area/construction/secondary) +"all" = ( +/obj/structure/table/glass, +/obj/item/wrench{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_x = -4 + }, +/turf/open/floor/grass, +/area/hydroponics) +"alm" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/turf/open/floor/grass, +/area/hydroponics) +"aln" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/grass, +/area/hydroponics) +"alo" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"alp" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel, +/area/construction/secondary) +"alq" = ( +/obj/machinery/conveyor/auto{ + id = "sec" + }, +/turf/open/floor/plating, +/area/router/sec) +"alr" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"als" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "sec_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/sec) +"alt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"alv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start/warden, +/obj/machinery/camera{ + c_tag = "Security - Brig Control"; + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"alx" = ( +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"aly" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"alz" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"alA" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"alB" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alC" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"alE" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"alF" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/paper/guides/cogstation/letter_sec, +/turf/open/floor/plasteel, +/area/security/warden) +"alG" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alH" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = -8 + }, +/obj/item/storage/box/ingredients{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"alI" = ( +/obj/structure/weightmachine/stacklifter, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"alJ" = ( +/obj/machinery/vending/hydroseeds, +/turf/open/floor/grass, +/area/hydroponics) +"alK" = ( +/obj/effect/landmark/xmastree, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"alL" = ( +/obj/structure/weightmachine/weightlifter, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"alM" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"alO" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"alP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"alQ" = ( +/obj/structure/dresser, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"alR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"alS" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/rag, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"alT" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"alU" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"alV" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"alW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alX" = ( +/obj/structure/table, +/obj/item/storage/box/ingredients, +/obj/item/clothing/head/chefhat, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"alY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/t_scanner, +/turf/open/floor/plating, +/area/construction/secondary) +"alZ" = ( +/turf/closed/wall/r_wall, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"ama" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"amb" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amc" = ( +/turf/closed/wall, +/area/storage/tools) +"amd" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ame" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/warden) +"amf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"amg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/recharger, +/obj/item/pen/red{ + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ami" = ( +/obj/structure/sign/poster/contraband/grey_tide{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amj" = ( +/turf/closed/wall/rust, +/area/maintenance/port/fore) +"amk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"aml" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"amm" = ( +/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/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"amn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/mob/living/simple_animal/mouse/brown, +/turf/open/floor/plating, +/area/construction/secondary) +"amo" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"amp" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Fore Maintenance"; + req_one_access_txt = "12;46" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"amq" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"amr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Bow Maintenance"; + req_one_access_txt = "12;25;26;28;35;46" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ams" = ( +/obj/machinery/camera{ + c_tag = "Fitness Toilets"; + pixel_x = 22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"amt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"amv" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"amw" = ( +/obj/structure/sign/poster/contraband/eat{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amx" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"amy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"amz" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"amA" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"amB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/warden) +"amC" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"amD" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amE" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/bar"; + dir = 8; + name = "Bar APC"; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"amF" = ( +/obj/effect/landmark/start/cook, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"amG" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"amH" = ( +/obj/item/crowbar/large{ + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/construction/secondary) +"amI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"amJ" = ( +/obj/structure/lattice, +/obj/structure/sign/departments/botany{ + pixel_x = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"amK" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"amL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"amM" = ( +/obj/machinery/light, +/obj/machinery/disposal/bin{ + name = "Kitchen Mailbox" + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"amN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/tools) +"amO" = ( +/obj/item/bedsheet/mime, +/obj/structure/bed, +/obj/effect/landmark/start/mime, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + pixel_x = 22 + }, +/turf/open/floor/plasteel/checker, +/area/crew_quarters/theatre/mime) +"amP" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/hallway/secondary/entry) +"amQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastleft{ + name = "Reception Window" + }, +/obj/machinery/door/window/westleft{ + name = "Warden's Desk"; + req_one_access_txt = "2" + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/warden) +"amR" = ( +/obj/machinery/light/small, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"amS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/construction/secondary) +"amU" = ( +/obj/structure/beebox, +/obj/item/queen_bee/bought, +/turf/open/floor/grass, +/area/hydroponics) +"amV" = ( +/turf/open/floor/grass, +/area/hydroponics) +"amW" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = -4 + }, +/obj/item/book/manual/hydroponics_pod_people{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/paper/guides/jobs/hydroponics{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/hydroponics) +"amX" = ( +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"amY" = ( +/turf/closed/wall, +/area/chapel/main) +"amZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ana" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"anb" = ( +/obj/structure/table, +/obj/item/lipstick/black, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"anc" = ( +/obj/item/cigbutt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"and" = ( +/turf/closed/wall/r_wall, +/area/chapel/main) +"ane" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"anf" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/construction/secondary"; + dir = 1; + name = "Secondary Construction Area APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/construction/secondary) +"ang" = ( +/turf/closed/wall/r_wall, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"anh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/clothing/glasses/regular, +/obj/machinery/door/window/northright{ + name = "Medical Booth Desk"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"ani" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/poster/official/duelshotgun{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"anj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ank" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/easel, +/obj/item/canvas/nineteenXnineteen, +/obj/machinery/camera{ + c_tag = "Crew Lounge"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"anl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"anm" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ann" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/goonplaque{ + desc = "It reads 'In honor of spacemen past, whose work allowed this station to find its new home. The fact that you stand on a station originally built light years away is a definitive representation of the ingenuity of the human spirit.' Beneath this is the image of a spaceman rocketing upwards by means of what appears to be a match and flatulence." + }, +/area/hallway/secondary/entry) +"ano" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"anp" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"anq" = ( +/turf/closed/wall, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"anr" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"ans" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/destTagger, +/obj/machinery/button/door{ + id = "secblock"; + name = "Router Access Control"; + pixel_x = 8; + pixel_y = 24; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/sec) +"ant" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"anu" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"anv" = ( +/obj/item/stack/sheet/plasteel{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/beakers, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/construction) +"anw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"anx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating, +/area/tcommsat/computer) +"any" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/pill/patch/styptic, +/obj/item/reagent_containers/pill/patch/styptic, +/obj/item/reagent_containers/pill/patch/styptic, +/obj/item/reagent_containers/pill/patch/styptic, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"anz" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"anA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Room Maintenance"; + req_one_access_txt = "12;46" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"anB" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"anC" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/delivery, +/obj/machinery/requests_console{ + department = "Security Router"; + name = "Security Router RC"; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/router/sec) +"anD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"anE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"anF" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"anG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"anH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/security/checkpoint) +"anI" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"anJ" = ( +/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 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/paper_bin, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/stamp{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint"; + dir = 4; + name = "Security Checkpoint APC"; + pixel_x = 24 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"anK" = ( +/turf/closed/wall/r_wall, +/area/security/detectives_office) +"anL" = ( +/obj/machinery/computer/arcade/minesweeper, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"anM" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"anN" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/analyzer, +/obj/item/wrench{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"anO" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/storage/belt/utility, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/storage/tools) +"anP" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"anQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"anR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"anS" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tools"; + name = "Auxiliary Tool Storage APC"; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage"; + dir = 4; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"anT" = ( +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"anU" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"anV" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port) +"anW" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "sec_off" + }, +/turf/open/floor/plating, +/area/router/sec) +"anX" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"anY" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"anZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aoa" = ( +/obj/item/clockwork/component/geis_capacitor/fallen_armor, +/obj/structure/table/bronze, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"aob" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aoc" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/requests_console{ + department = "Recreation"; + name = "Recreation RC"; + pixel_y = -32 + }, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aod" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/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, +/area/security/warden) +"aoe" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"aof" = ( +/obj/structure/sign/poster/official/foam_force_ad{ + pixel_y = 32 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aog" = ( +/turf/open/floor/grass, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aoh" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aoi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"aoj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aok" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "Dorm1"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + pixel_x = -7; + pixel_y = -24; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"aol" = ( +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = -24; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aom" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aon" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aoo" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/ears/earmuffs, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/construction/secondary) +"aop" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"aoq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/warden) +"aor" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aos" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/athletic_mixed, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aot" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aou" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aov" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/grass, +/area/hydroponics) +"aow" = ( +/mob/living/simple_animal/banana_spider{ + name = "Henry" + }, +/turf/open/floor/grass, +/area/hydroponics) +"aox" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"aoy" = ( +/obj/machinery/computer/secure_data, +/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/machinery/camera{ + c_tag = "Security Checkpoint"; + pixel_x = 22 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aoz" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/construction/secondary) +"aoA" = ( +/obj/structure/table/reinforced, +/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/red{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/item/flashlight/lamp, +/obj/machinery/door/window/westright{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aoB" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Beds"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/security/prison"; + dir = 4; + name = "Prison APC"; + pixel_x = 26 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aoC" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aoD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aoE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/main) +"aoF" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"aoG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aoH" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Port Bow Solars External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aoI" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/grass, +/area/hydroponics) +"aoJ" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aoK" = ( +/turf/closed/wall/r_wall, +/area/router/service) +"aoL" = ( +/obj/structure/chair/stool, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aoM" = ( +/obj/structure/closet/crate, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plating, +/area/construction) +"aoN" = ( +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = -26 + }, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/plasteel, +/area/storage/tools) +"aoO" = ( +/turf/open/floor/plasteel, +/area/storage/tools) +"aoP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aoQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aoR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/warden) +"aoS" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + id = "serv_off" + }, +/obj/machinery/door/poddoor{ + id = "servblock"; + name = "Service Router" + }, +/turf/open/floor/plating, +/area/router/service) +"aoT" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id = "servblock"; + name = "Service Router" + }, +/turf/open/floor/plating, +/area/router/service) +"aoU" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aoV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aoW" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "foreport"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aoX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aoZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"apa" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"apb" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"apc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"apd" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"ape" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"apg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/router/sec) +"aph" = ( +/turf/open/floor/plasteel/dark, +/area/security/brig) +"api" = ( +/obj/machinery/door/window/southright{ + name = "Weightroom" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"apj" = ( +/obj/structure/window/reinforced, +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"apk" = ( +/obj/structure/closet/lasertag/blue, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"apl" = ( +/obj/structure/chair/sofa/right, +/obj/item/clothing/head/beret/black, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"apm" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"apn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/router/sec) +"apo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"app" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/router/sec) +"apq" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"apr" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/button/massdriver{ + id = "sec_out"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router/sec) +"aps" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/security{ + name = "Security EVA Prep Room"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"apt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction) +"apu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"apv" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"apw" = ( +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/assistant, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"apx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"apy" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"apz" = ( +/obj/machinery/vr_sleeper{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"apA" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/crew_quarters/dorms/purple) +"apB" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/grass, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"apC" = ( +/turf/closed/wall/r_wall, +/area/hydroponics) +"apD" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm1"; + name = "Room 1" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"apE" = ( +/obj/machinery/biogenerator, +/turf/open/floor/grass, +/area/hydroponics) +"apF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"apG" = ( +/mob/living/simple_animal/chicken{ + name = "Featherbottom"; + real_name = "Featherbottom" + }, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"apH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/main) +"apI" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"apJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/camera{ + c_tag = "Hydroponics - Fore"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"apK" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -30 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/grass, +/area/hydroponics) +"apL" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"apM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"apN" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm3"; + name = "Room 3" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"apO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/crew_quarters/dorms/blue) +"apP" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"apQ" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Solitary Confinement"; + req_one_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"apR" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"apS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"apT" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/construction) +"apU" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/gun/ballistic/revolver/russian, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"apV" = ( +/turf/closed/wall/rust, +/area/chapel/main) +"apW" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"apX" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/grass, +/area/hydroponics) +"apY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Fitness Toilets" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aqa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aqb" = ( +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Secondary Construction Area"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/construction/secondary) +"aqc" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall/r_wall, +/area/medical{ + name = "Medical Booth" + }) +"aqd" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/camera{ + c_tag = "Chapel - Fore" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"aqe" = ( +/obj/machinery/conveyor{ + id = "serv_off" + }, +/turf/open/floor/plating, +/area/router/service) +"aqf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aqg" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Fitness Room"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aqh" = ( +/obj/structure/chair/sofa/left, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aqi" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aqj" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aqk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aql" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/bar) +"aqm" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aqn" = ( +/turf/closed/wall/r_wall, +/area/medical{ + name = "Medical Booth" + }) +"aqo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aqp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"aqq" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/storage/tools) +"aqr" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/tools) +"aqs" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqt" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aqu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqv" = ( +/obj/structure/sign/poster/official/no_erp{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aqw" = ( +/turf/closed/wall/r_wall/rust, +/area/maintenance/solars/port) +"aqx" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"aqy" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "serv_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/service) +"aqz" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aqA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/solar/starboard/aft) +"aqB" = ( +/turf/closed/wall, +/area/hydroponics) +"aqC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"aqD" = ( +/obj/machinery/vending/sustenance, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aqE" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/sec) +"aqF" = ( +/turf/open/floor/plasteel, +/area/router/sec) +"aqG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"aqH" = ( +/obj/machinery/power/apc{ + name = "Security Router APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/router/sec) +"aqI" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/hydroponics) +"aqJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/router/sec) +"aqK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aqL" = ( +/turf/closed/wall, +/area/security/checkpoint) +"aqM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aqN" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Service Hallway"; + req_one_access_txt = "25;26;28;35" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aqO" = ( +/obj/machinery/door/airlock/engineering{ + name = "Engineering EVA"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aqP" = ( +/obj/structure/chair/stool, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aqQ" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"aqR" = ( +/obj/item/grown/bananapeel, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"aqS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aqT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aqU" = ( +/turf/closed/wall/r_wall, +/area/engine/storage{ + name = "Canister Storage" + }) +"aqV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Purple Dorms Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/purple) +"aqW" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/book/manual/chef_recipes, +/obj/item/storage/box/donkpockets, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aqX" = ( +/obj/structure/sign/warning/fire{ + desc = "A sign that states the labeled room's number."; + icon_state = "roomnum"; + name = "Room Number 1"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"aqY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aqZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"ara" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/barbershop"; + dir = 4; + name = "Barbershop APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arc" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/item/toy/figure/clown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"ard" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"are" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"arf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"arg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arh" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"ari" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"arj" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/purple) +"ark" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"arl" = ( +/obj/machinery/vending/kink, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Locker Room"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"arm" = ( +/obj/structure/chair/sofa/right, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"arn" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aro" = ( +/obj/structure/closet/firecloset, +/obj/machinery/camera{ + c_tag = "Starboard Bow Maintenance - Starboard"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arp" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"arq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"arr" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"ars" = ( +/obj/structure/chair/stool, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/landmark/start/bartender, +/obj/item/clothing/under/costume/maid, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"art" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aru" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/blue) +"arv" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"arw" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"arx" = ( +/obj/machinery/button/door{ + id = "kitchenlock"; + name = "Kitchen Lockup"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"ary" = ( +/obj/machinery/food_cart, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"arz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"arA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"arB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"arC" = ( +/obj/structure/sign/warning/fire{ + desc = "A sign that states the labeled room's number."; + dir = 4; + icon_state = "roomnum"; + name = "Room Number 3"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"arD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 8; + icon_state = "intact" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Blue Dorms Maintenance"; + req_one_access_txt = "12;46" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/blue) +"arE" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/central) +"arF" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "hot loop to space" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"arG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arH" = ( +/obj/machinery/disposal/bin{ + name = "Detective's Mailbox" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"arI" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"arJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"arK" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/item/destTagger, +/obj/machinery/button/massdriver{ + id = "serv_out"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/machinery/requests_console{ + department = "Service Router"; + name = "Service Router RC"; + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/router/service) +"arL" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "serv_off" + }, +/turf/open/floor/plating, +/area/router/service) +"arM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/router/service) +"arN" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "gas to sauna" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"arO" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"arP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"arQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"arR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/falsewall/reinforced{ + req_access_txt = "1" + }, +/turf/open/floor/plasteel, +/area/router/sec) +"arS" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/crew_quarters/dorms/purple) +"arT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"arU" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/sign/warning/fire{ + desc = "A sign that states the labeled room's number."; + dir = 1; + icon_state = "roomnum"; + name = "Room Number 2"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Dormitories - Purple"; + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"arV" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_x = -32 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"arW" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"arX" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"arY" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"arZ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"asa" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"asb" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"asc" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"asd" = ( +/turf/closed/wall/rust, +/area/maintenance/starboard/fore) +"ase" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Purple Dorms" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/purple) +"asf" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Blue Dorms" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/blue) +"asg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"ash" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"asi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asj" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ask" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Fore"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/mob/living/simple_animal/mouse/brown/Tom, +/turf/open/floor/plasteel, +/area/security/prison) +"asl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external/glass{ + name = "Port Bow Solars External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"asm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/service"; + dir = 8; + name = "Service Hall APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"asn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aso" = ( +/obj/structure/sign/warning/fire{ + desc = "A sign that states the labeled room's number."; + dir = 8; + icon_state = "roomnum"; + name = "Room Number 4"; + pixel_y = -28 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitories - Blue"; + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"asp" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"asq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/crew_quarters/dorms/blue) +"asr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"ass" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light/small, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ast" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"asu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/maintenance/disposal) +"asv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asw" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asy" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/holopad, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/hallway/secondary/entry) +"asz" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Security - Prison Bathroom"; + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"asA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/open/floor/plating, +/area/router/service) +"asB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"asC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/button/door{ + id = "servblock"; + name = "Router Access Control"; + pixel_x = 8; + pixel_y = 24; + req_one_access_txt = "12;25;26;28;35;46" + }, +/turf/open/floor/plasteel, +/area/router/service) +"asF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/security{ + name = "Labor Camp Arrivals" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"asG" = ( +/obj/structure/sign/warning/nosmoking/circle, +/turf/closed/wall/r_wall, +/area/engine/storage{ + name = "Canister Storage" + }) +"asH" = ( +/obj/machinery/camera{ + c_tag = "Port Bow Solar Maintenance"; + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"asI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"asJ" = ( +/turf/closed/wall, +/area/crew_quarters/toilet) +"asK" = ( +/obj/machinery/vr_sleeper{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"asL" = ( +/turf/closed/wall, +/area/security/brig) +"asM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/storage{ + name = "Canister Storage" + }) +"asN" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"asO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"asP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"asQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/router/service) +"asR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"asS" = ( +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"asT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/mob/living/simple_animal/mouse/gray{ + desc = "A strangely observant rodent."; + name = "Remy" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"asU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Router"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"asV" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"asW" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/security/main) +"asX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/tape, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"asY" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"asZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/router/service) +"ata" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/main) +"atb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"atc" = ( +/turf/closed/wall, +/area/security/main) +"atd" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Service Router APC"; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/router/service) +"ate" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/router/service) +"atf" = ( +/turf/closed/wall/r_wall/rust, +/area/maintenance/starboard/central) +"atg" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/router/service) +"ath" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/router/service) +"ati" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/turf/open/floor/plasteel, +/area/router/service) +"atj" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"atk" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atl" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/router/service) +"atm" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"atn" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"ato" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"atp" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm2"; + name = "Room 2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"atq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"atr" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm4"; + name = "Room 4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"ats" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Clown's Office"; + req_access_txt = "46" + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"att" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"atu" = ( +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router/service) +"atv" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"atw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/service) +"atx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/router/service) +"aty" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/service) +"atz" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"atA" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atB" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/bikehorn/rubberducky, +/obj/structure/sign/poster/official/no_erp{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"atC" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"atD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router/service) +"atE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/router/service) +"atF" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"atG" = ( +/turf/open/floor/plasteel/dark, +/area/router/service) +"atH" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/power/apc{ + areastring = "/area/security/processing"; + name = "Labor Shuttle Dock APC"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"atI" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/warden) +"atJ" = ( +/turf/closed/wall/rust, +/area/crew_quarters/theatre/clown) +"atK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atM" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atN" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"atO" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/clothing/gloves/color/white, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/item/paper/guides/cogstation/cooks, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"atP" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"atQ" = ( +/obj/structure/closet/lasertag/red, +/obj/structure/sign/poster/official/space_cops{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"atR" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"atS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar Backroom"; + req_access_txt = "25" + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"atT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"atU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"atV" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"atW" = ( +/obj/machinery/disposal/bin{ + name = "Parolee Exit" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"atX" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/storage/tools) +"atY" = ( +/obj/machinery/button/door{ + id = "Dorm2"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + pixel_x = -7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"atZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/hallway/secondary/entry) +"aua" = ( +/obj/structure/chair/wood/normal, +/obj/machinery/button/door{ + id = "Dorm4"; + name = "Dormitory Door Lock"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 24; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aub" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"auc" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aud" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"aue" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/seeds/random, +/turf/open/floor/plating, +/area/router/service) +"auf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/router/service) +"aug" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/bag/plants, +/turf/open/floor/plasteel, +/area/hydroponics) +"auh" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/storage/box/dice, +/obj/item/toy/cards/deck, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aui" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Freezer AC Pump" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"auj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/router/service) +"auk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/service) +"aul" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/mouse/brown{ + name = "Chewy" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aum" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/service) +"aun" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/vending/hydronutrients, +/turf/open/floor/plasteel, +/area/hydroponics) +"auo" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aup" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"auq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/router/service) +"aur" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/router/service) +"aus" = ( +/turf/open/floor/engine, +/area/engine/gravity_generator) +"aut" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"auu" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel/dark, +/area/router/service) +"auv" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"auw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aux" = ( +/obj/machinery/light/small, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"auy" = ( +/turf/open/floor/plasteel, +/area/hydroponics) +"auz" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/chem_master, +/turf/open/floor/plasteel, +/area/hydroponics) +"auA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/hydroponics) +"auB" = ( +/obj/structure/dresser, +/turf/open/floor/carpet/purple, +/area/crew_quarters/dorms/purple) +"auC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"auD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"auE" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"auF" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"auG" = ( +/obj/machinery/light/small, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"auH" = ( +/obj/structure/girder/displaced, +/obj/item/reagent_containers/rag, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auI" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"auJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/dorms/blue) +"auK" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"auL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"auM" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_x = -32 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"auN" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"auO" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor/plating, +/area/router/service) +"auP" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/start/assistant/override, +/turf/open/floor/plasteel, +/area/security/main) +"auQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"auR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/secure_construction"; + dir = 1; + name = "Engineering Construction Area APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"auS" = ( +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"auT" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"auU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/left, +/area/router/service) +"auV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"auW" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/poster/official/the_owl{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/main) +"auX" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/router/service) +"auY" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"auZ" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ava" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/service) +"avb" = ( +/turf/closed/wall, +/area/hallway/secondary/civilian) +"avc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avd" = ( +/obj/structure/sign/warning{ + name = "\improper COLD TEMPERATURES"; + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"ave" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"avf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Bow Maintenance"; + req_one_access_txt = "12;25;26;28;35;46" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/hallway/secondary/civilian) +"avg" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/turnstile{ + name = "Genpop Entrance Turnstile"; + icon_state = "turnstile_map"; + dir = 8; + req_access_txt = "69" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"avh" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/storage/tools) +"avi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Port Bow Maintainance"; + req_one_access_txt = "13" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avj" = ( +/obj/machinery/photocopier, +/turf/open/floor/carpet/red, +/area/security/brig) +"avk" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/plant_analyzer, +/obj/structure/table/glass, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"avl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"avm" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/civilian) +"avn" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/poster/official/spiderlings{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"avo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avp" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/glass{ + name = "East Primary Hallway"; + req_one_access_txt = "10;12;25;26;28;35;46" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/router/service) +"avq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/glass{ + name = "East Primary Hallway"; + req_one_access_txt = "10;12;25;26;28;35;46" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/router/service) +"avr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"avs" = ( +/turf/closed/wall, +/area/router/service) +"avt" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"avu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"avv" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plating, +/area/space/nearstation) +"avw" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/sign/poster/official/wtf_is_co2{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"avx" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/crowbar/large, +/obj/item/crowbar{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/service) +"avy" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plating, +/area/space/nearstation) +"avz" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/service) +"avA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"avB" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/service) +"avC" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avD" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/storage/belt/utility, +/obj/item/tank/internals/air, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/service) +"avE" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "generator to hot loop" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"avG" = ( +/turf/closed/wall, +/area/security/prison) +"avH" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avJ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/security/main) +"avK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"avM" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/security/main) +"avN" = ( +/turf/closed/wall, +/area/crew_quarters/barbershop) +"avO" = ( +/obj/structure/table, +/obj/structure/bedsheetbin/color, +/obj/item/clothing/gloves/color/white, +/obj/machinery/camera{ + c_tag = "Laundry Room" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"avP" = ( +/obj/structure/reagent_dispensers/keg, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"avQ" = ( +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avR" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"avS" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"avT" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"avU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"avW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"avX" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"avY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = -24 + }, +/obj/machinery/door/window/westleft{ + name = "AI Core Access"; + req_access_txt = "65" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"avZ" = ( +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"awa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"awb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awd" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awe" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"awf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Civilian Wing Hallway - Fore" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"awi" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awj" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awl" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awm" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port) +"awn" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"awo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awp" = ( +/turf/closed/wall, +/area/hydroponics/lobby) +"awq" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating, +/area/space/nearstation) +"awr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aws" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/engine/storage{ + name = "Canister Storage" + }) +"awt" = ( +/obj/structure/table/reinforced, +/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/red{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/item/folder/red, +/obj/machinery/door/window/westleft{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"awu" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awv" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/obj/structure/table, +/obj/item/clothing/gloves/color/white, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"aww" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"awx" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics/lobby) +"awy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Laundry Room Maintenance"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/barbershop) +"awz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"awA" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"awB" = ( +/obj/machinery/microwave, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/crew_quarters/bar) +"awC" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"awD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"awE" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/tools) +"awF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"awG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"awH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/obj/machinery/turnstile{ + name = "Genpop Entrance Turnstile"; + icon_state = "turnstile_map"; + dir = 8; + req_access_txt = "69" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"awI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awJ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/flasher/portable, +/turf/open/floor/plasteel, +/area/security/brig) +"awK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"awM" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/crowbar/large, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"awN" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/fore) +"awO" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/central"; + dir = 1; + name = "Central Port Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"awP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"awQ" = ( +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/table, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/turf/open/floor/plasteel, +/area/security/main) +"awR" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"awS" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"awT" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 7 + }, +/turf/open/floor/plasteel, +/area/security/main) +"awU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"awV" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/storage/tools) +"awW" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "cold loop to space" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"awX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"awY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "solitarylock"; + name = "Solitary Lockdown"; + pixel_x = -24; + req_access_txt = "2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"awZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axa" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"axb" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"axc" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port) +"axd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"axe" = ( +/obj/structure/closet/crate, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plating, +/area/maintenance/fore) +"axf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"axg" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Arcade"; + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"axh" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"axi" = ( +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/genpop, +/turf/open/floor/plasteel, +/area/security/brig) +"axj" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"axk" = ( +/obj/item/storage/pill_bottle/penis_enlargement, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"axl" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = -4 + }, +/obj/item/soap/homemade, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"axm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/security/prison) +"axn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"axo" = ( +/obj/structure/table, +/obj/item/tape, +/obj/item/wrench, +/obj/item/radio/off, +/turf/open/floor/plasteel, +/area/security/brig) +"axp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"axq" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"axr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"axs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"axt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"axu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/brig) +"axv" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/encryptionkey/headset_sec, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/item/clothing/head/cowboyhat/sec, +/turf/open/floor/plasteel, +/area/security/brig) +"axw" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"axx" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Fore Maintenance - Aft"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"axy" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"axz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axA" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/item/clothing/accessory/armband/science, +/obj/item/encryptionkey/headset_sci, +/turf/open/floor/plasteel, +/area/security/brig) +"axB" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/item/clothing/accessory/armband/medblue, +/obj/item/encryptionkey/headset_med, +/turf/open/floor/plasteel, +/area/security/brig) +"axC" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axD" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Hydroponics Storage"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"axE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/kudzu{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"axF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"axG" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"axH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"axI" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"axJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"axK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axL" = ( +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_y = 32 + }, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"axN" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axO" = ( +/obj/structure/weightmachine/stacklifter, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"axQ" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"axR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"axS" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/mask/gas, +/obj/item/cane, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axT" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/storage/crayons{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"axV" = ( +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"axW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"axX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"axY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"axZ" = ( +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_y = 28 + }, +/obj/machinery/door/window/eastright{ + name = "AI Core Access"; + req_access_txt = "65" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aya" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ayb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"ayc" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"ayd" = ( +/turf/closed/wall, +/area/hallway/primary/port/fore) +"aye" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"ayf" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ayg" = ( +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"ayh" = ( +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"ayi" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayj" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/security/brig) +"ayk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"ayl" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aym" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/prison) +"ayn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"ayo" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"ayp" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"ayq" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"ayr" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"ays" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/soda_cans/space_up, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayt" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"ayu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"ayw" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Service Hallway - Fore"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"ayx" = ( +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"ayy" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"ayz" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"ayA" = ( +/obj/structure/window/reinforced, +/obj/structure/destructible/cult/tome, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"ayB" = ( +/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/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"ayC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ayD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ayE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hydroponics/lobby) +"ayF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ayG" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"ayH" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"ayI" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ayJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port) +"ayK" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"ayL" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"ayM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ayN" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayO" = ( +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/table, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/turf/open/floor/plasteel, +/area/security/main) +"ayP" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"ayQ" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ayR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/security/brig) +"ayS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ayT" = ( +/obj/machinery/vending/security, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ayU" = ( +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/bot, +/obj/item/key/security, +/turf/open/floor/plasteel, +/area/security/brig) +"ayV" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"ayW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ayX" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ayY" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"ayZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aza" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azb" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"azc" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"azd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clothing/mask/gas, +/obj/machinery/camera{ + c_tag = "Central Port Maintenace - Port" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aze" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"azf" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/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) +"azg" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"azh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"azi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation Maintenance"; + req_access_txt = "63;12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/security/brig) +"azj" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"azk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"azl" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig Aft"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"azm" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"azn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"azo" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"azp" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"azq" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plating, +/area/space/nearstation) +"azr" = ( +/obj/machinery/disposal/bin, +/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 = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"azs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"azt" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"azu" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"azv" = ( +/obj/machinery/door/window/westleft{ + name = "Holy Driver"; + req_one_access_txt = "22" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "Holydriver" + }, +/turf/open/floor/plating, +/area/chapel/main) +"azw" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Holydriver" + }, +/turf/open/floor/plating, +/area/chapel/main) +"azx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"azy" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"azz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"azA" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"azB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"azC" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/barbershop) +"azD" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"azE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"azF" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tools) +"azG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"azH" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/sign/departments/botany{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"azI" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"azJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"azK" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/window/westleft{ + name = "Boxing Ring" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"azM" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/prison) +"azO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"azQ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"azR" = ( +/obj/structure/closet/secure_closet/bar, +/obj/structure/disposalpipe/segment, +/obj/item/clothing/under/costume/maid, +/obj/item/stack/spacecash/c10, +/obj/item/clothing/under/suit/waiter, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"azS" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/closet, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil/red{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil/red, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"azT" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"azU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azV" = ( +/obj/structure/kitchenspike, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"azW" = ( +/obj/effect/landmark/start/botanist, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azX" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"azY" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc{ + areastring = "/area/hydroponics/lobby"; + dir = 4; + name = "Hydroponics Lobby APC"; + pixel_x = 24 + }, +/obj/item/clothing/suit/beekeeper_suit, +/obj/item/melee/flyswatter, +/obj/item/clothing/head/beekeeper_head, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"azZ" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "chapelgun"; + name = "Holy Driver" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/chapel/main) +"aAa" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen) +"aAb" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aAc" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aAd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/processing) +"aAe" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aAf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/mineral_door/wood, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aAg" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/obj/machinery/gibber, +/obj/machinery/camera{ + c_tag = "Kitchen Coldroom"; + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"aAh" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/easel, +/obj/item/canvas/nineteenXnineteen, +/obj/item/storage/crayons, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aAi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aAj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aAk" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aAl" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aAm" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/door/airlock/freezer{ + name = "Kitchen Coldroom"; + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"aAn" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/brig) +"aAo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/sign/poster/official/twelve_gauge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aAp" = ( +/obj/machinery/computer/security/telescreen/entertainment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/bar) +"aAq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aAr" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aAs" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aAt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aAu" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/decal/cleanable/dirt, +/obj/item/circuitboard/machine/hydroponics, +/obj/item/circuitboard/machine/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aAv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/vending/security, +/turf/open/floor/plasteel, +/area/security/brig) +"aAw" = ( +/obj/machinery/door/poddoor{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/chapel/main) +"aAx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAy" = ( +/obj/machinery/atmospherics/components/binary/circulator{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aAz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aAA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aAC" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aAD" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aAE" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aAF" = ( +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"aAG" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"aAH" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/chapel/main) +"aAI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aAJ" = ( +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aAK" = ( +/obj/structure/transit_tube/horizontal, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aAL" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAM" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aAO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aAP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/brig) +"aAQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aAR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Telecomms Access Maintenance"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aAS" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/item/clothing/accessory/armband/engine, +/obj/item/encryptionkey/headset_eng, +/turf/open/floor/plasteel, +/area/security/brig) +"aAT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aAU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aAV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aAW" = ( +/obj/machinery/chem_master/condimaster{ + name = "BrewMaster 3000" + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aAX" = ( +/turf/open/floor/carpet/red, +/area/security/brig) +"aAY" = ( +/obj/structure/chair, +/turf/open/floor/carpet/red, +/area/security/brig) +"aAZ" = ( +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"aBa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aBb" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aBc" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/beekeeper_suit, +/obj/item/melee/flyswatter, +/obj/item/clothing/head/beekeeper_head, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aBd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aBe" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aBf" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aBg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aBh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aBi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aBj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"aBk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/crew_quarters/barbershop) +"aBl" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aBm" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Dormitories" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aBn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aBo" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/epinephrine, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aBp" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/computer/pod/old{ + density = 0; + icon = 'icons/obj/airlock_machines.dmi'; + icon_state = "airlock_control_standby"; + id = "chapelgun"; + name = "Mass Driver Controller"; + pixel_x = 24 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "Holydriver" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aBq" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aBr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aBs" = ( +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aBt" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aBu" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/carpet, +/area/chapel/main) +"aBv" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aBw" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/barbershop) +"aBx" = ( +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aBy" = ( +/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/item/kirbyplants{ + icon_state = "plant-16" + }, +/obj/machinery/camera{ + c_tag = "Port Bow Hall - Central"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aBz" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/item/healthanalyzer, +/obj/item/storage/hypospraykit/fire{ + pixel_x = -4 + }, +/obj/item/storage/hypospraykit/brute{ + pixel_x = 4 + }, +/obj/structure/sign/poster/official/nt_storm{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aBB" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aBC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/security/main) +"aBD" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aBE" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aBF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"aBG" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"aBH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aBJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aBK" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"aBL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBM" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/abandoned_gambling_den"; + name = "Arcade APC"; + pixel_y = -26 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBN" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBO" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Hydroponics Storage"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aBP" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aBQ" = ( +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aBR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aBS" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aBT" = ( +/obj/item/razor, +/obj/item/toy/figure/chef{ + pixel_x = -6 + }, +/obj/item/toy/figure/bartender{ + pixel_x = 4 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBU" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/rack, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBV" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aBW" = ( +/obj/structure/window/reinforced, +/obj/item/clothing/head/hardhat/cakehat, +/obj/structure/table/wood/fancy, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBX" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aBY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Maintenance"; + dir = 1; + network = list("ss13","medbay") + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aBZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aCa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"aCb" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aCc" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/clothing/accessory/armband/cargo, +/obj/item/encryptionkey/headset_cargo, +/turf/open/floor/plasteel, +/area/security/brig) +"aCd" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = /area/maintenance/solars/port; + dir = 1; + name = "Port Solars APC"; + pixel_y = 26 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aCe" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aCf" = ( +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aCg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aCh" = ( +/obj/structure/mineral_door/wood{ + name = "Barbershop" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aCi" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/brig) +"aCj" = ( +/obj/machinery/door/window/southleft{ + name = "Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aCk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/crew_quarters/toilet/fitness) +"aCl" = ( +/obj/structure/closet/bombcloset/security, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/brig) +"aCm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aCn" = ( +/obj/machinery/vending/boozeomat, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aCo" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aCp" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/fitness) +"aCq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/closed/wall, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aCr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aCs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aCt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aCu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"aCv" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"aCw" = ( +/obj/structure/window/reinforced/tinted, +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aCx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aCy" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aCz" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aCA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aCB" = ( +/obj/structure/chair/stool/bar, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aCC" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/security/prison) +"aCD" = ( +/obj/item/trash/plate, +/obj/item/kitchen/fork, +/obj/structure/table/wood/fancy, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aCE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "briglockdown"; + name = "Brig Lockdown"; + pixel_x = 24; + req_access_txt = "2" + }, +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aCF" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aCG" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aCH" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aCI" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/sign/departments/botany{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aCJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/chapel/main) +"aCK" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/security/prison) +"aCL" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/paper/guides/cogstation/letter_sec, +/turf/open/floor/carpet/red, +/area/security/brig) +"aCM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/fun_police{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aCN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aCO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aCP" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/landmark/start/botanist, +/obj/machinery/camera{ + c_tag = "Hydroponics Lobby" + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aCQ" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"aCR" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aCS" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aCT" = ( +/obj/machinery/disposal/bin{ + name = "Hydroponics Mailbox" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/requests_console{ + department = "Hydroponics"; + name = "Hydroponics RC"; + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aCU" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plating, +/area/space/nearstation) +"aCV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aCW" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aCX" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aCY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aCZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electricshock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aDa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/barbershop) +"aDb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/checkpoint) +"aDc" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Barbershop"; + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aDd" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aDe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aDf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aDg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/central) +"aDh" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Port Bow Primary Hallway" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aDi" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aDj" = ( +/obj/structure/closet/wardrobe/green, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aDk" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Bathroom Stall" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDl" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDm" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aDn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/bridge) +"aDo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aDp" = ( +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/barbershop) +"aDq" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aDr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Civilian Wing Hallway" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aDs" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/brig) +"aDt" = ( +/obj/structure/closet{ + name = "Evidence Closet 1" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aDu" = ( +/obj/structure/closet{ + name = "Evidence Closet 2" + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aDv" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aDw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aDx" = ( +/obj/structure/closet/crate, +/obj/item/gun/ballistic/shotgun/toy/unrestricted, +/obj/item/gun/ballistic/shotgun/toy/unrestricted, +/obj/item/toy/gun, +/obj/item/toy/sword, +/obj/item/toy/sword, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"aDy" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aDz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aDA" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDB" = ( +/obj/structure/closet{ + name = "Evidence Closet 3" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aDC" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aDE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aDF" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"aDG" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDH" = ( +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aDJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDL" = ( +/obj/structure/closet{ + name = "Evidence Closet 4" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aDM" = ( +/turf/closed/wall, +/area/maintenance/central) +"aDN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/central) +"aDO" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aDP" = ( +/obj/machinery/disposal/bin, +/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/stripes/white/full, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aDQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aDR" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"aDS" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/barbershop) +"aDT" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aDU" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aDV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aDW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/obj/machinery/turnstile{ + dir = 4; + name = "Genpop Exit Turnstile"; + req_access_txt = "70" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aDX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aDY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aDZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEa" = ( +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aEb" = ( +/obj/structure/transit_tube/crossing/horizontal, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aEc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aEd" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEe" = ( +/obj/structure/transit_tube/horizontal, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aEf" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior - Port Bow"; + dir = 1; + network = list("tcomms") + }, +/turf/open/space/basic, +/area/space) +"aEg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aEh" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Fore Maintenance"; + req_one_access_txt = "12;46" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"aEi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aEj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aEk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aEl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aEm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aEn" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aEo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/sign/poster/official/fashion{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aEp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aEq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aEr" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/lighter, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEs" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aEt" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aEv" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aEw" = ( +/obj/structure/chair, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aEx" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aEy" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"aEz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEA" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aEB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aED" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/carpet/red, +/area/security/brig) +"aEE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aEF" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"aEG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aEI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aEJ" = ( +/obj/item/kirbyplants{ + icon_state = "plant-08" + }, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEK" = ( +/obj/structure/table, +/obj/item/razor, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aEM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/turf/open/floor/carpet, +/area/chapel/main) +"aEN" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/razor, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEO" = ( +/obj/structure/table, +/obj/item/clothing/accessory/pocketprotector/cosmetology, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEP" = ( +/obj/item/kirbyplants, +/turf/open/floor/wood, +/area/crew_quarters/barbershop) +"aEQ" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"aER" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aES" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aET" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "Brig Lockdown" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aEU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/central) +"aEW" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aEX" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aEY" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aEZ" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Emergency Storage APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFa" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 10 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFc" = ( +/obj/structure/table, +/obj/item/clothing/suit/toggle/owlwings, +/obj/item/clothing/under/costume/owl, +/obj/item/clothing/mask/gas/owl_mask, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aFd" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFe" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"aFf" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=serv"; + location = "sec1" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aFg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aFh" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/chapel/main) +"aFi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=market"; + location = "sec2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aFj" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"aFk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint) +"aFl" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/reagent_containers/glass/bottle/diethylamine, +/obj/structure/sign/poster/official/hydro_ad{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"aFn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aFo" = ( +/obj/machinery/door/window/southleft{ + name = "Weightroom" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aFp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Bar" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aFq" = ( +/obj/structure/table/wood, +/obj/item/candle{ + pixel_x = 4 + }, +/obj/item/candle{ + pixel_y = 8 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aFr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aFs" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aFt" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aFu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFv" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hallway/secondary/entry) +"aFw" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/camera{ + c_tag = "Central Maintenance - Power Monitoring"; + network = list("ss13","rd") + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aFx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/folder/blue, +/obj/machinery/door/window/westleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFy" = ( +/obj/machinery/computer/monitor, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aFz" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/stack/cable_coil/random, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/central) +"aFA" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/landmark/start/botanist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFC" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aFD" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "Hydroponics" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/circuit, +/area/bridge) +"aFF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aFG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"aFH" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFI" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Primary Tool Storage" + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aFJ" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/watertank, +/obj/item/grenade/chem_grenade/antiweed, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFK" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 4 + }, +/obj/item/reagent_containers/dropper, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/pen/blue{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/pen/red{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFL" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/chem_master, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aFM" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/barbershop) +"aFN" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aFO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aFQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFT" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aFU" = ( +/obj/machinery/atmospherics/components/binary/circulator/cold{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aFV" = ( +/obj/structure/window/reinforced, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aFX" = ( +/obj/machinery/computer/security/hos{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aFY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aFZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"aGa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aGb" = ( +/obj/machinery/suit_storage_unit/hos, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aGc" = ( +/obj/item/coin/iron, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"aGd" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aGe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aGf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aGg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGh" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aGi" = ( +/obj/machinery/porta_turret/ai{ + dir = 1; + req_access = list(16) + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aGj" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/analyzer{ + pixel_y = -4 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aGk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aGl" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aGm" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/door/window/southright{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aGn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aGo" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/screwdriver, +/obj/item/wrench, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/security/brig) +"aGp" = ( +/mob/living/simple_animal/mouse/brown, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aGq" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"aGr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGs" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/bridge) +"aGt" = ( +/obj/machinery/computer/card/minor/hos{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aGu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aGv" = ( +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aGw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Hydroponics Lobby"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"aGx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGy" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aGz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aGA" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aGB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aGC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aGD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet"; + dir = 8; + name = "Dormitory Toilets APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aGE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aGF" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aGG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aGH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Booth"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/medical{ + name = "Medical Booth" + }) +"aGI" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4 + }, +/obj/item/reagent_containers/pill/patch/silver_sulf{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4 + }, +/obj/item/reagent_containers/pill/patch/styptic{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aGJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Head of Security's APC"; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Security - Head of Security's Office"; + pixel_x = 22 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aGL" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/regular, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aGM" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aGN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aGO" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aGP" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aGQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGR" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/store/cake/chocolate, +/obj/machinery/door/poddoor/preopen{ + id = "kitchenlock"; + name = "Kitchen Lockup" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/kitchen) +"aGS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aGT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aGU" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aGV" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/table, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/bridge) +"aGX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aGY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aGZ" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/secondary/entry) +"aHa" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/locker"; + dir = 8; + name = "Locker Room APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHb" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aHc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aHd" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aHe" = ( +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aHf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aHh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aHi" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aHj" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aHk" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aHl" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aHm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aHn" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating, +/area/maintenance/central) +"aHo" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aHp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHq" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/machinery/porta_turret/ai{ + dir = 1; + req_access = list(16) + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"aHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/clown{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"aHt" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/port/fore) +"aHu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aHv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aHw" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aHx" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aHy" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/security/detectives_office) +"aHz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aHA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/detectives_office) +"aHB" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/item/wrench, +/obj/item/wrench{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/light/tube, +/obj/item/light/tube{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aHC" = ( +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aHD" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aHE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aHF" = ( +/turf/open/floor/plasteel/dark, +/area/bridge) +"aHG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aHH" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aHI" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aHJ" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aHK" = ( +/obj/structure/musician/piano, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aHL" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/stack/medical/gauze, +/obj/item/reagent_containers/blood, +/obj/item/stack/medical/suture, +/obj/item/stack/medical/mesh, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aHM" = ( +/turf/open/floor/plasteel, +/area/bridge) +"aHN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Security - Interrogation Room"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aHO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aHP" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"aHQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aHR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Security Office APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aHS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aHT" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aHU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/mineral_door/woodrustic{ + name = "Nature Preserve" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aHV" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aHW" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aHX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aHY" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/cryopod) +"aHZ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/machinery/door/window/eastleft{ + name = "Security Office Desk"; + req_one_access_txt = "63" + }, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stamp, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aIa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aIb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aId" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/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/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aIf" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aIg" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aIh" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aIi" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIj" = ( +/obj/structure/table/glass, +/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/port/fore) +"aIk" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aIm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/requests_console{ + department = "Kitchen"; + departmentType = 2; + name = "Kitchen RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aIn" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/security/prison) +"aIo" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aIp" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIq" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aIr" = ( +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aIs" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aIt" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIu" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIv" = ( +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aIw" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIz" = ( +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aIA" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aIB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/main) +"aID" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/main) +"aIE" = ( +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aIF" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/recharger, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aIG" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aIH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aII" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aIJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Fore Maintenance"; + req_one_access_txt = "12;46" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"aIK" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/folder, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aIL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aIM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aIN" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aIO" = ( +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = -32 + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = -40 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aIQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aIR" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"aIS" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -7 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "AIShutter"; + layer = 3.6; + name = "AI Core Shutter Control"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/button/door{ + id = "AIChamberShutter"; + layer = 3.6; + name = "AI Chamber Shutter Control"; + pixel_x = -24; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aIT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aIU" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aIV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation Monitoring"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aIW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIX" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aIY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aIZ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aJa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aJb" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aJc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJd" = ( +/turf/closed/wall, +/area/chapel/office) +"aJe" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aJf" = ( +/obj/machinery/camera{ + c_tag = "Chapel - Aft"; + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aJg" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aJh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aJi" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJj" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft"; + dir = 8; + name = "Chapel APC"; + pixel_x = -26 + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aJk" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aJl" = ( +/obj/structure/bodycontainer/crematorium{ + id = "foo" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJm" = ( +/obj/machinery/light, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aJn" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aJo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aJp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera/motion{ + c_tag = "AI"; + network = list("minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aJq" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJr" = ( +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = -32 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/science{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJs" = ( +/obj/structure/noticeboard{ + name = "Hydroponics Requests Board"; + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aJt" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/toy/figure/syndie, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aJu" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aJv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aJw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aJx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/security/brig) +"aJz" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aJA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Bow Hall - Dorms Access"; + network = list("ss13","rd") + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJB" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aJC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJD" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/item/storage/belt/medical, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/suit/space/eva/paramedic, +/obj/item/clothing/head/helmet/space/eva/paramedic, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"aJE" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"aJF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aJG" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aJH" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/storage/tools) +"aJI" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/cable, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/wirecutters, +/obj/item/reagent_containers/glass/bucket, +/obj/item/hatchet, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/hydroponics"; + name = "Hydroponics APC"; + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJJ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aJK" = ( +/obj/structure/filingcabinet, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aJL" = ( +/turf/open/floor/circuit, +/area/bridge) +"aJM" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/circuit, +/area/bridge) +"aJN" = ( +/obj/machinery/camera{ + c_tag = "Security - Prison Aft"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aJO" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aJP" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/sign/departments/botany{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Civilian Wing Hallway - Starboard"; + dir = 8; + pixel_y = -22 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aJQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aJS" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aJT" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aJU" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aJV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"aJW" = ( +/obj/machinery/cryopod{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aJX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/bridge) +"aJY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -3; + pixel_y = -7 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aJZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aKa" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aKb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/civilian) +"aKc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aKd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aKe" = ( +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aKf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/emergency/generic) +"aKg" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/secondary/entry) +"aKh" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"aKi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aKj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aKk" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/detective, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aKl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aKm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Storage" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aKn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aKo" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aKp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aKq" = ( +/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/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/chapel/main) +"aKr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Storage" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/emergency/generic) +"aKs" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/rag, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aKt" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aKu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/storage/emergency/generic) +"aKv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aKw" = ( +/obj/structure/table, +/obj/item/storage/box/dice, +/obj/item/toy/cards/deck, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aKx" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aKy" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel, +/area/security/brig) +"aKz" = ( +/turf/closed/wall, +/area/storage/emergency/generic) +"aKA" = ( +/obj/structure/table/wood, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = -6; + pixel_y = -3; + req_access_txt = "19" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aKB" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aKC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aKD" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aKE" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aKF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Telecommunications Control Room"; + req_access_txt = "19;61" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aKG" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar/red, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aKH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/camera{ + c_tag = "Bridge - Fore"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aKI" = ( +/obj/structure/closet/cabinet, +/obj/item/screwdriver, +/obj/item/storage/crayons, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aKJ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aKK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/snack/blue, +/turf/open/floor/plasteel, +/area/bridge) +"aKL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aKM" = ( +/obj/machinery/camera{ + c_tag = "Chapel - Starboard"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aKN" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aKO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/stairs/left, +/area/security/brig) +"aKP" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/bridge) +"aKQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/office) +"aKR" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aKS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aKT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aKU" = ( +/obj/structure/bodycontainer/morgue, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aKX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel Morgue"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKY" = ( +/obj/structure/chair/sofa/left, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aKZ" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/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/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"aLa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aLb" = ( +/obj/item/toy/prize/honk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aLc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aLd" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aLg" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aLh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aLj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/brig) +"aLl" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aLm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aLn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aLo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLp" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aLq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLs" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aLt" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Visitation Maintainance"; + req_one_access_txt = "63" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/security/main) +"aLv" = ( +/obj/machinery/computer/cryopod{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aLw" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-06" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aLx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aLy" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aLz" = ( +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLA" = ( +/obj/item/candle{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/candle{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aLB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aLC" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLD" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aLE" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aLF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aLG" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aLH" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aLI" = ( +/obj/structure/table/wood, +/obj/item/storage/box/PDAs, +/obj/item/storage/box/ids{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aLJ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aLK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/bridge) +"aLL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/brig) +"aLM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"aLN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aLO" = ( +/obj/item/toy/talking/owl, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aLP" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = -26 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aLQ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/bridge) +"aLR" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aLS" = ( +/obj/structure/disposaloutlet{ + dir = 8; + name = "Corpse Outlet" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aLT" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aLU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/vending/assist, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aLV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Central Maintenance - Aft"; + network = list("ss13","rd") + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aLW" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aLX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/main) +"aLY" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aLZ" = ( +/mob/living/simple_animal/chicken{ + desc = "At least it isn't a court kangaroo."; + name = "amusing cluck"; + real_name = "amusing cluck" + }, +/turf/open/floor/carpet, +/area/security/courtroom) +"aMa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aMb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 20 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMd" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/machinery/camera{ + c_tag = "Chapel Office"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMe" = ( +/obj/machinery/door/window/northleft{ + name = "Game Room" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aMf" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/central) +"aMh" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/reagent_containers/food/drinks/bottle/champagne, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_y = -32 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aMi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aMj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aMk" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"aMl" = ( +/obj/effect/landmark/start/bartender, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aMm" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"aMn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/sign/warning{ + name = "\improper WARNING: MOVING MACHINERY" + }, +/turf/closed/wall, +/area/maintenance/department/chapel) +"aMo" = ( +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aMp" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aMq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aMr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian Wing Hallway - Port" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMs" = ( +/turf/closed/wall, +/area/maintenance/department/chapel) +"aMt" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"aMu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/chapel/main) +"aMv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/chapel/main) +"aMw" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aMx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aMy" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aMz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/storage{ + name = "Canister Storage" + }) +"aMA" = ( +/turf/closed/wall, +/area/janitor) +"aMB" = ( +/turf/closed/wall/r_wall, +/area/janitor) +"aMC" = ( +/obj/structure/table/wood, +/obj/item/kitchen/fork, +/obj/item/reagent_containers/food/snacks/salad/herbsalad, +/obj/item/candle{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aMD" = ( +/turf/closed/wall/rust, +/area/maintenance/disposal) +"aME" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMF" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aMG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aMH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aMI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal) +"aMJ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aMK" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aML" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/chapel/office) +"aMM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/poster/official/help_others{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMN" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aMO" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMP" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/bottle/wine, +/turf/open/floor/plasteel, +/area/security/brig) +"aMQ" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aMR" = ( +/obj/effect/landmark/start/chaplain, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet, +/area/chapel/main) +"aMS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aMT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMU" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aMV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aMW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aMX" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aMY" = ( +/obj/structure/closet, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aMZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aNa" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aNb" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aNc" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/item/mop, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/janitor) +"aNd" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/paper_bin, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aNe" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/spaghetti, +/obj/item/reagent_containers/food/snacks/spaghetti, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aNf" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/clipboard, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aNg" = ( +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aNh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aNi" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aNj" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aNk" = ( +/obj/structure/table/glass, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/pen{ + pixel_y = 8 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aNl" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/condiment/pack/ketchup{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/pack/mustard{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/candle{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aNm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aNn" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aNo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AIShutter"; + name = "AI Core Shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"aNp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aNq" = ( +/obj/machinery/door/window/northright{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aNr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aNs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aNt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aNu" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/bar) +"aNv" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aNw" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"aNx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea, +/turf/open/floor/plating, +/area/engine/storage{ + name = "Canister Storage" + }) +"aNy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aNz" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aNA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/security/main) +"aNB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Port Bow Primary Hallway" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aNC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Control Room"; + network = list("tcomms"); + pixel_x = 22 + }, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"aND" = ( +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aNE" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aNF" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aNG" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/structure/table, +/obj/item/taperecorder, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aNH" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Exterior Engineering Access"; + req_access_txt = "11;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aNI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aNJ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aNK" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aNL" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"aNM" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aNN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aNO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aNP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aNQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/engine/storage{ + name = "Canister Storage" + }) +"aNR" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"aNS" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aNT" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"aNU" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aNV" = ( +/obj/structure/table, +/obj/item/locator, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aNW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"aNX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/instrument/guitar, +/obj/machinery/camera{ + c_tag = "Bar - Port"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aNY" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=sec2"; + location = "bar" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aNZ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aOa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aOb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aOc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aOd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aOe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"aOf" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOg" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOh" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aOi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aOj" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOl" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/table/wood, +/obj/item/toy/windupToolbox, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aOo" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port/fore"; + dir = 4; + name = "Port Bow Primary Hallway APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aOp" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 31 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aOq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/effect/turf_decal/delivery, +/obj/item/extinguisher, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"aOs" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"aOt" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aOu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aOv" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/camera{ + c_tag = "Courtroom"; + network = list("ss13","rd") + }, +/turf/open/floor/carpet, +/area/security/courtroom) +"aOw" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aOx" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 4 + }, +/obj/item/radio, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Bow Hall"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aOA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/chapel) +"aOB" = ( +/turf/closed/wall/r_wall, +/area/security/courtroom) +"aOC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aOD" = ( +/obj/machinery/door/airlock{ + name = "Catering"; + req_one_access_txt = "25;28" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"aOE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aOF" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/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/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"aOG" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aOH" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aOI" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/obj/machinery/flasher{ + id = "ID"; + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aOJ" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"aOK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"aOL" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/brig) +"aOM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aON" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aOP" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/gravity_generator) +"aOQ" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "cold loop to generator" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOS" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOT" = ( +/turf/closed/wall, +/area/crew_quarters/fitness/cogpool) +"aOU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"aOV" = ( +/turf/open/floor/plasteel/stairs, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOW" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/item/clothing/accessory/armband/hydro, +/obj/item/encryptionkey/headset_service, +/obj/item/clothing/under/misc/vice_officer, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aOX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Pool" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/fitness/cogpool) +"aOY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aOZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aPa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Pool" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/fitness/cogpool) +"aPb" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/hallway/primary/central) +"aPc" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPe" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aPf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aPg" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aPh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPi" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aPj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPk" = ( +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPo" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aPp" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aPq" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aPr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/hallway/primary/central) +"aPs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aPt" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"aPu" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aPv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPw" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Hall - Courtroom Access"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/hallway/primary/central) +"aPx" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPz" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aPA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPB" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/paper/guides/jobs/security/courtroom, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/courtroom) +"aPC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPD" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/toy/talking/AI{ + name = "Nanotrasen-brand toy AI"; + pixel_y = 6 + }, +/obj/item/clothing/glasses/meson, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"aPF" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/locker) +"aPG" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + sortType = 21 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/courtroom) +"aPI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aPJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=bar"; + location = "serv" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aPL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPM" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aPN" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/space/nearstation) +"aPO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aPQ" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aPR" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/crew_quarters/fitness/cogpool) +"aPS" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aPT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aPU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPX" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/item/storage/fancy/donut_box, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPY" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aPZ" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"aQb" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aQc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aQd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aQe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aQf" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aQi" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"aQk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aQl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aQn" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"aQo" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"aQp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aQq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"aQr" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/space/nearstation) +"aQs" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aQt" = ( +/obj/machinery/pool/controller, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQu" = ( +/obj/structure/table, +/obj/item/toy/beach_ball{ + pixel_y = 12 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQv" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"aQw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aQx" = ( +/obj/machinery/camera{ + c_tag = "Engine Room - Port Bow" + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aQy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/main) +"aQz" = ( +/obj/structure/chair/comfy/teal, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQA" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQB" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aQD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aQE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aQF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aQG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aQH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aQI" = ( +/obj/structure/chair/comfy/teal, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aQK" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aQL" = ( +/turf/closed/wall, +/area/maintenance/port/central) +"aQM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aQN" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aQO" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-02" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQS" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aQT" = ( +/obj/machinery/door/airlock/engineering{ + name = "Thermo-Electric Generator"; + req_one_access_txt = "10;24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aQU" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"aQV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aQW" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aQX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aQY" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/table, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aQZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Service Hallway"; + req_one_access_txt = "25;26;28;35" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"aRa" = ( +/obj/structure/table/wood, +/obj/item/lighter, +/obj/item/multitool{ + pixel_x = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aRb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/primary/central) +"aRc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness/cogpool) +"aRd" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRe" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/obj/item/assembly/flash, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aRf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRh" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aRi" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRj" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/machinery/sleep_console{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aRk" = ( +/obj/structure/disposalpipe/junction/yjunction, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRl" = ( +/obj/structure/table/wood, +/obj/item/restraints/handcuffs, +/obj/item/laser_pointer/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aRm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aRn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRo" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"aRp" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aRq" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aRr" = ( +/mob/living/simple_animal/chicken{ + name = "Kentucky"; + real_name = "Kentucky" + }, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aRs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aRv" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_x = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aRw" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"aRx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aRy" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"aRz" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aRA" = ( +/obj/structure/table/optable, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aRB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aRC" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aRD" = ( +/turf/closed/wall/r_wall/rust, +/area/engine/gravity_generator) +"aRE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aRF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"aRG" = ( +/obj/machinery/power/generator, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aRH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/blobstart, +/obj/machinery/camera{ + c_tag = "Central Port Maintenance - Starboard"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aRI" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aRJ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aRK" = ( +/obj/structure/sign/departments/holy{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRL" = ( +/mob/living/simple_animal/crab/kreb, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aRM" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aRN" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRO" = ( +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aRP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRQ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aRR" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aRS" = ( +/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 = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aRT" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aRU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/main) +"aRV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aRW" = ( +/turf/open/floor/plating, +/area/maintenance/port/central) +"aRX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aRY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"aRZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSb" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aSc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aSd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aSe" = ( +/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/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/chapel/main) +"aSf" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aSg" = ( +/obj/machinery/power/apc{ + name = "Security Maintainance APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aSh" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aSi" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSj" = ( +/obj/structure/target_stake, +/obj/item/target/syndicate, +/turf/open/floor/plasteel, +/area/science/circuit) +"aSk" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aSl" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"aSm" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"aSn" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"aSo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aSp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aSq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSr" = ( +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aSs" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#d1dfff" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/camera{ + c_tag = "Bridge Access"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSt" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/eva) +"aSu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSv" = ( +/turf/closed/wall, +/area/space/nearstation) +"aSw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aSy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aSA" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aSB" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aSD" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aSE" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aSF" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/surgical_drapes, +/obj/item/scalpel, +/obj/item/circular_saw{ + pixel_y = 16 + }, +/obj/item/hemostat, +/obj/item/retractor, +/obj/item/surgicaldrill, +/obj/item/cautery, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aSH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"aSI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aSJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"aSK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aSL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aSM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSN" = ( +/obj/structure/table, +/obj/machinery/computer/secure_data/laptop{ + dir = 8; + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet/red, +/area/security/brig) +"aSO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aSP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aSQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aSR" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSS" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Chapel" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aST" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"aSU" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = -26 + }, +/obj/machinery/requests_console{ + department = "Bar"; + departmentType = 2; + name = "Bar RC"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"aSV" = ( +/obj/item/toy/talking/AI, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/hallway/primary/central) +"aSW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSX" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aSY" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aSZ" = ( +/obj/structure/chair/stool, +/obj/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aTa" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"aTb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Hall - Starboard"; + pixel_x = 22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aTc" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"aTd" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" + }, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"aTe" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aTf" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"aTh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external/glass{ + name = "Telecommunications External Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aTi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aTj" = ( +/obj/machinery/pool/filter{ + pixel_y = 16 + }, +/turf/open/pool, +/area/crew_quarters/fitness/cogpool) +"aTk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aTl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aTm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aTn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/eva"; + dir = 8; + name = "EVA Maintenance APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aTo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"aTp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aTq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aTr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"aTs" = ( +/turf/closed/wall, +/area/maintenance/department/eva) +"aTt" = ( +/obj/structure/closet/secure_closet/detective, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aTu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTv" = ( +/turf/open/pool, +/area/crew_quarters/fitness/cogpool) +"aTw" = ( +/obj/structure/pool/ladder{ + dir = 2; + pixel_y = 24 + }, +/turf/open/pool, +/area/crew_quarters/fitness/cogpool) +"aTx" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aTy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aTz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aTA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aTB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel{ + icon_state = "chapel" + }, +/area/chapel/main) +"aTC" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aTD" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aTE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"aTF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aTG" = ( +/turf/closed/wall, +/area/router/public) +"aTH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aTI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Public Router" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/router/public) +"aTJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aTK" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Public Router" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/router/public) +"aTL" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cryogenics"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aTM" = ( +/turf/closed/wall/r_wall, +/area/router/public) +"aTN" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = -26 + }, +/obj/item/kirbyplants{ + icon_state = "plant-14" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aTO" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aTP" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/security/courtroom) +"aTQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Thermo-Electric Generator" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aTR" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aTS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aTT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aTU" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aTV" = ( +/turf/closed/wall, +/area/gateway) +"aTW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aTX" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"aTY" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aTZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "hot loop to space" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aUa" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aUb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aUc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aUd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aUe" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aUf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"aUg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aUh" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aUi" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/gateway) +"aUj" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/destTagger, +/obj/machinery/requests_console{ + department = "Public Router"; + name = "Public Router RC"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aUk" = ( +/turf/closed/wall/r_wall, +/area/gateway) +"aUl" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/router/public) +"aUm" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aUn" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/computer/cargo/request, +/turf/open/floor/plasteel, +/area/router/public) +"aUo" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aUp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/crate/science, +/turf/open/floor/plasteel, +/area/gateway) +"aUq" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/lounge/jazz) +"aUr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aUs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aUt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"aUu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/gateway) +"aUv" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aUw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Jazz Lounge" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"aUx" = ( +/obj/machinery/door/window/northright{ + name = "Game Room" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"aUy" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aUz" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/bridge) +"aUA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"aUC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aUD" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aUE" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aUF" = ( +/obj/machinery/computer/bounty{ + dir = 1 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"aUG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aUH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aUI" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aUJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aUK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aUL" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aUM" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUN" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aUO" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/teleporter"; + dir = 4; + name = "Teleporter Room APC"; + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"aUP" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aUQ" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aUR" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 8; + icon_state = "intact" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aUS" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"aUT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUU" = ( +/obj/machinery/pool/drain, +/turf/open/pool, +/area/crew_quarters/fitness/cogpool) +"aUV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aUW" = ( +/obj/structure/pool/Lboard, +/turf/open/pool, +/area/crew_quarters/fitness/cogpool) +"aUX" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aUY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aUZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"aVa" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aVb" = ( +/obj/structure/pool/Rboard, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aVc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aVd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aVf" = ( +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aVg" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aVh" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/gateway) +"aVi" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/router/public) +"aVj" = ( +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aVk" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/gateway) +"aVl" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aVm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aVn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aVo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/router/public) +"aVp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Public Router"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/button/massdriver{ + id = "public_out"; + pixel_x = 24; + pixel_y = -6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "pubblock"; + name = "Router Access Control"; + pixel_x = 24; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aVq" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/gateway) +"aVr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/storage/box/cups, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aVs" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/lounge/jazz) +"aVt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aVu" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aVv" = ( +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aVw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"aVx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"aVy" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aVz" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aVA" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aVB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"aVC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/central) +"aVD" = ( +/obj/machinery/vending/clothing, +/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, +/area/crew_quarters/locker) +"aVE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Dormitory Toilets" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aVF" = ( +/turf/open/floor/plasteel/white, +/area/science/circuit) +"aVG" = ( +/obj/machinery/ore_silo, +/obj/effect/turf_decal/bot_white, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/nuke_storage"; + dir = 4; + name = "Vault APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aVH" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/civilian"; + dir = 8; + name = "Civilian Wing Hallway APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aVI" = ( +/obj/structure/table, +/obj/item/storage/box/zipties, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aVJ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aVK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/space/nearstation) +"aVL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aVM" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/department/eva) +"aVN" = ( +/obj/machinery/vending, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aVO" = ( +/obj/structure/table, +/obj/item/tape, +/obj/item/taperecorder{ + pixel_x = -4 + }, +/obj/item/radio/off, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"aVP" = ( +/obj/structure/window/reinforced, +/obj/structure/displaycase/captain, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aVQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aVR" = ( +/obj/structure/window/reinforced, +/obj/structure/filingcabinet, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"aVS" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aVT" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: WASTE EJECTION"; + pixel_x = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aVU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aVV" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/structure/cable{ + icon_state = "2-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/plating, +/area/maintenance/department/security) +"aVW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aVX" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/gloves/color/latex, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aVY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"aVZ" = ( +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aWa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aWb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aWc" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aWd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aWe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aWf" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aWg" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"aWh" = ( +/obj/effect/landmark/start/lawyer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"aWi" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; + dir = 8; + name = "Cryogenics APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"aWj" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"aWk" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aWl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aWm" = ( +/turf/open/floor/plasteel, +/area/gateway) +"aWn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aWo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/cryopod) +"aWp" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/computer/gateway_control{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/gateway) +"aWq" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/crowbar, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aWr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"aWs" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aWt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/central) +"aWu" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aWv" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aWx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"aWy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aWz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Monitoring"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/central) +"aWA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/central) +"aWB" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aWC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Defendent's Chair"; + req_one_access_txt = "63" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aWD" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/item/cigbutt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aWE" = ( +/obj/structure/sign/warning{ + name = "\improper WARNING: MOVING MACHINERY" + }, +/turf/closed/wall/r_wall, +/area/janitor) +"aWF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/janitor) +"aWG" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/clothing/shoes/magboots, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aWH" = ( +/obj/machinery/disposal/bin{ + name = "Corpse Delivery" + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aWI" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aWJ" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"aWK" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aWL" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "public" + }, +/turf/open/floor/plating, +/area/router/public) +"aWM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aWN" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/conveyor/auto{ + id = "public" + }, +/turf/open/floor/plating, +/area/router/public) +"aWO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/ai_monitored/storage/eva) +"aWP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aWQ" = ( +/obj/structure/closet/crate/rcd, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aWR" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_x = 32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aWS" = ( +/obj/structure/table, +/obj/item/storage/box/flashes{ + pixel_x = 8 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = -8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/carpet/red, +/area/security/brig) +"aWT" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/router/public"; + dir = 4; + name = "Public Router APC"; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aWU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"aWV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"aWW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aWX" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical"; + dir = 8; + name = "Medical Booth APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aWY" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + frequency = 1359; + name = "Station Intercom (Security)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aWZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aXa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aXb" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"aXc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/central) +"aXe" = ( +/obj/machinery/bookbinder, +/turf/open/floor/wood, +/area/library) +"aXf" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/item/paper/fluff/cogstation/eva, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"aXg" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 6 + }, +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"aXi" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aXj" = ( +/obj/structure/transit_tube/station/reverse, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Transit Tube Access"; + pixel_x = 22 + }, +/obj/structure/transit_tube_pod{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXk" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXm" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"aXn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aXo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aXp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"aXq" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXr" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aXs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"aXt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea, +/turf/open/floor/plating, +/area/gateway) +"aXu" = ( +/turf/closed/wall, +/area/security/courtroom/jury) +"aXv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Bar" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aXw" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-08" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aXx" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"aXy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"aXz" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aXA" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/security/courtroom/jury) +"aXB" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aXC" = ( +/obj/machinery/computer/bank_machine, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aXD" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/structure/closet/crate/silvercrate, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aXE" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate/goldcrate, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aXF" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "gas to hot loop" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"aXG" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"aXH" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aXI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aXJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aXK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aXL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aXM" = ( +/turf/closed/wall, +/area/maintenance/department/security) +"aXN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"aXO" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aXP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Pool Maintenance"; + req_one_access_txt = "12" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"aXQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/medical{ + name = "Medical Booth" + }) +"aXR" = ( +/turf/closed/wall, +/area/security/courtroom) +"aXS" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aXT" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"aXU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aXV" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/multitool, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aXW" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aXX" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aXY" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aXZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aYa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"aYb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aYc" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"aYd" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aYe" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYf" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/white, +/area/gateway) +"aYg" = ( +/obj/effect/turf_decal/bot_white/right, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aYh" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aYj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aYk" = ( +/turf/open/floor/circuit/green, +/area/ai_monitored/nuke_storage) +"aYl" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aYm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aYn" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/storage/box/smart_metal_foam, +/obj/item/wrench, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aYo" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Security" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aYp" = ( +/obj/structure/fans/tiny/invisible, +/turf/open/space/basic, +/area/space) +"aYq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aYr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aYs" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aYt" = ( +/turf/open/floor/plating, +/area/maintenance/department/security) +"aYu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aYv" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/analyzer, +/obj/item/storage/toolbox/electrical, +/obj/item/gps, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aYw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aYx" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aYy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"aYz" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/camera{ + c_tag = "Vault"; + dir = 4; + network = list("vault") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aYA" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/obj/effect/turf_decal/box/white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aYB" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aYC" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/detectives_office"; + dir = 1; + name = "Detective's Office APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aYD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aYE" = ( +/obj/structure/closet/crate/trashcart, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aYF" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aYG" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aYH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYI" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/photocopier, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/item/paper/fluff/cogstation/secsolars, +/turf/open/floor/plasteel, +/area/security/main) +"aYJ" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aYK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Civilian Wing Hallway" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aYL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"aYM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aYN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aYO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aYP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYQ" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"aYS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/security/brig) +"aYT" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/customs) +"aYU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aYV" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"aYW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northright{ + name = "Customs Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPFore"; + name = "HoP Fore Desk Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"aYX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/flashlight/lamp, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPFore"; + name = "HoP Fore Desk Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"aYY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Port Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/security/courtroom) +"aYZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"aZa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aZb" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/department/eva) +"aZc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aZd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "E.V.A. Maintenance"; + req_access_txt = "18" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aZe" = ( +/obj/structure/sign/warning/biohazard{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"aZf" = ( +/obj/effect/turf_decal/bot_white/left, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aZg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"aZh" = ( +/obj/structure/closet/crate, +/obj/machinery/light, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/window/reinforced/spawner/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aZi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aZj" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/caution{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/caution{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/caution{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/caution{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/extinguisher{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/extinguisher{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aZk" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/mass_driver{ + id = "public_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/public) +"aZl" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/public) +"aZm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"aZn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/motion{ + c_tag = "EVA"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aZo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"aZp" = ( +/obj/structure/lattice, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aZq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aZr" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aZs" = ( +/obj/structure/safe, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/lazarus_injector, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/effect/turf_decal/bot_white/left, +/obj/item/stack/sheet/mineral/diamond, +/obj/item/clothing/under/costume/soviet, +/obj/item/clothing/suit/armor/vest/russian_coat, +/obj/item/clothing/head/helmet/rus_helmet, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aZt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"aZu" = ( +/obj/machinery/blackbox_recorder, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aZv" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aZw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/weldingtool, +/obj/item/flashlight, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aZx" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"aZy" = ( +/turf/closed/wall, +/area/lawoffice) +"aZz" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Routing Depot - Fore Exterior"; + dir = 4 + }, +/turf/open/space/basic, +/area/maintenance/department/eva) +"aZA" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/item/paper/guides/cogstation/job_changes, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"aZB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"aZC" = ( +/obj/structure/table/reinforced, +/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/tile/neutral{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"aZD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Chapel Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"aZE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/hallway/primary/central"; + dir = 8; + name = "Central Primary Hallway APC"; + pixel_x = -26 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"aZF" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aZG" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = 32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"aZH" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aZI" = ( +/obj/structure/table/reinforced, +/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/tile/neutral{ + dir = 8 + }, +/obj/machinery/door/window/northleft{ + name = "Law Office Counter"; + req_access_txt = "38" + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"aZJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aZK" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/weldingtool, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aZL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"aZM" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet, +/area/security/courtroom) +"aZN" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"aZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aZP" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/aiModule/reset/purge{ + pixel_y = 6 + }, +/obj/item/aiModule/reset{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/aiModule/core/full/custom{ + pixel_x = -4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"aZQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/plasteel{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aZR" = ( +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"aZS" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"aZT" = ( +/obj/structure/closet/secure_closet/hos, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/storage/box/deputy, +/obj/item/paper/guides/cogstation/letter_hos, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"aZU" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"aZV" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"aZW" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"aZX" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"aZY" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"aZZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"baa" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bab" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"bac" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/item/storage/toolbox/emergency, +/obj/item/stack/sheet/rglass, +/obj/item/stack/sheet/rglass, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"bad" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bae" = ( +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"baf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Plaza - Starboard"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bag" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"bah" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/lawoffice) +"bai" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"baj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bak" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/lawoffice) +"bal" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"bam" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/turf/open/space/basic, +/area/space/nearstation) +"ban" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bao" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bap" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"baq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bar" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"bas" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"bat" = ( +/obj/structure/chair/stool/bar, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"bau" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bav" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/item/clipboard, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"baw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/lawoffice) +"bax" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"bay" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"baz" = ( +/obj/structure/table/reinforced, +/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/tile/neutral{ + dir = 8 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"baA" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/folder/blue, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"baB" = ( +/obj/structure/rack, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/extinguisher, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/department/security) +"baC" = ( +/obj/machinery/vending/cart, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"baD" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"baE" = ( +/obj/structure/bookcase/random/reference, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"baF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"baG" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"baH" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/crowbar, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/security) +"baI" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"baJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"baK" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/kitchen/fork, +/obj/item/reagent_containers/food/snacks/pastatomato, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"baL" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"baM" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/crowbar/large, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/security) +"baN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"baO" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"baP" = ( +/obj/structure/closet/secure_closet/captains, +/obj/item/reagent_containers/food/drinks/flask/gold, +/obj/item/clothing/under/rank/captain/suit, +/obj/item/clothing/under/rank/captain/suit/skirt, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/clothing/head/centhat{ + name = "\improper green captain's hat" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"baQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"baR" = ( +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"baS" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"baT" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"baU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"baV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"baW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/aiModule/core/full/asimov{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/spawner/lootdrop/aimodule_neutral{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/spawner/lootdrop/aimodule_harmless{ + pixel_y = 6 + }, +/obj/item/aiModule/core/freeformcore{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/aiModule/supplied/freeform{ + pixel_x = -2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"baX" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/displaycase, +/turf/open/floor/wood, +/area/library) +"baY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"baZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bba" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"bbb" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"bbc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"bbd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bbe" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bbf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"bbg" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bbh" = ( +/turf/closed/wall, +/area/hallway/primary/aft) +"bbi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bbj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bbk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bbl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bbm" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bbn" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbo" = ( +/obj/structure/closet/crate, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bbp" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/carpet, +/area/security/courtroom) +"bbq" = ( +/obj/effect/landmark/start/librarian, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"bbr" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bbs" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/pen/red, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bbt" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bbu" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plating, +/area/space/nearstation) +"bbv" = ( +/turf/open/space, +/area/space) +"bbw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bbx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bby" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bbz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bbA" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bbB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bbC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bbD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bbE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bbF" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bbG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bbH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bbI" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbJ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bbK" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bbM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bbN" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bbO" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bbP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "HoP Office Maintenance"; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/security/checkpoint/customs) +"bbQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness/cogpool"; + dir = 4; + name = "Pool APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bbR" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/item/reagent_containers/food/snacks/grown/chili, +/obj/item/reagent_containers/food/snacks/grown/soybeans, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/structure/sign/poster/contraband/have_a_puff{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bbS" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/gateway) +"bbT" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/sorting) +"bbU" = ( +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bbV" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/warehouse) +"bbW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bbX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bbY" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bbZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bca" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bcb" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bcc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"bcd" = ( +/obj/item/kirbyplants{ + icon_state = "plant-14" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bce" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "public" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "cargoblock"; + name = "Public Router" + }, +/turf/open/floor/plating, +/area/router/public) +"bcf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bcg" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "cargoblock"; + name = "Public Router" + }, +/turf/open/floor/plating, +/area/router/public) +"bch" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bci" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bcj" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bck" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bcl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bcm" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bcn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bco" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bcp" = ( +/obj/machinery/libraryscanner, +/obj/machinery/light, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"bcq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bcr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bcs" = ( +/obj/machinery/pdapainter, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bct" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bcu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/camera{ + c_tag = "Aft Maintenance - Air Hookup" + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bcv" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bcw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"bcx" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bcy" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"bcz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bcA" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bcB" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/gateway) +"bcC" = ( +/obj/machinery/power/apc{ + name = "Research Division Storage APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/gateway) +"bcD" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bcE" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bcF" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bcG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bcH" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"bcI" = ( +/turf/closed/wall/r_wall, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bcJ" = ( +/obj/machinery/button/door{ + id = "HoPAft"; + name = "Aft Shutters"; + pixel_x = -24; + pixel_y = -24; + req_access_txt = "57" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bcK" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Cryogenics" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/circuit/green, +/area/crew_quarters/cryopod) +"bcL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bcM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bcN" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=bridge2"; + location = "court" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bcO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"bcP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bcQ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bcR" = ( +/turf/closed/wall, +/area/hallway/primary/central) +"bcS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bcT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bcU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Jury Room Maintainance"; + req_one_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/courtroom/jury) +"bcV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bcW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/requests_console{ + department = "Bar"; + departmentType = 2; + name = "Bar RC"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bcX" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hallway/primary/central) +"bcY" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bcZ" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bda" = ( +/obj/structure/table, +/obj/item/hand_tele, +/obj/machinery/camera{ + c_tag = "Teleporter Room"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"bdb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/central) +"bdc" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bdd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Pool"; + dir = 1 + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/toy/poolnoodle/red, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bde" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/mixing) +"bdf" = ( +/turf/open/floor/plasteel, +/area/science/mixing) +"bdg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bdh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/toy/poolnoodle/blue, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bdi" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bdj" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/hallway/primary/central) +"bdk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bdl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/toy/poolnoodle/yellow, +/turf/open/floor/plasteel/white, +/area/crew_quarters/fitness/cogpool) +"bdm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bdn" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bdo" = ( +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 17 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bdp" = ( +/obj/structure/chair/stool, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bdq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bdr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/hallway/primary/central) +"bds" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/chaplain, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bdt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bdu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bdv" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/chapel/office) +"bdx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bdy" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/hallway/primary/central) +"bdz" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bdA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bdB" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb, +/obj/item/toy/eightball, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bdC" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdE" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 8; + icon_state = "intact" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bdF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bdJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Telecommunications Control Room Maintenance"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/bridge) +"bdK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bdL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bdM" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bdN" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bdO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Pool External Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bdP" = ( +/turf/closed/wall/mineral/wood, +/area/crew_quarters/fitness/cogpool) +"bdQ" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bdR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bdS" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"bdT" = ( +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bdU" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bdV" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bdW" = ( +/obj/structure/mineral_door/woodrustic{ + name = "Sauna" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bdX" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bdY" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/mineral/wood, +/area/crew_quarters/fitness/cogpool) +"bdZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/quartermaster/sorting) +"bea" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"beb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom/jury) +"bec" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bed" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel, +/area/science/mixing) +"bee" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bef" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"beg" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"beh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bei" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"bej" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bek" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bel" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bem" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "hot loop to generator" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"ben" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"beo" = ( +/turf/open/floor/plasteel/white, +/area/gateway) +"bep" = ( +/obj/structure/table/wood, +/obj/item/tape, +/obj/item/taperecorder{ + pixel_x = -4 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hor"; + dir = 8; + name = "Research Director's Office APC"; + pixel_x = -24 + }, +/obj/item/reagent_containers/food/snacks/muffin/berry, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"beq" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "generator to cold loop" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"ber" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bes" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"bet" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"beu" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bev" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"bew" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bex" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bey" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall/rust, +/area/space/nearstation) +"bez" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/office) +"beA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/chapel/main) +"beB" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"beC" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"beD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"beE" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beF" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/start/lawyer, +/obj/structure/chair/stool, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"beH" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"beI" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"beJ" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"beL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"beM" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beO" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"beP" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"beQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/security/detectives_office) +"beR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"beT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"beV" = ( +/obj/machinery/button/door{ + id = "executionspaceblast"; + name = "Vent to Space"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "7" + }, +/obj/machinery/button/ignition{ + id = "executionburn"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"beW" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"beX" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"beY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"beZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bfa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bfb" = ( +/obj/machinery/computer/card/minor/qm, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bfc" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bfd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfe" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bff" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/qm) +"bfg" = ( +/obj/structure/closet, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bfh" = ( +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"bfi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfj" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"bfk" = ( +/mob/living/simple_animal/kiwi, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"bfl" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfm" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"bfn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "cold loop to space" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"bfo" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bfp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 4 + }, +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bfq" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/cog; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"bfr" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bfs" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "QM #1" + }, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bft" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/hallway/primary/central) +"bfu" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/gateway) +"bfv" = ( +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bfw" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bfx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"bfy" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bfz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bfA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bfB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Morgue"; + req_access_txt = "22;27" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bfC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bfD" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 5; + id = "mail" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfF" = ( +/obj/machinery/space_heater, +/obj/structure/sign/poster/official/no_erp{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bfG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bfH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/button/crematorium{ + id = "foo"; + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bfI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/engine/storage_shared"; + dir = 1; + name = "Electrical Substation APC"; + pixel_y = 26 + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"bfJ" = ( +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bfK" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_x = -11; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/item/paper/fluff/cogstation/letter_chap{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"bfL" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"bfM" = ( +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/structure/bedsheetbin/towel, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bfN" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bfO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Jazz Lounge" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bfP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bfQ" = ( +/obj/machinery/light/small, +/obj/item/candle, +/obj/item/trash/candle, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bfR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bfS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bfT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/chapel/office) +"bfU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfV" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bfW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bfX" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bfY" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "QM #2" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bfZ" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bga" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bgb" = ( +/obj/structure/disposalpipe/sorting/mail{ + sortType = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bgc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/primary/central) +"bgd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/central) +"bge" = ( +/turf/closed/wall/r_wall, +/area/storage/primary) +"bgf" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"bgg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bgh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bgi" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"bgj" = ( +/obj/structure/table, +/obj/item/weldingtool/mini, +/obj/item/light/tube, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bgk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "mail" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bgl" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/storage/primary) +"bgm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bgn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bgo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/chapel/main) +"bgp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bgq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bgr" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/skull, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bgs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bgu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgv" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bgw" = ( +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bgx" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgy" = ( +/obj/structure/closet, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/courtroom/jury"; + dir = 4; + name = "Jury Room APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom/jury) +"bgz" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/lightreplacer, +/obj/item/lightreplacer, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/storage/primary) +"bgC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bgD" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/obj/item/target, +/obj/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bgE" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Port Central Maintenance"; + req_one_access_txt = "12" + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bgG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/central) +"bgH" = ( +/obj/machinery/pipedispenser, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgI" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgJ" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bgK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bgL" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bgN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Port Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bgO" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/wrench, +/obj/item/pipe_dispenser, +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgP" = ( +/obj/item/analyzer, +/obj/item/caution, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgQ" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"bgR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/closed/wall/mineral/wood, +/area/crew_quarters/fitness/cogpool) +"bgS" = ( +/obj/machinery/computer/bounty, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bgT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bgU" = ( +/obj/machinery/computer/cargo, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bgV" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/storage) +"bgW" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"bgX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bgY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bgZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bha" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bhb" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhc" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bhd" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhe" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/office) +"bhg" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Pool - Sauna"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness/cogpool) +"bhh" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/security/courtroom) +"bhi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bhk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bhl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/mineral/wood, +/area/crew_quarters/fitness/cogpool) +"bhm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bhn" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bho" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel, +/area/storage/primary) +"bhp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bhq" = ( +/obj/structure/chair/sofa/right, +/obj/item/instrument/recorder, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bhr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bhs" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bht" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bhu" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bhv" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bhw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/cc64k_ad{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhx" = ( +/obj/machinery/vending/coffee, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bhy" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/conveyor/auto{ + id = "sec" + }, +/obj/machinery/door/poddoor{ + name = "Security Router" + }, +/turf/open/floor/plating, +/area/router/sec) +"bhz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bhA" = ( +/obj/item/stack/cable_coil/red, +/obj/item/multitool, +/obj/item/wrench, +/obj/item/stack/sheet/metal/five{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/paper/fluff/cogstation/letter_arrd, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhB" = ( +/obj/structure/table/wood, +/obj/item/stack/packageWrap, +/obj/item/paper/fluff/cogstation/bsrb, +/obj/item/paper/fluff/cogstation/survey{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"bhC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Air Hookup"; + req_one_access_txt = "12;22" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bhE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bhF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bhG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bhI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"bhJ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bhK" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bhL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Waste Disposal"; + req_one_access_txt = "12;50" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bhM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/dead, +/turf/open/floor/plasteel, +/area/security/main) +"bhO" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bhP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bhS" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bhT" = ( +/obj/structure/sign/departments/engineering, +/turf/closed/wall, +/area/hallway/primary/aft) +"bhU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/janitor) +"bhV" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen/blue{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bhW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"bhX" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bhY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bhZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bia" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bib" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bic" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bid" = ( +/obj/structure/chair/sofa/left, +/mob/living/simple_animal/pet/cat/Proc, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bie" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bif" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"big" = ( +/turf/closed/wall, +/area/science/circuit) +"bih" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 1; + id = "mail" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bii" = ( +/obj/structure/table/glass, +/obj/item/storage/box/matches, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bij" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bik" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"bil" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bim" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/massdriver{ + id = "router_in"; + name = "mass driver button (Router)"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bin" = ( +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"bio" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bip" = ( +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"biq" = ( +/obj/structure/closet/secure_closet/hop, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/item/clothing/under/rank/civilian/head_of_personnel/suit, +/obj/item/clothing/under/rank/civilian/head_of_personnel/suit/skirt{ + name = "head of personnel's suitskirt" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bir" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bis" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bit" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"biu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"biv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"biw" = ( +/obj/machinery/computer/cargo{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/button/door{ + id = "QMLoadDoor"; + layer = 4; + name = "Cargo Loading Doors"; + pixel_x = 24; + pixel_y = 6 + }, +/obj/machinery/button/door{ + id = "QMUnloadDoor"; + layer = 4; + name = "Cargo Unloading Doors"; + pixel_x = 24; + pixel_y = -6 + }, +/obj/machinery/camera{ + c_tag = "Supply - Cargo Bay"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bix" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"biy" = ( +/obj/machinery/vending/clothing, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"biz" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"biA" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"biB" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/rd, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"biC" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"biE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"biF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"biG" = ( +/obj/structure/displaycase/labcage, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office - Starboard"; + network = list("ss13","rd") + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"biH" = ( +/obj/machinery/light/small, +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"biI" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/item/kirbyplants{ + icon_state = "plant-20"; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"biJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"biK" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/science/mixing) +"biL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall, +/area/crew_quarters/heads/chief) +"biM" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/foam_force_ad{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"biN" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"biO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"biP" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/gateway) +"biQ" = ( +/turf/closed/wall, +/area/crew_quarters/heads/chief) +"biR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "CEPrivacy"; + name = "CE Privacy Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"biS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biT" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/science/mixing) +"biU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"biV" = ( +/turf/closed/wall, +/area/storage/primary) +"biW" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"biY" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"biZ" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/office) +"bja" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bjb" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/wrench, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/storage/primary) +"bjc" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/plasteel/twenty, +/turf/open/floor/plasteel, +/area/storage/primary) +"bjd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bje" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjf" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bjg" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bji" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjj" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bjl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/r_wall, +/area/quartermaster/office) +"bjm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bjn" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/supply) +"bjo" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bjp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bjq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bjr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bjs" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"bjt" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"bju" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + frequency = 1359; + name = "Station Intercom (Security)"; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bjv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/security/courtroom/jury) +"bjw" = ( +/obj/item/storage/secure/safe{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bjx" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/bot, +/obj/item/defibrillator/loaded, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bjy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"bjz" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bjA" = ( +/obj/machinery/camera{ + c_tag = "EVA Maintenace - Fore"; + network = list("ss13","rd") + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bjB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig) +"bjC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Jury Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/courtroom/jury) +"bjD" = ( +/turf/closed/wall/r_wall, +/area/security/courtroom/jury) +"bjE" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet{ + pixel_y = 29 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics - Control Room" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/paper/guides/cogstation/letter_atmos, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bjF" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft"; + dir = 8; + name = "Head of Personnel APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bjG" = ( +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bjI" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bjJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bjK" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel, +/area/storage/primary) +"bjL" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/tank/internals/air, +/obj/item/flashlight, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/camera{ + c_tag = "Pool Maintenance"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bjM" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Atmospherics Storage"; + req_one_access_txt = "24;31" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bjN" = ( +/obj/machinery/vending/autodrobe, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bjO" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/item/instrument/piano_synth, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bjP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bjQ" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant/override, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bjR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjS" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bjT" = ( +/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/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bjU" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjV" = ( +/obj/structure/closet{ + name = "Evidence Closet 5" + }, +/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 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bjW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bjX" = ( +/obj/structure/rack, +/obj/machinery/button/door{ + id = "marketdoor"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjY" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bjZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/shower{ + name = "emergency shower"; + pixel_y = 12 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/westright{ + name = "Emergency Shower" + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/storage/primary) +"bka" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bkb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 9; + id = "mail" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bkc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/conveyor_switch/oneway{ + id = "DeliveryConveyer" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bkd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "mail" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bke" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=sec1"; + location = "bridge2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bkf" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bkg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 2 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bkh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bki" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bkj" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor_switch/oneway{ + id = "mail" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bkk" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bkl" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/tank/internals/air, +/obj/item/flashlight, +/obj/item/storage/belt/utility, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkm" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Supply - Delivery Office Fore"; + network = list("ss13","rd") + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bkn" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bko" = ( +/turf/open/floor/plasteel, +/area/science/circuit) +"bkp" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bkr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "QMLoadDoor"; + name = "Cargo Loading Door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bks" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bkt" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "QMLoadDoor"; + name = "Cargo Loading Door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bku" = ( +/obj/structure/closet, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bkv" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bkw" = ( +/obj/structure/bookcase/random/fiction, +/obj/effect/spawner/lootdrop/gambling, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bkx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bky" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"bkz" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bkA" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Bridge - Starboard Quarter"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bkB" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bkC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"bkD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "CEPrivacy"; + name = "CE Privacy Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"bkE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/security) +"bkG" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/closet/crate/engineering, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/item/rcl/pre_loaded, +/obj/item/stock_parts/cell/high/plus, +/obj/item/clothing/glasses/meson, +/obj/item/cartridge/atmos, +/obj/item/cartridge/engineering, +/obj/item/cartridge/engineering, +/obj/item/cartridge/engineering, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"bkH" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"bkI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/primary) +"bkJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bkK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/obj/item/cigbutt, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bkM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bkN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bkO" = ( +/obj/machinery/vending/kink, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bkQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bkR" = ( +/obj/machinery/camera{ + c_tag = "EVA Maintenance - Aft"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bkS" = ( +/obj/machinery/vending/sustenance, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkT" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"bkU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bkV" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bkW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Pool Exterior Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bkX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bkY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/crate/engineering, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bkZ" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos) +"bla" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blb" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blc" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bld" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ble" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/airlock/external{ + name = "Cargo Freighter Dock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"blf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Office"; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"blg" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"blh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Freighter Dock"; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bli" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blj" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/space/nearstation) +"blk" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bll" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bln" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blp" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit) +"blq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/storage/primary) +"blr" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bls" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/sign/poster/official/ion_rifle{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"blt" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"blu" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"blv" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"blw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"blx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bly" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"blz" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"blA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"blB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"blE" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blF" = ( +/obj/structure/table/reinforced, +/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/tile/neutral{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blG" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"blH" = ( +/obj/structure/chair, +/obj/machinery/button/massdriver{ + id = "toxinsdriver"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"blI" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/mixing) +"blJ" = ( +/obj/structure/table/reinforced, +/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/tile/neutral{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blK" = ( +/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/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "marketdoor" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blL" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos) +"blM" = ( +/turf/open/floor/engine/air, +/area/engine/atmos) +"blN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"blO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/maintenance/department/chapel) +"blQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + name = "Delivery Office"; + req_one_access_txt = "31;48" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blR" = ( +/obj/machinery/computer/bounty{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blS" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/structure/chair, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"blU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/cardboard, +/turf/open/floor/plating, +/area/maintenance/aft) +"blV" = ( +/obj/machinery/computer/cargo{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blW" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/crowbar, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"blX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"blY" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"blZ" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMUnload" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bma" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/landmark/start/assistant/override, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmb" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bmc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office"; + req_one_access_txt = "58" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hos) +"bmd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"bme" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bmf" = ( +/obj/structure/sign/departments/evac, +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit) +"bmg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmj" = ( +/obj/machinery/vending/wardrobe/cap_wardrobe, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"bmk" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/dice/d6, +/obj/machinery/camera{ + c_tag = "Jazz Lounge"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bml" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bmm" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bmn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmo" = ( +/turf/closed/wall/rust, +/area/maintenance/department/chapel) +"bmp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bmq" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=court"; + location = "bridge1" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmr" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bms" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/barthpot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bmt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bmu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bmv" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bmw" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"bmx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bmy" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmz" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/primary) +"bmA" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hallway/secondary/civilian) +"bmB" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bmC" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmD" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/gateway) +"bmF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/closed/wall, +/area/crew_quarters/fitness/cogpool) +"bmG" = ( +/turf/open/floor/engine, +/area/gateway) +"bmH" = ( +/obj/machinery/computer/upload/borg{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bmI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/chapel/office"; + dir = 4; + name = "Chapel Office APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bmJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bmK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"bmL" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmM" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bmN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Waste Disposal Maintenance"; + req_one_access_txt = "12;50" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bmO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/lounge/jazz) +"bmP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/departments/engineering{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bmQ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Foyer - Starboard"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bmR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_one_access_txt = "17;19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"bmS" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"bmU" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/item/instrument/saxophone, +/obj/item/reagent_containers/food/drinks/bottle/vermouth, +/obj/item/clothing/glasses/sunglasses, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bmV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bmW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmX" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/latex{ + pixel_y = 4 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 4 + }, +/obj/item/healthanalyzer, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/item/paper/guides/cogstation/cdn_chap, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bmY" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"bmZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bna" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnb" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bnc" = ( +/obj/structure/sign/directions/command{ + dir = 1; + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = -32; + pixel_y = 40 + }, +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnd" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bne" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bng" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "DeliveryDoor"; + name = "Delivery Door" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bni" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/clipboard, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bnj" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/science/test_area) +"bnk" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bnl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bnm" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bnn" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/door/window/southleft{ + name = "Cargo Desk"; + req_access_txt = "31" + }, +/obj/item/folder, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bno" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bnp" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bnq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bnr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bns" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/department/eva) +"bnt" = ( +/obj/machinery/camera{ + c_tag = "Electrical Substation"; + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"bnu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"bnv" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bnx" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bny" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/pen, +/obj/item/wirecutters, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bnz" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnA" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bnC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Freighter Dock"; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnD" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bnF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bnG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/bridge) +"bnH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/fore) +"bnI" = ( +/obj/structure/bed, +/obj/effect/landmark/start/head_of_personnel, +/obj/item/bedsheet/hop, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bnJ" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bnK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"bnL" = ( +/obj/item/beacon, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"bnM" = ( +/obj/effect/turf_decal/delivery, +/obj/item/grown/bananapeel, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bnN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bnO" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit) +"bnP" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnQ" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bnR" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/cogpool) +"bnT" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"bnU" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/tank/internals/air, +/obj/item/wrench, +/obj/item/flashlight, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bnV" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"bnW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"bnX" = ( +/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/red{ + dir = 1 + }, +/obj/structure/closet/secure_closet/security/cargo, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bnY" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bnZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/pen/blue, +/obj/machinery/camera{ + c_tag = "Customs - Fore"; + dir = 4 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPFore"; + name = "HoP Fore Desk Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"boa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/turf/closed/wall, +/area/crew_quarters/heads/chief) +"bob" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/heads/chief) +"boc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/turf/closed/wall, +/area/crew_quarters/heads/chief) +"bod" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + name = "Primary Tool Storage Desk"; + req_access_txt = "11" + }, +/obj/item/folder/yellow, +/turf/open/floor/plasteel, +/area/storage/primary) +"boe" = ( +/obj/machinery/door/airlock/vault{ + name = "Vault Door"; + req_access_txt = "53" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/nuke_storage) +"bof" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external/glass{ + name = "Pool Exterior Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/space/basic, +/area/crew_quarters/fitness/cogpool) +"bog" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"boh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"boi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"boj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bok" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/item/toy/sword, +/obj/item/toy/figure/assistant, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bol" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/teleporter) +"bom" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bon" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"boo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/central) +"bop" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/door/window/eastleft{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"boq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bor" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bos" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard/fifty, +/obj/item/stack/wrapping_paper, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bot" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bou" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bov" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bow" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMUnload" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"box" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"boy" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"boz" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"boA" = ( +/turf/closed/wall, +/area/security/detectives_office) +"boB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMUnload" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"boC" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/sign/departments/cargo{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"boD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMUnload" + }, +/obj/machinery/door/poddoor{ + id = "QMUnloadDoor"; + name = "Cargo Unloading Door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"boE" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMUnload" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"boF" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "QMUnload" + }, +/obj/machinery/door/poddoor{ + id = "QMUnloadDoor"; + name = "Cargo Unloading Door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"boG" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/weldingtool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/sign/departments/engineering{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"boH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"boI" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/miningoffice) +"boJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/machinery/computer/security/telescreen/toxins{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"boK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningoffice) +"boL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"boM" = ( +/obj/machinery/mineral/ore_redemption{ + input_dir = 4; + output_dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boO" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_y = 4 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/crew_quarters/bar) +"boP" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boQ" = ( +/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/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"boR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/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/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"boS" = ( +/obj/structure/sign/mining, +/turf/closed/wall/r_wall, +/area/quartermaster/miningoffice) +"boT" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boU" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"boW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boX" = ( +/obj/item/beacon, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"boY" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"boZ" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bpa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/door/window/westleft{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bpb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bpc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bpd" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpe" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bpf" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bph" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bpi" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bpj" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bpk" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpl" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/autolathe/secure{ + name = "public autolathe" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/extinguisher, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/aft) +"bpn" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpo" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/red, +/area/security/brig) +"bpp" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpq" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine/air, +/area/engine/atmos) +"bpr" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bps" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/lounge/jazz"; + name = "Jazz Lounge APC"; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bpt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bpu" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpv" = ( +/turf/closed/wall/r_wall, +/area/engine/break_room) +"bpw" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpy" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/landmark/observer_start, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpz" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bpA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bpB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/hallway/primary/aft) +"bpC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpD" = ( +/turf/open/floor/plating, +/area/maintenance/aft) +"bpE" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bpF" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpG" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpH" = ( +/obj/machinery/jukebox, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bpI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bpJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/lounge/jazz) +"bpK" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"bpL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bpM" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) +"bpN" = ( +/obj/structure/grille, +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bpO" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bpP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bpQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bpR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"bpS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_y = -32 + }, +/turf/open/floor/carpet/red, +/area/security/brig) +"bpT" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bpU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bpV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos{ + name = "Aft Air Hookup"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bpW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/security/brig) +"bpX" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/sign/poster/official/obey{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"bpY" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bpZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"bqa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bqb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/civilian) +"bqc" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/medical/medbay/lobby) +"bqd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqe" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/medical/medbay/lobby) +"bqf" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bqg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bqh" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bqi" = ( +/obj/machinery/button/door{ + id = "HoPFore"; + name = "Fore Shutters"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bqj" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bql" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/hallway/secondary/civilian) +"bqm" = ( +/turf/closed/wall, +/area/medical/medbay/lobby) +"bqn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqo" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bqq" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Medbay - Chemistry Lab"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bqr" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqs" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bqt" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/healthanalyzer, +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bqu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Waste Disposal Maintenance"; + req_one_access_txt = "12;50" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bqv" = ( +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bqw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "EngiLockdown"; + name = "Engineering Emergency Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/camera{ + c_tag = "Engineering - Entrance"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bqx" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/camera{ + c_tag = "Supply - Mining Office"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bqz" = ( +/turf/closed/wall, +/area/medical/chemistry) +"bqA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqB" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Library Access" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/library) +"bqC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "E.V.A. Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bqG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bqH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bqI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"bqJ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bqK" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bqM" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/storage/box/dice, +/obj/item/toy/cards/deck, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bqN" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bqP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bqQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/secondary/entry) +"bqR" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bqS" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bqT" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bqU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bqV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bqW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bqX" = ( +/turf/closed/wall/mineral/titanium/nosmooth, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bqY" = ( +/obj/structure/sign/directions/medical{ + pixel_x = -32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/structure/sign/directions/supply{ + pixel_x = -32; + pixel_y = -40 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqZ" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bra" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"brb" = ( +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/dark, +/area/science/server{ + name = "Computer Core" + }) +"brc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"brd" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bre" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/central) +"brf" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"brg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"brh" = ( +/obj/structure/sign/departments/custodian{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"bri" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/hallway/secondary/civilian) +"brj" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Central Starboard Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/civilian) +"brk" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"brl" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/item/paper_bin, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/dropper, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/stamp{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"brm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"brn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bro" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"brp" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/smartfridge/disks, +/turf/open/floor/plasteel, +/area/hydroponics) +"brq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"brr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning{ + name = "\improper WARNING: MOVING MACHINERY"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"brs" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"brt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/chapel/office) +"bru" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"brv" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"brw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/gateway) +"brx" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/storage/tools) +"bry" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"brz" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + name = "Research Sector APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"brA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/pda_ad600{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/lounge/jazz) +"brB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"brC" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/tools) +"brD" = ( +/obj/structure/table, +/obj/machinery/door/window/eastright{ + name = "Auxiliary Tool Storage Desk"; + req_access_txt = "12" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/folder, +/turf/open/floor/plasteel, +/area/storage/tools) +"brE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"brF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem1"; + name = "chem lab shutters" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/medical/chemistry) +"brG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"brH" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/medical/chemistry) +"brI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Hall - Aft"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"brJ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"brK" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/chem_dispenser, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"brL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"brM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Merchant Plaza" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"brN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"brO" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"brP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"brQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"brR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Construction Area"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"brS" = ( +/obj/machinery/suit_storage_unit/open, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"brT" = ( +/obj/machinery/suit_storage_unit/open, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"brU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/lobby) +"brV" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"brW" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + name = "Chapel Maintenance"; + req_one_access_txt = "12;22;26;27;50" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"brX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"brY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Waste Disposal - Aft" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"brZ" = ( +/obj/item/kirbyplants{ + icon_state = "plant-02" + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bsa" = ( +/obj/structure/table/glass, +/obj/item/scalpel, +/obj/item/storage/box/cups, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bsb" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bsc" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/toy/figure/botanist{ + pixel_x = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsd" = ( +/obj/structure/closet/crate/hydroponics, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/clothing/accessory/armband/hydro{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armband/hydro{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/armband/hydro{ + pixel_y = 4 + }, +/obj/item/clothing/suit/hooded/wintercoat/hydro{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bse" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bsf" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/bed/dogbed/ian, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/sign/poster/official/love_ian{ + pixel_y = 32 + }, +/mob/living/simple_animal/pet/dog/corgi/Ian, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bsg" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Recycler Exterior Access"; + req_one_access_txt = "13;50" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bsi" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bsj" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsk" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsl" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"bsm" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsn" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bso" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/storage/tools) +"bsp" = ( +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bsq" = ( +/obj/structure/table, +/obj/machinery/door/window/southleft{ + name = "Auxiliary Tool Storage Desk"; + req_access_txt = "12" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/book/manual/wiki/engineering_hacking, +/turf/open/floor/plasteel, +/area/storage/tools) +"bsr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"bss" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/firstaid/regular, +/obj/item/book/manual/wiki/medicine{ + pixel_x = -6 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bst" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bsu" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bsv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/warning/vacuum/external, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bsw" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hydroponics) +"bsx" = ( +/obj/structure/lattice, +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/cogpool) +"bsy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bsz" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bsA" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hydroponics) +"bsB" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsC" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics - Aft" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bsD" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bsE" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/grass, +/area/hydroponics) +"bsF" = ( +/obj/machinery/vending/hydronutrients, +/turf/open/floor/grass, +/area/hydroponics) +"bsG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/contraband/borg_fancy_2{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"bsH" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/hydroponics) +"bsI" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bsJ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 12; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/hydroponics) +"bsK" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light, +/turf/open/floor/grass, +/area/hydroponics) +"bsL" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/item/storage/box/syringes, +/obj/item/storage/box/beakers{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bsM" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"bsN" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/cable_coil/random, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bsO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/hallway/secondary/civilian) +"bsP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bsQ" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bsR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bsS" = ( +/obj/machinery/door/window/northleft{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bsT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bsU" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bsV" = ( +/turf/closed/wall, +/area/maintenance/aft) +"bsW" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/chaplain, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"bsX" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bsY" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/maintenance/aft) +"bsZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"bta" = ( +/turf/closed/wall/r_wall, +/area/storage/tech) +"btb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/computer/secure_data, +/obj/machinery/requests_console{ + department = "Detective"; + departmentType = 5; + name = "Detective's Office RC"; + pixel_y = 30 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"btc" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Custodial Closet APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/janitor) +"btd" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bte" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall/r_wall, +/area/quartermaster/miningoffice) +"btf" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"btg" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bth" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/medical/medbay/lobby) +"bti" = ( +/obj/machinery/door/window/eastleft{ + name = "Waiting Room" + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"btj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"btk" = ( +/obj/structure/sign/poster/official/nanomichi_ad{ + pixel_x = 32 + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"btl" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"btm" = ( +/obj/machinery/disposal/bin{ + name = "Chapel Mailbox" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + name = "Chapel RC"; + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"btn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bto" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btp" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"btq" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"btr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bts" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_construct/small{ + icon_state = "bulb-construct-stage1"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"btt" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Civilian Wing Hallway - Aft"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/civilian) +"btu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/hallway/secondary/civilian) +"btv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft) +"btw" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/plating/airless, +/area/router) +"btx" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/aft) +"bty" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"btz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btC" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"btF" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"btG" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"btH" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"btI" = ( +/obj/structure/closet/secure_closet/brig{ + name = "Detainee Locker" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"btJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/hallway/secondary/civilian) +"btK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Aft Maintenance"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"btL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"btM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"btN" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/stack/cable_coil/random, +/obj/item/weldingtool, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"btO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"btP" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"btQ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plating, +/area/storage/tech) +"btR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"btS" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"btT" = ( +/turf/closed/wall/r_wall, +/area/router) +"btU" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"btV" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/storage/tech) +"btW" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btX" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"btY" = ( +/obj/machinery/door/window/eastright{ + name = "Waiting Room" + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"btZ" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/router) +"bua" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"bub" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"buc" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/sunglasses/blindfold, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bud" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bue" = ( +/turf/closed/wall/r_wall, +/area/router/eva) +"buf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/plasticflaps, +/obj/machinery/door/window/northleft{ + name = "Showers"; + req_one_access_txt = "29;47" + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bug" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/chapel/office) +"buh" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bui" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"buj" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/aft) +"buk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Routing Depot"; + req_one_access_txt = "10;31" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bul" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/aft) +"bum" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"bun" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"buo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bup" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"buq" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/router) +"bur" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bus" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/mass_driver{ + dir = 1; + id = "public_in"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router) +"but" = ( +/turf/closed/wall/mineral/titanium/nosmooth, +/area/hallway/primary/central) +"buu" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"buv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"buw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bux" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"buy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"buz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"buA" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/medical/medbay/lobby) +"buB" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Ferry Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"buC" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/item/integrated_electronics/wirer, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"buD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"buE" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/conveyor/auto{ + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"buF" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"buG" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"buH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"buI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"buJ" = ( +/obj/item/beacon, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"buK" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"buL" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"buM" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/button/door{ + id = "capblast"; + name = "Window Blast Door Control"; + pixel_x = -6; + pixel_y = -3; + req_access_txt = "19" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"buN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/rust, +/area/chapel/main) +"buO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"buP" = ( +/obj/item/trash/plate, +/obj/item/lighter/greyscale, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"buQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Morgue"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"buR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"buS" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/cmo) +"buT" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_x = -32 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"buU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chips{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"buV" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"buW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/janitor) +"buX" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/bartender, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"buY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"buZ" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/soulstone/anybody/chaplain, +/obj/item/organ/heart, +/obj/item/book/granter/spell/smoke/lesser, +/obj/item/nullrod, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"bva" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/janitor) +"bvb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Electrical Substation"; + req_access_txt = "10" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"bvc" = ( +/obj/machinery/computer/cargo/request, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bvd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bve" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Construction Area"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/construction) +"bvf" = ( +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"bvg" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/destTagger, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console{ + department = "EVA Router"; + name = "EVA Router RC"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/router/eva) +"bvh" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bvi" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bvj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bvk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvl" = ( +/obj/item/trash/plate, +/obj/item/kitchen/fork, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bvm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bvn" = ( +/obj/machinery/rnd/production/protolathe/department/science, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bvo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bvp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"bvq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bvr" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bvs" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/chapel) +"bvt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bvu" = ( +/turf/closed/wall/r_wall, +/area/chapel/office) +"bvv" = ( +/turf/closed/wall/r_wall/rust, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"bvw" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bvx" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvy" = ( +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bvz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/router/eva) +"bvA" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bvB" = ( +/turf/closed/wall/r_wall/rust, +/area/router) +"bvC" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bvD" = ( +/obj/machinery/camera{ + c_tag = "Bar - Starboard"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bvE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/chapel/main) +"bvF" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bvG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bvH" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/crew_quarters/bar) +"bvI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/department/chapel) +"bvJ" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/head_of_personnel, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bvK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bvL" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bvM" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Routing Depot - Aft Exterior"; + pixel_x = 22 + }, +/turf/open/space/basic, +/area/router) +"bvN" = ( +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/chapel) +"bvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvP" = ( +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bvR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bvS" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvT" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bvU" = ( +/obj/item/caution, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bvV" = ( +/obj/structure/table, +/obj/machinery/light/small, +/obj/item/storage/pill_bottle/epinephrine, +/obj/item/wrench{ + pixel_x = -8 + }, +/obj/item/extinguisher{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bvW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bvX" = ( +/obj/machinery/door/airlock/external{ + name = "External Construction Access"; + req_one_access_txt = "10;31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bvY" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bvZ" = ( +/obj/item/folder, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bwa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bwb" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Chapel Air Hookup"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwc" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwd" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bwe" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bwg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bwh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console{ + department = "Routing Depot"; + name = "Routing Depot RC"; + pixel_y = 28 + }, +/obj/machinery/button/massdriver{ + id = "eva_in"; + name = "mass driver button (EVA)"; + pixel_x = -24 + }, +/obj/machinery/button/massdriver{ + id = "public_in"; + name = "mass driver button (Public)"; + pixel_x = -24; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/router) +"bwi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bwj" = ( +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwk" = ( +/obj/machinery/chem_master, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/disposal) +"bwl" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/sign/poster/official/safety_report{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"bwm" = ( +/obj/structure/sign/departments/science, +/turf/closed/wall/r_wall, +/area/gateway) +"bwn" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bwp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bwq" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/conveyor{ + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bwr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bws" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/autolathe/secure{ + name = "public autolathe" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bwt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bwu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/trash/can, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bwv" = ( +/obj/machinery/disposal/bin{ + name = "Mass Driver" + }, +/obj/structure/sign/warning/deathsposal{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bww" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bwx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/janitor) +"bwy" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/janitor) +"bwz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bwA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bwB" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/bot_assembly/medbot, +/obj/item/clothing/head/hardhat{ + pixel_x = -2; + pixel_y = 6; + pressure_resistance = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bwC" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/off{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/storage/box/mousetraps, +/obj/item/light/tube, +/obj/item/radio/off{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/machinery/camera{ + c_tag = "Routing Depot" + }, +/turf/open/floor/plasteel, +/area/router) +"bwD" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/item/wrench, +/obj/item/screwdriver, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bwE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwF" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bwG" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bwH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/storage/box/mre/menu2/safe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bwI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bwJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"bwK" = ( +/obj/machinery/camera{ + c_tag = "Research - Gateway Chamber"; + network = list("ss13","rd") + }, +/turf/open/floor/engine, +/area/gateway) +"bwL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bwM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Central Starboard Maintenance"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/mob/living/simple_animal/hostile/retaliate/bat, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bwN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab - Port"; + network = list("ss13","rd") + }, +/obj/machinery/meter, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bwO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bwP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bwQ" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bwR" = ( +/turf/open/floor/plasteel, +/area/engine/break_room) +"bwS" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bwT" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bwU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bwW" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"bwX" = ( +/obj/machinery/conveyor{ + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bwY" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bwZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table, +/obj/item/clothing/under/misc/mailman, +/obj/item/clothing/head/mailman, +/obj/item/wirecutters, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel, +/area/router) +"bxa" = ( +/obj/structure/frame/computer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router) +"bxb" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Waste Disposal - Port"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bxc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bxd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bxe" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bxf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "EVA Router"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bxg" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/stack/tile/plasteel{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bxh" = ( +/obj/machinery/disposal/bin{ + name = "Corpse Disposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bxi" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/item/clothing/gloves/color/purple, +/obj/item/clothing/gloves/color/purple, +/obj/item/clothing/under/costume/maid, +/obj/item/clothing/under/costume/maid, +/obj/structure/sign/poster/official/bless_this_spess{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bxj" = ( +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bxk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bxl" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bxm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bxn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "AI Core Exterior"; + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/department/eva) +"bxo" = ( +/obj/machinery/door/airlock/external{ + name = "Telecommunications External Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bxp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bxq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bxr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/radio/off{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/turf/open/floor/plasteel, +/area/janitor) +"bxs" = ( +/obj/item/storage/toolbox/mechanical/old, +/obj/item/reagent_containers/food/snacks/chips{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bxt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bxu" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxv" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxw" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft) +"bxx" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxy" = ( +/obj/item/trash/candle, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/disposal) +"bxz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/computer/station_alert, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/paper/guides/cogstation/letter_eng, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bxA" = ( +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"bxB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxC" = ( +/obj/structure/closet/emcloset/anchored, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bxD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications Chamber"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 29 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bxG" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bxH" = ( +/turf/closed/wall, +/area/storage/tech) +"bxI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxJ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bxL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bxM" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hallway/primary/aft) +"bxN" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/techstorage/command, +/turf/open/floor/plating, +/area/storage/tech) +"bxO" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bxP" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Central Starboard Exterior Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bxQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxR" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/conveyor_switch{ + id = "MiningConveyer" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bxS" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bxT" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bxU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bxV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bxW" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxY" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bxZ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bya" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 1; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"byb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) +"byc" = ( +/obj/machinery/igniter/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"byd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/item/pen/fountain{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/stamp/hop, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bye" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"byf" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Telecommunications Mainframe"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"byg" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"byh" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"byi" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"byj" = ( +/turf/open/floor/plasteel, +/area/tcommsat/server) +"byk" = ( +/obj/machinery/telecomms/message_server, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byl" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Telecommunications Mainframe"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/server) +"bym" = ( +/obj/machinery/announcement_system, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byn" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"byo" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/pen, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Chapel Game Room"; + dir = 1 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"byp" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byq" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byr" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/flashlight/lamp/green, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"bys" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"byt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"byu" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"byv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Starboard Exterior Access" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"byw" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"byx" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byy" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byz" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byA" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byB" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"byC" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"byD" = ( +/obj/machinery/camera{ + c_tag = "Medbay - Lobby"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"byE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/button/massdriver{ + id = "eva_out"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"byF" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "EVA" + }, +/turf/open/floor/plating, +/area/router/eva) +"byG" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byH" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byI" = ( +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byJ" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byK" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byL" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"byM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel Maintenance"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"byN" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/medical/morgue) +"byO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"byP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"byQ" = ( +/turf/closed/wall, +/area/medical/morgue) +"byR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"byS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"byT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"byU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"byV" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"byW" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"byX" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"byY" = ( +/obj/vehicle/ridden/janicart, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/item/key/janitor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"byZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/mass_driver{ + dir = 4; + id = "eva_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/eva) +"bza" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bzb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Ferry Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzc" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plating, +/area/storage/tech) +"bzd" = ( +/turf/open/floor/plating, +/area/storage/tech) +"bze" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/aft) +"bzf" = ( +/obj/structure/janitorialcart, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bzg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/janitor) +"bzh" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzi" = ( +/obj/item/cardboard_cutout, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzj" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/assembly/flash, +/obj/item/assembly/flash, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plating, +/area/storage/tech) +"bzk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bzl" = ( +/obj/structure/closet/secure_closet, +/obj/effect/spawner/lootdrop/organ_spawner, +/obj/effect/spawner/lootdrop/organ_spawner, +/obj/effect/spawner/lootdrop/organ_spawner, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzm" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzn" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzo" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/tank/internals/air, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bzp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzq" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/warning/pods{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bzr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/meter, +/turf/closed/wall, +/area/hallway/primary/aft) +"bzs" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bzt" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bzu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "MiningConveyer" + }, +/turf/open/floor/plating/airless, +/area/quartermaster/miningoffice) +"bzv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "MiningConveyer" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating/airless, +/area/quartermaster/miningoffice) +"bzw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bzx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Interrogation Room"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"bzy" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bzz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"bzA" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/chemistry"; + dir = 1; + name = "Chemistry APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bzB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzC" = ( +/obj/structure/closet/toolcloset, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bzD" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "evablock"; + name = "EVA Router" + }, +/turf/open/floor/plating, +/area/router/eva) +"bzE" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + dir = 4; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bzF" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/conveyor{ + dir = 4; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bzG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bzH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzI" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bzJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bzK" = ( +/obj/machinery/disposal/bin{ + name = "Chapel Corpse Delivery" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/full, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bzL" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzM" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bzN" = ( +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bzO" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "recycler"; + name = "Recycler Conveyor Control" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bzP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/router) +"bzQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bzR" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bzS" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bzT" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/central"; + dir = 4; + name = "Central Port Maintenance APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/central) +"bzU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/closed/wall, +/area/hallway/primary/aft) +"bzV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bzW" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plating, +/area/storage/tech) +"bzX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Toxins Launch Room"; + req_access_txt = "7;8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bzY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bzZ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/quartermaster/miningoffice) +"bAa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bAb" = ( +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"bAc" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"bAd" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Central Starboard Exterior Access"; + req_access_txt = "13" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bAe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router) +"bAf" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"bAg" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bAh" = ( +/obj/item/reagent_containers/food/condiment/pack/mustard{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/pack/ketchup{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bAi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router) +"bAj" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/janitor) +"bAk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Recycler"; + req_one_access_txt = "12;50" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bAl" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router) +"bAn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bAo" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bAp" = ( +/obj/structure/bed, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/item/bedsheet/purple, +/obj/effect/landmark/start/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bAq" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bAr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bAs" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bAt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Fore Maintenance - Starboard"; + pixel_x = 22 + }, +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bAu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bAv" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/bed, +/obj/item/bedsheet/qm, +/obj/effect/landmark/start/quartermaster, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAw" = ( +/obj/item/paper/fluff/bee_objectives, +/obj/item/toy/plush/beeplushie, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"bAx" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bAy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bAz" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bAA" = ( +/obj/structure/lattice, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bAB" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bAC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bAD" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/window/eastleft{ + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bAE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "chem1"; + name = "Shutters Control Button"; + pixel_x = -8; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bAF" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/engine, +/area/gateway) +"bAG" = ( +/obj/machinery/atmospherics/components/binary/valve{ + 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/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bAH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bAI" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console{ + department = "Law Office"; + name = "Law Office RC"; + pixel_y = 32 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bAJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/clothing/neck/stethoscope, +/obj/item/clothing/glasses/hud/health, +/obj/item/stamp/cmo, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/cmo"; + dir = 1; + name = "Chief Medical Officer's Office APC"; + pixel_y = 24 + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"bAK" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bAL" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: WASTE EJECTION"; + pixel_x = -32 + }, +/turf/open/space/basic, +/area/space) +"bAM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bAN" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/fragile, +/obj/item/clothing/head/helmet/space/fragile, +/obj/item/tank/internals/air, +/obj/item/flashlight, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bAO" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bAP" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bAQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bAR" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Thermo-Electric Generator Room"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bAS" = ( +/turf/closed/wall/r_wall/rust, +/area/maintenance/disposal) +"bAT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bAU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bAV" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bAW" = ( +/obj/structure/sign/poster/official/get_your_legs, +/turf/closed/wall, +/area/hallway/secondary/exit) +"bAX" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/paper/fluff/cogstation/letter_cap{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/flashlight/lamp, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bAY" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/hallway/secondary/exit) +"bAZ" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/chapel/main) +"bBa" = ( +/obj/structure/sign/poster/official/help_others, +/turf/closed/wall, +/area/hallway/secondary/exit) +"bBb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/department/chapel) +"bBc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/exit) +"bBd" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/popcorn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bBe" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bBf" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bBg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bBh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "recycler" + }, +/obj/structure/sign/warning/vacuum{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bBj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/crew_quarters/heads/captain"; + dir = 4; + name = "Captain's Quarters APC"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"bBk" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bBl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bBm" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bBn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bBo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/door/airlock/engineering/glass{ + name = "Thermo-Electric Generator"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"bBp" = ( +/obj/machinery/conveyor/inverted{ + dir = 9; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBq" = ( +/obj/machinery/recycler, +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBr" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bBt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bBu" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bBv" = ( +/turf/closed/wall, +/area/router) +"bBw" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bBx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/t_scanner, +/turf/open/floor/plating, +/area/storage/tech) +"bBy" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bBz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bBA" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/ore_box, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bBB" = ( +/obj/machinery/conveyor/auto{ + id = "router" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 4 + }, +/turf/open/floor/plating, +/area/router) +"bBC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bBD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBE" = ( +/obj/structure/grille, +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bBF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bBG" = ( +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bBH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bBI" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bBJ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bBK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "recycleraccess"; + name = "Recycler Access Control"; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bBL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bBM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bBN" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bBO" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bBP" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bBQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"bBR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Computer Core APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bBS" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bBT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bBU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/sign/departments/cargo{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bBV" = ( +/obj/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bBW" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bBX" = ( +/obj/machinery/door/airlock/external{ + name = "Routing Depot"; + req_one_access_txt = "10;31" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bBY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "EVA Router"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bBZ" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"bCa" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bCb" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"bCc" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bCd" = ( +/obj/effect/landmark/start/captain, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bCe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bCf" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bCg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bCh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bCi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bCk" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bCl" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bCm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bCn" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bCo" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bCp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCq" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/obj/machinery/door/poddoor{ + id = "recycleraccess"; + name = "Recycler Access" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bCr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bCs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCt" = ( +/obj/effect/turf_decal/bot, +/obj/structure/table, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/storage/box/engineer{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bCu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bCv" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bCw" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "eva" + }, +/turf/open/floor/plating, +/area/router/eva) +"bCx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bCy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "eva" + }, +/turf/open/floor/plating, +/area/router/eva) +"bCz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/under/misc/overalls, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/storage/primary) +"bCA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bCB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bCC" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bCD" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCE" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "eva" + }, +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "evablock"; + name = "EVA Router" + }, +/turf/open/floor/plating, +/area/router/eva) +"bCF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bCG" = ( +/obj/item/cigbutt, +/obj/item/radio/intercom{ + frequency = 1359; + name = "Station Intercom (Security)"; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCJ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bCK" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCL" = ( +/turf/closed/wall/rust, +/area/security/detectives_office) +"bCM" = ( +/turf/closed/wall/r_wall/rust, +/area/security/detectives_office) +"bCN" = ( +/obj/structure/filingcabinet, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCO" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bCP" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/item/taperecorder, +/obj/item/radio{ + pixel_x = -6 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bCR" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/mass_driver{ + dir = 8; + id = "airbridge_in"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router) +"bCS" = ( +/obj/structure/closet, +/obj/machinery/camera{ + c_tag = "Central Plaza - Legal Desk"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bCT" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/sorting/mail/flip, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bCU" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal) +"bCV" = ( +/turf/open/floor/plating/airless, +/area/maintenance/disposal) +"bCW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/door/airlock/engineering/glass{ + name = "Thermo-Electric Generator"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"bCX" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bCY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bCZ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bDa" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bDb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Recycler Exterior Access"; + req_one_access_txt = "13;50" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"bDc" = ( +/obj/machinery/vending/security, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bDd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Aft Maintenance - Port"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDe" = ( +/obj/machinery/disposal/bin{ + name = "Corpse Delivery" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"bDf" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plating, +/area/storage/tech) +"bDg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plating, +/area/storage/tech) +"bDh" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plating, +/area/storage/tech) +"bDi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Service Hallway"; + req_one_access_txt = "25;26;28;35" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bDj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"bDk" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 15 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bDl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bDm" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/hallway/primary/aft"; + dir = 1; + name = "Aft Primary Hallway APC"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDn" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bDo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bDp" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bDq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bDr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bDs" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bDt" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bDu" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/reagent_containers/rag, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bDv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bDw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AIChamberShutter"; + name = "AI Chamber Shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bDx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bDz" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Service Hallway - Aft"; + pixel_x = 22 + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDA" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/service) +"bDB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bDC" = ( +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/router) +"bDE" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/store/cheesewheel, +/obj/item/reagent_containers/food/snacks/grown/pineapple, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/bluecherries, +/obj/item/reagent_containers/food/snacks/grown/citrus/lime, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDF" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDG" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDH" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDI" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/lootdrop/three_course_meal, +/obj/item/reagent_containers/food/snacks/chocolatebar, +/obj/item/reagent_containers/food/snacks/chocolatebar, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bDK" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"bDL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bDM" = ( +/obj/structure/table/reinforced, +/obj/item/transfer_valve{ + pixel_x = 6 + }, +/obj/item/transfer_valve{ + pixel_x = 6 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -6 + }, +/obj/item/transfer_valve{ + pixel_x = -6 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab - Starboard"; + dir = 8; + pixel_y = -22 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bDN" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bDP" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/bridge) +"bDQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bDR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bDS" = ( +/turf/open/floor/plasteel/stairs, +/area/crew_quarters/bar) +"bDT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/science/robotics/lab) +"bDU" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AIChamberShutter"; + name = "AI Chamber Shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bDV" = ( +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/bar) +"bDW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "AI Chamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bDX" = ( +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/bar) +"bDY" = ( +/obj/structure/sign/barsign, +/turf/closed/wall, +/area/crew_quarters/bar) +"bDZ" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bEa" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"bEb" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"bEc" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/radio/off{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/radio/off{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/circuit, +/area/bridge) +"bEd" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bEe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bEf" = ( +/obj/structure/reagent_dispensers, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bEg" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bEh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bEi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bEj" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/structure/closet/crate, +/obj/machinery/camera{ + c_tag = "Waste Disposal - Starboard" + }, +/obj/item/stack/tile/noslip/thirty, +/obj/structure/sign/poster/official/ue_no{ + pixel_y = 32 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/disposal) +"bEk" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bEl" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bEm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel's Office"; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"bEn" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint) +"bEo" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bEp" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"bEq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bEr" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bEs" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + dir = 4; + name = "EVA APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"bEt" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bEu" = ( +/obj/structure/sign/warning{ + name = "\improper CONSTRUCTION AREA"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bEv" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bEw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Starboard Bow Solar Maintenance"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bEx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bEy" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bEz" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"bEA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bEB" = ( +/obj/structure/rack, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/item/radio/off{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/flashlight, +/obj/item/crowbar/red, +/obj/item/crowbar/red{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/camera{ + c_tag = "Starboard Bow Maintenance - Port"; + pixel_x = 22 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bEC" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bED" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bEE" = ( +/obj/structure/table, +/obj/item/clothing/under/shorts/red, +/obj/item/clothing/under/shorts/red, +/obj/item/clothing/gloves/boxing{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/boxing{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bEF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bEG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bEH" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen/backroom) +"bEI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bEJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/space_heater, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bEL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bEM" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bEN" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/camera{ + c_tag = "Bridge - Captain's Quarters"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = 30 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bEO" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bEP" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bEQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; + dir = 8; + name = "Waste Disposal APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bER" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"bES" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"bET" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bEU" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bEV" = ( +/obj/item/radio/intercom{ + frequency = 1359; + name = "Station Intercom (Security)"; + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"bEW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bEX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"bEY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bEZ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AIChamberShutter"; + name = "AI Chamber Shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"bFa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/router) +"bFb" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/router) +"bFc" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFd" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bFe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bFf" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/aiModule/supplied/oxygen{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/aiModule/supplied/quarantine{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/aiModule/zeroth/oneHuman{ + pixel_y = 4 + }, +/obj/effect/spawner/lootdrop/aimodule_harmful{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/aiModule/supplied/protectStation{ + pixel_x = -2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/suit_storage_unit/engine, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"bFh" = ( +/obj/effect/turf_decal/tile/brown, +/obj/machinery/light, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bFi" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bFj" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bFk" = ( +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bFl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"bFm" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bFn" = ( +/turf/open/floor/plating/asteroid, +/area/chapel/main) +"bFo" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bFp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bFq" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line, +/obj/item/slime_scanner, +/obj/item/slime_scanner, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bFr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bFs" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bFt" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bFu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bFv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bFw" = ( +/obj/machinery/monkey_recycler, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/science/xenobiology"; + name = "Xenobiology Lab APC"; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bFx" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bFy" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bFz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/item/paper/guides/cogstation/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bFA" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bFB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/science/lab) +"bFC" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/vending/snack/random, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFD" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bFE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFF" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFG" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bFH" = ( +/obj/machinery/power/apc{ + name = "Customs APC"; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bFI" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bFJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bFK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFN" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bFO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFQ" = ( +/obj/structure/table, +/obj/item/clothing/under/shorts/blue, +/obj/item/clothing/under/shorts/blue, +/obj/item/clothing/gloves/boxing/blue{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/boxing/blue{ + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bFR" = ( +/obj/item/kirbyplants{ + icon_state = "plant-08" + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bFS" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bFT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFU" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFV" = ( +/obj/structure/window/reinforced, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"bFX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bFY" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bFZ" = ( +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bGa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bGb" = ( +/obj/machinery/conveyor/auto{ + id = "router" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bGc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGe" = ( +/mob/living/simple_animal/crab/Coffee, +/turf/open/floor/plating/asteroid, +/area/chapel/main) +"bGf" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/main) +"bGg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bGh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/router) +"bGl" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/contraband/punch_shit{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGm" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"bGo" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bGp" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bGq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"bGr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bGs" = ( +/obj/machinery/vending/assist, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bGt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bGu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bGv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Arcade" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"bGw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness Room" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"bGx" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"bGy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/massdriver{ + id = "eng_in"; + name = "mass driver button (Engineering)"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/button/massdriver{ + id = "router_out"; + name = "mass driver button (Other)"; + pixel_x = 24; + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/router) +"bGz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bGB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bGC" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/camera{ + c_tag = "Starboard Quarter Maintenance - Starboard"; + network = list("ss13","rd") + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bGD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bGE" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bGF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bGG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"bGH" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bGI" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bGJ" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/item/clothing/gloves/color/grey, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bGK" = ( +/obj/machinery/conveyor{ + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"bGL" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bGM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-20"; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bGN" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bGO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window/eastright{ + name = "Bathroom Stall" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"bGP" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "secserv"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"bGQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"bGR" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/under/misc/staffassistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bGS" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window/eastright{ + name = "Bathroom Stall" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"bGT" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"bGU" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"bGV" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"bGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"bGX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bGY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"bGZ" = ( +/obj/structure/closet/crate/internals, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bHa" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/router/eva"; + dir = 4; + name = "EVA Router APC"; + pixel_x = 24 + }, +/obj/machinery/button/door{ + id = "evablock"; + name = "Router Access Control"; + pixel_x = 24; + pixel_y = 10; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/router/eva) +"bHb" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHc" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bHd" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bHe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"bHf" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHg" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bHh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"bHi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bHj" = ( +/obj/structure/table, +/obj/structure/bedsheetbin/towel, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHk" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"bHl" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/fore) +"bHm" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/fore) +"bHn" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bHq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHr" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHs" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHt" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bHu" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHv" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/clothing/under/misc/staffassistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHw" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/clothing/under/misc/staffassistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHx" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-14" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bHz" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bHA" = ( +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bHB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"bHC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bHD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"bHE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bHF" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/timer{ + pixel_x = -5 + }, +/obj/item/assembly/timer{ + pixel_y = -7 + }, +/obj/item/assembly/timer{ + pixel_y = 6 + }, +/obj/item/assembly/timer{ + pixel_x = 8 + }, +/obj/machinery/airalarm/unlocked{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"bHH" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/space_cube{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/gateway) +"bHI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bHJ" = ( +/obj/item/kirbyplants{ + icon_state = "plant-03" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bHK" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/medical/morgue) +"bHL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bHM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bHN" = ( +/turf/closed/wall, +/area/maintenance/solars/starboard/aft) +"bHO" = ( +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bHP" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bHQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bHR" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bHS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bHT" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bHU" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bHV" = ( +/obj/machinery/processor/slime, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bHW" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bHX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Port Bow Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bHY" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bHZ" = ( +/turf/closed/indestructible{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + icon_state = "riveted"; + name = "hyper-reinforced wall" + }, +/area/science/test_area) +"bIa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIb" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 14 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bId" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/storage/box/bodybags, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bIe" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 1 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 1 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 31; + receive_ore_updates = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bIf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/door/airlock/maintenance{ + name = "Chemistry Maintenance"; + req_access_txt = "5; 33" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/medical/chemistry) +"bIg" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/reagent_containers/food/snacks/chips, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIh" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery/white, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bIi" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/medical/chemistry) +"bIj" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bIk" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"bIl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bIm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bIn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/evac{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bIp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bIq" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bIs" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bIu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "5;6" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bIv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bIw" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bIx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bIy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "External Solar Access"; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bIz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bIA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bIB" = ( +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bIC" = ( +/obj/machinery/conveyor/auto{ + id = "disposal" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bID" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bIE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bIF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bIG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIH" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bII" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bIK" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/extinguisher{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bIL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bIM" = ( +/obj/machinery/shower{ + desc = "The HS-451. Standard Nanotrasen Hygiene Division design, although it looks like this one was installed more recently."; + dir = 8; + name = "emergency shower"; + pixel_y = -4 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bIN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIO" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bIQ" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIR" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIS" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bIT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"bIU" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bIW" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/item/reagent_containers/food/drinks/bottle/absinthe, +/obj/item/stack/spacecash/c20, +/obj/item/coin/gold, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bIX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bIY" = ( +/obj/machinery/atmospherics/pipe/simple/violet/hidden, +/turf/open/space/basic, +/area/space) +"bIZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bJa" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bJb" = ( +/obj/machinery/bloodbankgen, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bJc" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bJd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bJe" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bJf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chemistry Maintenance"; + req_access_txt = "5; 33" + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"bJg" = ( +/obj/structure/table, +/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/item/storage/box/rxglasses{ + pixel_x = 2 + }, +/obj/item/pen, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bJh" = ( +/obj/structure/sign/warning/biohazard, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/morgue) +"bJi" = ( +/obj/structure/bodycontainer/morgue, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bJj" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bJk" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bJl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bJm" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/lawoffice"; + dir = 1; + name = "Information Office APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bJn" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/clothing/mask/muzzle, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bJo" = ( +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bJp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJq" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bJr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bJs" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bJt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bJu" = ( +/obj/effect/turf_decal/loading_area, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/science/lab"; + dir = 8; + name = "Research and Development APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bJv" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bJw" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bJy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bJz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bJA" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Circuitry Lab"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bJB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bJC" = ( +/obj/machinery/camera{ + c_tag = "Library"; + network = list("ss13","rd") + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"bJD" = ( +/obj/machinery/disposal/bin{ + name = "Corpse Disposal Unit" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/red/full, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bJE" = ( +/obj/machinery/mecha_part_fabricator, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bJF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bJG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bJH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bJI" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bJJ" = ( +/obj/machinery/computer/med_data, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bJK" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/medical/medbay/lobby) +"bJL" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bJM" = ( +/obj/machinery/camera/preset/toxins{ + dir = 4 + }, +/obj/item/target, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bJN" = ( +/obj/machinery/clonepod, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bJO" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/item/storage/firstaid/radbgone, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bJP" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bJQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bJR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bJS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bJT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bJV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 1; + name = "euthanization chamber freezer" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bJW" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bJX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bJY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJZ" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Main Access"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bKa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bKb" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bKc" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 4 + }, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bKd" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bKe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bKf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bKg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bKh" = ( +/obj/machinery/door/window/westleft{ + name = "Operating Theatre"; + req_access_txt = "45" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bKi" = ( +/obj/machinery/disposal/bin{ + name = "Morgue Delivery Bin" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/red/full, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bKj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bKk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bKl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/plating, +/area/router) +"bKm" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/item/storage/box/bodybags, +/obj/structure/table, +/obj/structure/table, +/obj/item/bodybag, +/obj/item/pen/blue, +/obj/item/pen/red{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bKn" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/full, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bKo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/turf/open/floor/plating, +/area/quartermaster/miningoffice) +"bKp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bKq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bKr" = ( +/obj/item/stack/packageWrap, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router) +"bKs" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bKt" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bKu" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bKv" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bKw" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/library) +"bKx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bKy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/genetics) +"bKA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/medical/genetics) +"bKB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bKC" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/medical/genetics) +"bKD" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Mining Dock Ferry"; + req_access_txt = "48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bKE" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKG" = ( +/obj/machinery/computer/cargo/request{ + dir = 1 + }, +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = -8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/heads/hop) +"bKH" = ( +/obj/item/beacon, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bKI" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bKJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bKK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bKL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router) +"bKM" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"bKN" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bKO" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bKP" = ( +/obj/machinery/door/window/southright, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bKQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bKR" = ( +/obj/structure/bookcase/random/religion, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"bKS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Genetics Lab"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bKT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bKU" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bKV" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/paper_bin, +/obj/item/hand_labeler, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bKW" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/folder/white, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = 4 + }, +/obj/item/storage/pill_bottle/mutadone, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bKX" = ( +/obj/structure/table_frame, +/obj/item/t_scanner{ + pixel_x = -4 + }, +/obj/machinery/camera{ + c_tag = "Supply - Warehouse Fore"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bKY" = ( +/turf/closed/wall, +/area/medical/genetics) +"bKZ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bLa" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bLb" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/item/stack/ore/glass, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bLc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLd" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bLf" = ( +/obj/machinery/door/window/eastleft{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bLg" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLh" = ( +/obj/structure/bed, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -28 + }, +/obj/item/bedsheet/captain, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bLi" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bLj" = ( +/obj/machinery/door/window/westright{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bLk" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bLl" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bLn" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/item/caution, +/obj/item/shovel, +/obj/item/stack/tile/plasteel{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bLo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bLp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"bLq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Genetics Lab"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bLr" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bLs" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bLt" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bLu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bLv" = ( +/obj/machinery/light, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bLw" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bLx" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLy" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bLA" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/glass, +/obj/item/flashlight, +/obj/item/assembly/health, +/obj/item/assembly/voice, +/obj/item/assembly/timer, +/obj/item/assembly/infra, +/obj/item/assembly/igniter, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bLB" = ( +/obj/machinery/light, +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bLD" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/button/ignition/incinerator/toxmix{ + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_x = -24; + pixel_y = -2 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bLF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bLG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Aft"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bLH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLI" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"bLJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bLL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"bLN" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bLO" = ( +/obj/item/pipe{ + pixel_x = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/mob/living/simple_animal/bot/cleanbot{ + auto_patrol = 1; + icon_state = "cleanbot1"; + name = "Mopficcer Sweepsky" + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bLP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bLQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bLR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bLS" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bLT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bLU" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bLV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLW" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"bLX" = ( +/obj/item/kirbyplants{ + icon_state = "plant-02" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLY" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bLZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bMa" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMb" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMc" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMd" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMe" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMf" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMg" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bMi" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bMj" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"bMk" = ( +/turf/closed/wall, +/area/medical/virology) +"bMl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"bMm" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/item/clothing/under/misc/assistantformal{ + pixel_y = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"bMn" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Monkey Pen"; + req_one_access_txt = "9;39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMo" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bMq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Starboard Quarter Maintenance - Port"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bMr" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMs" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMt" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bMu" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/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/white, +/area/medical/virology) +"bMv" = ( +/turf/open/floor/grass, +/area/medical/virology) +"bMw" = ( +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/virology) +"bMx" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bMy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bMz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/router"; + dir = 4; + name = "Router APC"; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 19 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/router) +"bMA" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/router) +"bMC" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMD" = ( +/obj/structure/flora/tree/palm, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/grass, +/area/medical/virology) +"bME" = ( +/obj/structure/flora/tree/palm, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/grass, +/area/medical/virology) +"bMF" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/southright{ + name = "Cloning Access"; + req_one_access_txt = "9;45" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bMH" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/crowbar, +/obj/machinery/requests_console{ + department = "Mining"; + name = "Mining RC"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bMI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 15 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bMJ" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMK" = ( +/obj/structure/lattice, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bML" = ( +/obj/structure/flora/tree/palm, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/virology) +"bMM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"bMN" = ( +/obj/structure/closet/l3closet/virology, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMO" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMP" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bMR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/router) +"bMT" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMU" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bMV" = ( +/obj/machinery/light, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/virology) +"bMW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bMX" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bMY" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bMZ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNa" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNb" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNc" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/virologist, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNd" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bNe" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/door/window/northleft{ + name = "AI Upload Chamber"; + req_one_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bNf" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/router) +"bNg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNi" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/grass, +/area/medical/virology) +"bNj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNk" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bNl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"bNm" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/mass_driver{ + dir = 4; + id = "router_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router) +"bNo" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"bNp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bNq" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNr" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bedsheetbin, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"bNs" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bNu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/grass, +/area/medical/virology) +"bNv" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = 25 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"bNw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNx" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNy" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNA" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNC" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/machinery/light, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bND" = ( +/obj/machinery/computer/pandemic, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNE" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bNF" = ( +/turf/open/floor/plasteel/stairs, +/area/medical/medbay/central) +"bNG" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bNH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bNI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/departments/evac, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bNJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/exit) +"bNK" = ( +/obj/machinery/power/solar{ + id = "aftstarboard"; + name = "Aft-Starboard Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"bNL" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bNM" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"bNN" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/router/eva) +"bNO" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bNP" = ( +/obj/machinery/power/smes, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"bNQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bNR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bNS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bNT" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/fore) +"bNU" = ( +/obj/machinery/power/solar{ + id = "aftstarboard"; + name = "Aft-Starboard Solar Array" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"bNV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bNW" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hallway/secondary/exit) +"bNX" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/stairs/right, +/area/hallway/secondary/exit) +"bNY" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/left, +/area/hallway/secondary/exit) +"bNZ" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/secondary/exit) +"bOa" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bOc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bOd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bOe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external/glass{ + name = "Departures Shuttle Dock" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bOg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bOl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bOn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Bathroom Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/toilet/restrooms) +"bOo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/docking, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bOp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOq" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/solar/starboard/aft) +"bOr" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bOs" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bOt" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/gateway) +"bOu" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/prox_sensor{ + pixel_x = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8 + }, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science RC"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOv" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bOw" = ( +/obj/structure/lattice, +/obj/item/reagent_containers/food/drinks/bottle/grappa, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bOx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/science/research{ + name = "Research Sector" + }) +"bOy" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bOz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bOA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"bOB" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/router/eva) +"bOC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/router/eva) +"bOD" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 + }, +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOE" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/hand_labeler, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bOF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOI" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/pet/cat/space, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bOK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northright{ + name = "Secure Xenobiological Containment"; + req_one_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOL" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_x = 8; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"bOM" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bON" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOO" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"bOP" = ( +/obj/machinery/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/science/xenobiology) +"bOQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"bOR" = ( +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/card/id/captains_spare, +/obj/item/hand_tele, +/obj/item/disk/nuclear, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"bOS" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/obj/item/storage/photo_album/Captain, +/obj/item/camera{ + pixel_y = -6 + }, +/obj/item/stamp/captain, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"bOT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bOU" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bOV" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"bOW" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/engine, +/area/science/xenobiology) +"bOX" = ( +/obj/structure/table/reinforced, +/obj/item/electropack, +/obj/item/assembly/signaler, +/turf/open/floor/engine, +/area/science/xenobiology) +"bOY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/machinery/camera{ + c_tag = "Customs - Aft"; + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPAft"; + name = "HoP Aft Desk Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"bOZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPa" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPb" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPc" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPd" = ( +/obj/structure/table/reinforced, +/obj/item/book/random/triple, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPe" = ( +/obj/structure/table/reinforced, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPf" = ( +/obj/machinery/light, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPg" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"bPi" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPj" = ( +/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner, +/obj/machinery/light, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPk" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/under/misc/staffassistant, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/suit/apron/surgical, +/turf/open/floor/engine, +/area/science/xenobiology) +"bPl" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/item/book/manual/wiki/research_and_development, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bPm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPo" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bPp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/mineral/stacking_machine{ + input_dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bPr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bPs" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPt" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/bridge) +"bPu" = ( +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bPv" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/t_scanner{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/t_scanner{ + pixel_x = -4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bPw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bPy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bPz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bPA" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bPB" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPC" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Waste In" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPD" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Escape Hall - Fore"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPE" = ( +/obj/structure/table/glass, +/obj/item/clipboard, +/obj/item/storage/crayons, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPF" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/cigarettes, +/obj/item/lighter{ + pixel_x = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPG" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bPJ" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPK" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bPL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPM" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bPN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPO" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bPP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bPQ" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bPR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bPS" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bPT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bPU" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bPV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"bPW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/vehicle/ridden/atv, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bPX" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bPZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bQa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bQb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera/motion{ + c_tag = "AI Foyer"; + network = list("minisat"); + pixel_x = 22 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = 24; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"bQc" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bQd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bQe" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space/nearstation) +"bQf" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bQg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=sci"; + location = "market" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bQh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bQi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bQj" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bQk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bQl" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQm" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQo" = ( +/obj/structure/disposalpipe/junction/yjunction, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"bQp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"bQq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/table/wood, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/paper/guides/cogstation/letter_atmos, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bQr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bQs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bQt" = ( +/obj/machinery/conveyor/auto{ + dir = 5; + id = "router" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bQu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bQv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bQw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bQx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bQy" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQz" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQA" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bQB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/weldingtool, +/obj/item/wrench/medical, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQC" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQD" = ( +/obj/machinery/power/apc{ + name = "Tech Storage APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bQE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bQF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bQG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bQH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bQI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bQJ" = ( +/obj/machinery/disposal/bin, +/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/red{ + dir = 1 + }, +/obj/machinery/power/apc{ + name = "Medbay Treatment Center APC"; + pixel_y = -24 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bQK" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQL" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bQM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bQN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bQO" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bQP" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bQQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/science/robotics/lab) +"bQR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/evac{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bQS" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bQT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1447; + name = "Station Intercom (AI Private)"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bQU" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"bQV" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bQW" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"bQX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bQZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bRa" = ( +/obj/item/cigbutt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"bRb" = ( +/obj/machinery/door/window/southleft{ + name = "Captain's Equipment"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"bRc" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"bRd" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/storage"; + dir = 4; + name = "Canister Storage APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"bRe" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bRf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRh" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bRi" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bRj" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bRk" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bRl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/router) +"bRm" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bRn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bRo" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"bRp" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bRq" = ( +/obj/machinery/portable_atmospherics/scrubber/huge/movable, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bRr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bRs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRt" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/miningoffice"; + dir = 8; + name = "Mining Office APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bRu" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bRv" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space/basic, +/area/space/nearstation) +"bRw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bRx" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/cyborgrecharger, +/obj/item/disk/design_disk, +/obj/machinery/camera/motion{ + c_tag = "Computer Core"; + dir = 1; + network = list("minisat") + }, +/turf/open/floor/circuit/green, +/area/science/server{ + name = "Computer Core" + }) +"bRy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRz" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bRA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bRB" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bRE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bRF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bRG" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bRH" = ( +/obj/structure/chair/sofa/right, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 29 + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bRI" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/central) +"bRJ" = ( +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/assistant, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Waiting Room"; + network = list("ss13","rd") + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"bRK" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRL" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bRM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/left, +/area/science/research{ + name = "Research Sector" + }) +"bRN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/science/research{ + name = "Research Sector" + }) +"bRO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bRP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bRQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bRR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bRS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bRT" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin{ + name = "Lab Delivery" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bRU" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bRV" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/side{ + dir = 9 + }, +/area/science/robotics/lab) +"bRW" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bRX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bRY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bRZ" = ( +/obj/structure/bookcase/random/nonfiction, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"bSa" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/storage/belt/medolier, +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bSb" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bSc" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bSd" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/science/robotics/lab) +"bSe" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/science/robotics/lab) +"bSf" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/item/plant_analyzer, +/obj/item/aicard, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 29 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bSg" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bSh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bSi" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bSj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/obj/machinery/camera{ + c_tag = "Xenobiology - Kill Chamber"; + dir = 4 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bSk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/public/glass{ + name = "AI Access" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bSm" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSo" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bSv" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSw" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plating, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bSx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bSy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bSz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 11 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bSA" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"bSB" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bSC" = ( +/turf/closed/wall, +/area/science/lab) +"bSD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/router) +"bSE" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"bSF" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "router" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router) +"bSG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) +"bSH" = ( +/obj/structure/sign/departments/science, +/turf/closed/wall/r_wall, +/area/science/lab) +"bSI" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/router) +"bSJ" = ( +/obj/structure/closet/crate/science, +/obj/item/target, +/obj/item/target, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/circuit"; + dir = 1; + name = "Circuitry Lab APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bSK" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSL" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSM" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/cable_coil/red, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/item/folder/white, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSO" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/public/glass{ + name = "AI Access" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bSP" = ( +/obj/machinery/computer/rdconsole/core, +/turf/open/floor/plasteel, +/area/science/lab) +"bSQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSR" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bST" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"bSW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bSX" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_x = 28; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bSY" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser{ + pixel_x = 4 + }, +/obj/item/stock_parts/micro_laser{ + pixel_x = 4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = -6 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = -6 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bSZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTb" = ( +/turf/open/floor/plasteel, +/area/science/lab) +"bTc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/lab) +"bTd" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTg" = ( +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/science/robotics/mechbay"; + dir = 1; + name = "Mech Bay APC"; + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"bTh" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bTi" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark/side{ + dir = 5 + }, +/area/science/robotics/lab) +"bTj" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 4 + }, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTk" = ( +/obj/item/rack_parts, +/obj/structure/table_frame, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; + dir = 1; + name = "Warehouse APC"; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bTl" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTm" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTn" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTo" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/debugger, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTp" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bTq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/circuit) +"bTr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bTs" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/circuit) +"bTt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bTu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bTv" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTw" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bTx" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bTy" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bTz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bTA" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/medical/medbay/lobby) +"bTC" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bTD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bTE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bTF" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bTG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bTH" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"bTI" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"bTJ" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bTK" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos) +"bTL" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"bTM" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/camera{ + c_tag = "Research - Development Lab"; + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science RC"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bTN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/science/circuit) +"bTO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTP" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTQ" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTR" = ( +/turf/closed/wall/r_wall, +/area/science/circuit) +"bTS" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/radio/off{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bTT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bTU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "recycler" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bTV" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bTW" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"bTX" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bTY" = ( +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"bTZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/lattice, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"bUa" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics - Entrance" + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bUc" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bUd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bUe" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating/airless, +/area/router/aux) +"bUf" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bUg" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "router" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"bUh" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bUi" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bUj" = ( +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"bUk" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bUl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bUm" = ( +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bUn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bUo" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bUp" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/auto{ + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"bUq" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) +"bUr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) +"bUs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUt" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/hallway/primary/central) +"bUu" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/gateway) +"bUv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) +"bUw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bUx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bUy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bUz" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bUA" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"bUB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 1; + name = "Power Monitoring APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bUC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bUD" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUE" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/aft) +"bUF" = ( +/obj/machinery/doppler_array/research/science{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bUG" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bUH" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bUI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUJ" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bUK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster's Office"; + req_access_txt = "31;41" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bUL" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bUM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bUN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Primary Tool Storage"; + req_access_txt = "11" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bUO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/primary"; + dir = 1; + name = "Primary Tool Storage APC"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bUP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/quartermaster/sorting) +"bUQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "DeliveryDoor"; + name = "Cargo Delivery Door Control"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bUR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/mob/living/simple_animal/bot/firebot, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bUS" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/item/clothing/suit/space/eva, +/obj/item/clothing/head/helmet/space/eva, +/obj/item/paper/fluff/cogstation/letter_qm, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bUT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bUU" = ( +/obj/item/beacon, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bUV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"bUW" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/aft"; + dir = 1; + name = "Starboard Quarter Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bUX" = ( +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bUY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/item/grown/bananapeel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/router) +"bUZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/wirecutters, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bVa" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/router) +"bVb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"bVc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVd" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bVe" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"bVf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering - Power Monitoring"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"bVg" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bVh" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bVj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/auto{ + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bVk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bVm" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bVn" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bVo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bVp" = ( +/obj/machinery/computer/card/minor/rd{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"bVq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVt" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bVu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_x = 26 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/router) +"bVv" = ( +/obj/structure/sign/departments/xenobio{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVw" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bVx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bVy" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bVz" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/extinguisher{ + pixel_x = -4 + }, +/obj/item/crowbar/red{ + pixel_x = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bVA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/router) +"bVB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVC" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "AI SMES Access"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVD" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"bVE" = ( +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bVG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bVH" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/janitor) +"bVI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bVJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bVK" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"bVL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/noticeboard/rd{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bVM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bVN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"bVO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bVP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bVQ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bVR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bVS" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bVT" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bVU" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"bVV" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bVW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"bVX" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVY" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southright{ + name = "Primary Tool Storage Desk"; + req_access_txt = "11" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"bVZ" = ( +/obj/machinery/power/apc{ + name = "Cargo Bay APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bWa" = ( +/turf/closed/wall/r_wall, +/area/science/research{ + name = "Research Sector" + }) +"bWb" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWc" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWd" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/structure/sign/poster/official/wtf_is_co2{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"bWe" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/turf/open/floor/plasteel, +/area/bridge) +"bWf" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bWg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bWh" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bWi" = ( +/obj/structure/table/wood, +/obj/item/cartridge/lawyer{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/stamp/law, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bWj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bWk" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"bWl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Toxins Storage"; + req_access_txt = "7;8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/science/mixing) +"bWm" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "AI SMES Access"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bWn" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bWo" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWp" = ( +/obj/machinery/atmospherics/miner/n2o, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bWr" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Research Entrance"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWs" = ( +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWt" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bWu" = ( +/obj/machinery/vending/assist, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bWv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bWw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lawoffice) +"bWx" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWy" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWz" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWA" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWB" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWC" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWD" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Medbay" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bWE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bWF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bWG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"bWI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bWJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bWK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"bWL" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Hall - AI Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bWN" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"bWO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bWP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command{ + name = "Computer Core"; + req_access_txt = "30" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bWQ" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bWR" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/science/research{ + name = "Research Sector" + }) +"bWS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bWT" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWU" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWV" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWX" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bWY" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"bWZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/hallway/primary/aft) +"bXa" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/multitool{ + pixel_y = 4 + }, +/obj/item/book/manual/wiki/robotics_cyborgs, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bXb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bXc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"bXd" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"bXe" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/atmospherics/miner/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"bXf" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "EngiLockdown"; + name = "Engineering Emergency Lockdown"; + pixel_x = 24; + pixel_y = -6; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + name = "Privacy Shutters"; + pixel_x = 24; + pixel_y = 6 + }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"bXg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bXh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bXj" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXk" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bXl" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bXn" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bXo" = ( +/obj/structure/closet/l3closet/scientist, +/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/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/router) +"bXq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bXr" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Research Fore"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bXt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bXx" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light, +/obj/item/kirbyplants{ + icon_state = "plant-16" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXz" = ( +/obj/machinery/power/apc{ + name = "Medbay Lobby APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXB" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bXD" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bXE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bXF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/supply) +"bXG" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bXH" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hydroponics) +"bXI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"bXJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXK" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel, +/area/maintenance/aft) +"bXM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "router_off" + }, +/turf/open/floor/plating, +/area/router) +"bXN" = ( +/obj/machinery/smartfridge/organ/preloaded, +/turf/closed/wall, +/area/medical/morgue) +"bXO" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Fore"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bXP" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXQ" = ( +/obj/structure/closet/l3closet/scientist, +/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, +/area/science/research{ + name = "Research Sector" + }) +"bXR" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/miner/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"bXS" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/camera{ + c_tag = "Toxins Lab - Access"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bXT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bXU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research{ + name = "Research Sector" + }) +"bXV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bXX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bXY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bXZ" = ( +/obj/structure/table, +/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/item/paper_bin, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sci, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYa" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bYc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/research{ + name = "Research Sector" + }) +"bYd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"bYe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYf" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "router" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/router) +"bYg" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"bYh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYi" = ( +/obj/structure/table, +/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/machinery/recharger, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bYk" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYl" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/sorting/mail/flip{ + sortType = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bYm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYn" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/computer/mech_bay_power_console, +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"bYp" = ( +/turf/open/floor/plasteel/recharge_floor, +/area/science/robotics/mechbay) +"bYq" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"bYr" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYs" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Toxins Lab Access"; + req_access_txt = "7;8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bYt" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYu" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYv" = ( +/turf/closed/wall, +/area/science/robotics/mechbay) +"bYw" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bYy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bYz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bYA" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bYC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bYD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYE" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bYF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/recharge_station, +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"bYG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"bYH" = ( +/obj/structure/sign/poster/contraband/kss13{ + pixel_y = -32 + }, +/obj/structure/cable, +/obj/machinery/recharge_station, +/turf/open/floor/circuit/green, +/area/science/robotics/mechbay) +"bYI" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bYJ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/storage/belt/medical, +/obj/item/clothing/neck/stethoscope, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bYK" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"bYL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bYM" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bYN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bYO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bYQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bYR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/solar/starboard/aft) +"bYS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"bYT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bYU" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bYV" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bYW" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYX" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bYY" = ( +/turf/open/floor/circuit/green, +/area/science/server{ + name = "Computer Core" + }) +"bYZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/circuit/green, +/area/science/server{ + name = "Computer Core" + }) +"bZa" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/storage/box/disks, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"bZb" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "RDServer"; + layer = 3.6; + name = "RD Server Lockup Control"; + pixel_x = -24 + }, +/obj/item/circuitboard/machine/rdserver, +/obj/item/disk/tech_disk, +/turf/open/floor/circuit/green, +/area/science/server{ + name = "Computer Core" + }) +"bZc" = ( +/obj/machinery/computer/robotics{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment, +/turf/open/floor/circuit/green, +/area/science/server{ + name = "Computer Core" + }) +"bZd" = ( +/obj/effect/landmark/blobstart, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bZe" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"bZf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bZg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bZh" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/restrooms) +"bZi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"bZj" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bZk" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bZl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bZm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=upload"; + location = "med" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bZn" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door/window/eastright, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bZo" = ( +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bZp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bZq" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door/window/eastright, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"bZr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bZs" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"bZt" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bZu" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/extinguisher, +/obj/item/crowbar, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bZv" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/clothing/head/hardhat/red{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/air, +/obj/item/extinguisher, +/obj/item/crowbar, +/obj/machinery/camera{ + c_tag = "Fire Suppression Storage"; + pixel_x = 22 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bZw" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bZx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Fire Suppression Storage"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bZy" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bZz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Kill Room"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bZA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/library) +"bZB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bZC" = ( +/obj/machinery/computer/libraryconsole, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/library) +"bZD" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bZE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bZF" = ( +/turf/open/floor/wood, +/area/library) +"bZG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"bZH" = ( +/turf/closed/wall, +/area/library) +"bZI" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bZJ" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/photocopier, +/turf/open/floor/carpet, +/area/library) +"bZK" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"bZL" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bZM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"bZN" = ( +/obj/structure/closet/crate/freezer, +/obj/item/rack_parts, +/obj/item/rack_parts, +/obj/item/wrench, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"bZO" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"bZP" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"bZQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bZR" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bZS" = ( +/turf/closed/wall/r_wall, +/area/library) +"bZT" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/book/manual/ripley_build_and_repair{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/mmi/posibrain, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bZU" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/northright{ + name = "Library Desk Window"; + req_access_txt = "37" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"bZV" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/carpet, +/area/library) +"bZW" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bZX" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/libraryconsole/bookmanagement, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"bZY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bZZ" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"caa" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cab" = ( +/obj/structure/bookcase/random/adult{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"cac" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cad" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cae" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"caf" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cag" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cah" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cai" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cak" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cal" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/engine/atmos) +"cam" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"can" = ( +/obj/machinery/power/turbine{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cao" = ( +/obj/machinery/power/compressor{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cap" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/air_sensor/atmos/incinerator_tank{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/machinery/igniter/incinerator_atmos, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"caq" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"car" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cas" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"cat" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"cau" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cav" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"caw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/explab) +"cax" = ( +/turf/closed/wall, +/area/science/explab) +"cay" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"caz" = ( +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"caA" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/science/explab) +"caB" = ( +/obj/structure/closet/bombcloset, +/turf/open/floor/plasteel, +/area/science/explab) +"caC" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/extinguisher{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil/red, +/turf/open/floor/plasteel, +/area/science/explab) +"caD" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/disposal) +"caE" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"caF" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"caG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"caH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"caI" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science RC"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caJ" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engine/atmos) +"caK" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/miner/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"caL" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/miner/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"caM" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"caN" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"caO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/science/robotics/lab) +"caP" = ( +/obj/structure/chair/office/light, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/explab) +"caQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Medbay Lobby" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white/side, +/area/medical/medbay/lobby) +"caR" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-06" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"caS" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/air, +/area/engine/atmos) +"caT" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/science/explab) +"caU" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/closed/wall/r_wall, +/area/science/explab) +"caV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 1"; + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"caW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"caX" = ( +/turf/open/floor/engine, +/area/science/explab) +"caY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"caZ" = ( +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 2"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cba" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/science/explab) +"cbb" = ( +/turf/closed/wall/r_wall, +/area/science/storage) +"cbc" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/stack/sheet/metal/ten, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/screwdriver, +/obj/item/screwdriver, +/obj/item/multitool, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "Research - Circuitry Lab"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cbd" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/item/clothing/ears/earmuffs, +/obj/item/radio, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cbe" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/turf/open/floor/engine, +/area/science/explab) +"cbf" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cbg" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine, +/area/science/storage) +"cbh" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"cbi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"cbj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cbk" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/qm"; + dir = 8; + name = "Quartermaster's Office APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"cbl" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/turf/open/floor/engine, +/area/science/explab) +"cbm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"cbn" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/science/storage) +"cbo" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cbp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "capblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"cbq" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/pen, +/turf/open/floor/engine, +/area/science/explab) +"cbr" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cbs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cbt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/science/explab) +"cbu" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/science/storage) +"cbv" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cbw" = ( +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cbx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes, +/obj/item/pen/blue, +/turf/open/floor/engine, +/area/science/explab) +"cby" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbz" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex, +/obj/item/reagent_containers/dropper, +/obj/item/pen/red, +/turf/open/floor/engine, +/area/science/explab) +"cbA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"cbB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cbC" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/storage) +"cbD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cbE" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cbF" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cbG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cbH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"cbI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Airlock"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbJ" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/item/t_scanner, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/supermatter"; + dir = 4; + name = "Thermo-Electric Generator APC"; + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"cbK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sign/departments/chemistry{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cbL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbM" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cbN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbO" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cbP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"cbQ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat/slab/spider, +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"cbR" = ( +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"cbS" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cbT" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -2; + pixel_y = -27 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbU" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/obj/machinery/power/apc/highcap/ten_k{ + areastring = "/area/engine/atmos"; + name = "Atmospherics APC"; + pixel_y = -28 + }, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/science/server{ + name = "Computer Core" + }) +"cbW" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cbX" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/disk/tech_disk, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/circuit, +/area/bridge) +"cbY" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/science/server{ + name = "Computer Core" + }) +"cbZ" = ( +/obj/machinery/computer/slot_machine, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"cca" = ( +/obj/machinery/computer/slot_machine, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"ccb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/bar) +"ccc" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccd" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/science/robotics/lab) +"cce" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/science/circuit) +"ccf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cch" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"cci" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/mass_driver{ + id = "workshop_in"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router) +"ccj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Routing Depot"; + req_one_access_txt = "10;31" + }, +/turf/open/floor/plating, +/area/router) +"cck" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ccl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/maintenance/department/chapel) +"ccm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"ccn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "router" + }, +/turf/open/floor/plating, +/area/router) +"cco" = ( +/obj/machinery/conveyor/auto{ + id = "router" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"ccp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccq" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanomichi_ad{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"ccr" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 1; + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cct" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/science/robotics/mechbay) +"ccu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ccv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_one_access_txt = "10;24;48" + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ccw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ccy" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "router" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/router) +"ccz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"ccA" = ( +/obj/machinery/disposal/deliveryChute, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"ccB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/white, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ccC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ccD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ccE" = ( +/obj/machinery/mass_driver{ + id = "eng_in"; + name = "Router Driver" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/router) +"ccF" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/item/flashlight, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ccG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccH" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "disposal_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ccJ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "starboard_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ccL" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/rnd/bepis, +/turf/open/floor/engine, +/area/science/explab) +"ccM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ccN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ccO" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccP" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/router/aux) +"ccQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ccR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ccS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ccT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ccU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ccV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Quarter Maintenance"; + req_one_access_txt = "12;48" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"ccW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ccX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ccY" = ( +/obj/structure/cable, +/obj/effect/landmark/start/librarian, +/obj/machinery/power/apc{ + areastring = "/area/library"; + dir = 4; + name = "Library APC"; + pixel_x = 24 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"ccZ" = ( +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cda" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"cdb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/plating/airless, +/area/router/aux) +"cdc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"cdd" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"cde" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"cdf" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cdg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdh" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cdi" = ( +/obj/machinery/disposal/deliveryChute, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cdj" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/microwave, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdm" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/photocopier, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/paper/guides/cogstation/disposals, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cdo" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cdp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/obj/machinery/atmospherics/pipe/simple/violet/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cdq" = ( +/obj/machinery/mass_driver{ + id = "sq_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cdr" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cds" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdt" = ( +/turf/closed/wall/r_wall, +/area/router/eng) +"cdu" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdv" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdw" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdx" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cdy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall, +/area/engine/break_room) +"cdz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdA" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/sign/warning/enginesafety, +/turf/closed/wall, +/area/engine/break_room) +"cdC" = ( +/turf/closed/wall, +/area/engine/break_room) +"cdD" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science RC"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cdE" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/item/tape, +/obj/item/taperecorder{ + pixel_x = -4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"cdF" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cdG" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "engblock"; + name = "Engineering Router" + }, +/turf/open/floor/plating, +/area/router/eng) +"cdH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall, +/area/engine/break_room) +"cdI" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"cdJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdK" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdN" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer's Office"; + req_access_txt = "56" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cdO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "EngiLockdown"; + name = "Engineering Emergency Lockdown" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Aft Hall - Primary Tool Storage"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "EngiLockdown"; + name = "Engineering Emergency Lockdown" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cdS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/engine/break_room) +"cdT" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Asteroid Mining Access"; + req_access_txt = "10;24" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cdU" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + id = "eng" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "engblock"; + name = "Engineering Router" + }, +/turf/open/floor/plating, +/area/router/eng) +"cdV" = ( +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"cdW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"cdX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cdY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cdZ" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/lobby) +"cea" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"ceb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics3"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"cec" = ( +/obj/structure/table/glass, +/obj/item/paicard, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"ced" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cee" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cef" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"ceg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"ceh" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"cei" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cej" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cek" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"cel" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cem" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/door/window/eastright{ + name = "Medbay Desk"; + req_access_txt = "5" + }, +/obj/item/folder/white, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cen" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/bridge) +"ceo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/bridge) +"cep" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior - Starboard Bow"; + dir = 1; + network = list("tcomms"); + pixel_x = 22 + }, +/turf/open/space/basic, +/area/space) +"ceq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall/rust, +/area/engine/teg_hot) +"cer" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/mass_driver{ + dir = 1; + id = "eng_out"; + name = "Router Driver" + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating, +/area/router/eng) +"ces" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/conveyor/auto{ + id = "eng" + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plating, +/area/router/eng) +"cet" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"ceu" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"cev" = ( +/obj/machinery/vending/games, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"cew" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "service" + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating, +/area/router/eng) +"cex" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"cey" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Arcade" + }, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"cez" = ( +/obj/structure/table, +/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/red{ + dir = 1 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"ceA" = ( +/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/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"ceB" = ( +/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/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"ceC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/solars/port) +"ceD" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 13; + id = "ferry_home"; + name = "port bay 2"; + width = 5 + }, +/turf/open/space/basic, +/area/space) +"ceE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Ferry Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ceF" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + name = "Ferry Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ceG" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "trash"; + name = "Disposal Driver" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ceH" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id = "trash"; + name = "Disposal Bay Door" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ceI" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"ceJ" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Starboard Quarter Solar Control" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"ceK" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/router/eng) +"ceL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/table, +/obj/item/destTagger, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/massdriver{ + id = "eng_out"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/button/door{ + id = "engblock"; + name = "Router Access Control"; + pixel_x = -24; + pixel_y = 32; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceP" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/router/eng) +"ceQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "2-5" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ceR" = ( +/obj/machinery/door/poddoor{ + id = "TEGMixVent"; + name = "Mixing Chamber Vent" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"ceS" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"ceT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/computer/cargo/request{ + dir = 4 + }, +/obj/machinery/light/small, +/obj/machinery/requests_console{ + department = "Engineering Router"; + name = "Engineering Router RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceU" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 9 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceV" = ( +/turf/open/floor/plasteel, +/area/router/eng) +"ceW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/router/eng) +"ceX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/power/apc{ + name = "Engineering Router APC"; + pixel_y = -24 + }, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/router/eng) +"ceY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"ceZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Asteroid Mining Access"; + req_access_txt = "10;24" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cfa" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfb" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/photocopier, +/turf/open/floor/carpet/blue, +/area/medical/medbay/central) +"cfc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"cfd" = ( +/obj/structure/closet/crate/wooden, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cfe" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Bow Hall - Starboard"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cff" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfg" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/landmark/start/research_director, +/obj/machinery/camera{ + c_tag = "Research Director's Office - Port"; + network = list("ss13","rd") + }, +/obj/machinery/keycard_auth{ + pixel_x = -8; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cfh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfi" = ( +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfj" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfk" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfl" = ( +/turf/closed/wall, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfm" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cfn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cfo" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfp" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfq" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cfr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/airlock/external/glass{ + name = "Mixing Chamber Access"; + req_one_access_txt = "10;24" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cfs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cft" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Engineering - Mixing Chamber"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cfu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"cfv" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cfw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Construction Area"; + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cfx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cfy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"cfz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cfA" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfB" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfD" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) +"cfE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"cfF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cfG" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"cfH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/sparker{ + id = "TEGMixIgniter"; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/remains/human, +/turf/open/floor/engine/vacuum, +/area/engine/teg_hot) +"cfJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"cfK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cfL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Access"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cfM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cfO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cfP" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/library) +"cfR" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cfS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"cfT" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfV" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Airlock"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/window/plasma/reinforced/spawner/north, +/obj/structure/window/plasma/reinforced/spawner, +/obj/structure/lattice, +/turf/open/space/basic, +/area/engine/teg_hot) +"cfX" = ( +/obj/item/pipe, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cfY" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cfZ" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/stairs/right, +/area/science/research{ + name = "Research Sector" + }) +"cga" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cgb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external/glass{ + name = "Mixing Chamber Access"; + req_one_access_txt = "10;24" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cgc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cgd" = ( +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cge" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Airlock"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cgg" = ( +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgh" = ( +/obj/machinery/pipedispenser, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"cgi" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"cgj" = ( +/obj/machinery/conveyor/auto{ + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cgk" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/conveyor/auto{ + id = "cargo" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cgl" = ( +/obj/machinery/button/door{ + id = "TEGMixVent"; + name = "Mixing Chamber Vent"; + pixel_y = 24; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "atmos mix to burn" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cgo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/machinery/button/ignition{ + id = "TEGMixIgniter"; + name = "Mix Igniter"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cgr" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cgs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cgt" = ( +/obj/structure/rack, +/obj/item/caution, +/obj/item/caution, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cgu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgx" = ( +/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgy" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/rust, +/area/maintenance/solars/starboard/aft) +"cgz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgA" = ( +/obj/machinery/pipedispenser/disposal, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"cgB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgC" = ( +/obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/hallway/primary/central) +"cgD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/teg_hot) +"cgE" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cgF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"cgG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"cgH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgL" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/dark, +/area/science/server{ + name = "Computer Core" + }) +"cgM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cgN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/science/server{ + name = "Computer Core" + }) +"cgQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgS" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cgU" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "manual mix to burn" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cgV" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cgW" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/delta; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"cgX" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cgY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cgZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cha" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"chb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"chc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"chd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"che" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"chf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"chg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"chh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/tcommsat/computer) +"chi" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"chj" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"chk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"chl" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"chm" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall/r_wall/rust, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"chn" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal/incinerator"; + dir = 8; + name = "Incinerator APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cho" = ( +/turf/closed/wall/r_wall/rust, +/area/maintenance/department/eva) +"chp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chq" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"chr" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"chs" = ( +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cht" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"chu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"chv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"chw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"chx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chy" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"chz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"chA" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"chB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"chC" = ( +/turf/closed/wall/r_wall/rust, +/area/space/nearstation) +"chD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"chE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_cold) +"chF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/structure/table, +/obj/item/analyzer, +/obj/item/pipe_dispenser, +/obj/item/wrench, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"chG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"chH" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall/rust, +/area/maintenance/fore) +"chI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"chJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"chK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/teg_cold) +"chL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chM" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"chO" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"chP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"chQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"chR" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/mixing"; + dir = 1; + name = "Toxins Lab APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/engine, +/area/science/storage) +"chS" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"chT" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/turf/open/floor/engine, +/area/science/storage) +"chU" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"chV" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"chW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"chX" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"chY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/hypospraykit/fire, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"chZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cia" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cib" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cic" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cid" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/item/analyzer, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cie" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_cold) +"cif" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cig" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cih" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cii" = ( +/obj/machinery/disposal/deliveryChute, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cij" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/westleft{ + name = "Science Desk"; + req_one_access_txt = "29;47" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"cik" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/mass_driver{ + dir = 8; + id = "router_in"; + name = "Router Driver" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cil" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cim" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cin" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cio" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/closed/wall, +/area/science/robotics/mechbay) +"cip" = ( +/obj/machinery/mass_driver{ + id = "cargo_in"; + name = "Router Driver" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciq" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cir" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"cis" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cit" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ciu" = ( +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"civ" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ciw" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cix" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ciy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ciz" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/item/reagent_containers/food/drinks/trophy, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ciA" = ( +/obj/effect/turf_decal/tile/brown, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ciB" = ( +/obj/structure/frame/computer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/maintenance/port/fore) +"ciC" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel/white, +/area/gateway) +"ciD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"ciE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ciF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ciG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "disposal_off" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 6 + }, +/obj/machinery/meter, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"ciI" = ( +/turf/closed/wall/r_wall/rust, +/area/quartermaster/warehouse) +"ciJ" = ( +/turf/closed/wall/rust, +/area/quartermaster/warehouse) +"ciK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"ciL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"ciM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_y = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "kitchenlock"; + name = "Kitchen Lockup" + }, +/obj/machinery/door/window/northleft{ + name = "Kitchen Slider"; + req_access_txt = "28" + }, +/obj/machinery/door/window/southleft{ + name = "Bar Slider"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/kitchen) +"ciO" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "disposal_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciP" = ( +/obj/effect/turf_decal/delivery, +/obj/item/weldingtool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ciQ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"ciR" = ( +/obj/machinery/door/firedoor, +/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/red{ + dir = 1 + }, +/obj/machinery/door/airlock/security{ + name = "Cargo Security Checkpoint"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"ciS" = ( +/obj/machinery/conveyor/auto{ + dir = 9; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/radiation, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"ciU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"ciV" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciW" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 11 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ciX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"ciY" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/teg_hot"; + dir = 8; + name = "Hot Loop APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"ciZ" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cja" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cjb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cjc" = ( +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/obj/machinery/door/poddoor{ + name = "Disposal Router" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cjd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cje" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cjf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Cargo Detainment Cell"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cjg" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cjh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cji" = ( +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "disposal" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cjj" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"cjk" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel/checker, +/area/crew_quarters/theatre/mime) +"cjl" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/item/toy/figure/mime, +/turf/open/floor/plasteel/checker, +/area/crew_quarters/theatre/mime) +"cjm" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"cjn" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen/backroom) +"cjo" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cjp" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/theatre/mime) +"cjq" = ( +/turf/closed/wall/rust, +/area/maintenance/port/central) +"cjr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/server{ + name = "Computer Core" + }) +"cjs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cjt" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/office"; + dir = 1; + name = "Cargo Office APC"; + pixel_y = 24 + }, +/obj/structure/sign/poster/contraband/scum{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cju" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/item/clothing/ears/earmuffs, +/obj/item/extinguisher{ + pixel_x = -12; + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Engineering - Hot Loop"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cjv" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"cjw" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/wood, +/area/library) +"cjx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"cjy" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/port/central) +"cjz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cjA" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cjB" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cjC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/clothing/mask/cigarette, +/obj/structure/sign/poster/official/twelve_gauge{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cjD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/maintenance/department/eva) +"cjE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = 32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cjF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = 32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cjG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"cjH" = ( +/obj/structure/lattice, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cjI" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cjJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "E.V.A. Storage"; + req_access_txt = "18" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"cjK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_cold) +"cjL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"cjM" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/toolbox/mechanical, +/obj/item/radio/off, +/obj/item/multitool{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"cjN" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Visitation Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"cjO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cjP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cjQ" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"cjR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Security's Office"; + req_one_access_txt = "58" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hos) +"cjS" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cjT" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cjU" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"cjV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Engineering Sector" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cjW" = ( +/obj/structure/bed, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/item/bedsheet/hos, +/obj/effect/landmark/start/head_of_security, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -32; + pixel_x = -5 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"cjX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 9 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/engine/teg_cold) +"cjY" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/keycard_auth{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cjZ" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"cka" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ckb" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/science/robotics/lab) +"ckc" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft/secondary"; + dir = 8; + name = "Aft Air Hookup APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"ckd" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cke" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/wood, +/area/library) +"ckf" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"ckg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/storage/eva) +"ckh" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cki" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ckj" = ( +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"ckk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Research Maintenance"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"ckl" = ( +/turf/open/space/basic, +/area/space/station_ruins) +"ckm" = ( +/turf/closed/wall/r_wall, +/area/engine/teg_cold) +"ckn" = ( +/obj/machinery/door/airlock/external/glass{ + name = "External Solar Access"; + req_access_txt = "10;13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cko" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/engine/engineering"; + dir = 4; + name = "Engine Room APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"ckp" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/chemist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"ckq" = ( +/obj/structure/closet/crate/hydroponics, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"ckr" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cks" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"ckt" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cku" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"ckv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Warehouse"; + req_one_access_txt = "10;31" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"ckw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"ckx" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cky" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"ckz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/table, +/obj/item/pipe_dispenser, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"ckA" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"ckB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/crate/engineering, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/item/rcl/pre_loaded, +/obj/item/rcl/pre_loaded, +/obj/item/stack/cable_coil/red, +/obj/item/stack/cable_coil/red, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/camera{ + c_tag = "Engineering - Cold Loop"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"ckC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "gas to cold loop" + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"ckD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/sign/warning/fire{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"ckE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"ckF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/teg_cold"; + dir = 4; + name = "Cold Loop APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"ckG" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ckH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"ckI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"ckJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/teg_hot) +"ckK" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/clothing/under/rank/cargo/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ckL" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/clothing/under/rank/cargo/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ckM" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/item/clothing/under/rank/cargo/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ckN" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"ckO" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ckP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/lab) +"ckS" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ckT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckU" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ckX" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ckY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/checker, +/area/ai_monitored/storage/eva) +"ckZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"cla" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"clb" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"clc" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cld" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cle" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/misc_lab"; + dir = 1; + name = "Research Observatory APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"clf" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 3"; + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"clg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"clh" = ( +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cli" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"clj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"clk" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cll" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"clm" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cln" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"clo" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"clp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"clq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"clr" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"cls" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"clt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"clu" = ( +/obj/machinery/door/window/northleft{ + name = "Library Desk Door"; + req_access_txt = "37" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"clv" = ( +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"clw" = ( +/obj/effect/landmark/start/librarian, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"clx" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cly" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"clz" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"clA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"clB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"clC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"clD" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clE" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clF" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clG" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"clI" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clJ" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clK" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clL" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clM" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clN" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"clO" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"clP" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clQ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clR" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clS" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clT" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clU" = ( +/obj/structure/table, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"clV" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Supply - Security Post"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"clW" = ( +/turf/closed/wall/rust, +/area/storage/tech) +"clX" = ( +/turf/closed/wall/rust, +/area/maintenance/starboard/aft) +"clY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/firecloset, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"clZ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Escape Hall - Port"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cma" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Escape Hall - Starboard"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cmb" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Supply - Mining Dock"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cmc" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Starboard Quarter Solar Maintenance"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cmd" = ( +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cme" = ( +/obj/structure/bed, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cmf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cmg" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cmh" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"cmi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmj" = ( +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cml" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"cmm" = ( +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cmn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cmo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"cmp" = ( +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmr" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cms" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmt" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cmu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cmv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cmw" = ( +/obj/machinery/camera{ + c_tag = "Engineering - Gravity Generator"; + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/gravity_generator) +"cmx" = ( +/obj/machinery/light, +/turf/open/floor/engine, +/area/engine/gravity_generator) +"cmy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Quarter Maintenance"; + req_one_access_txt = "12;48" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"cmz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Quarter Maintenance"; + req_one_access_txt = "12;48" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"cmA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar Backroom"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"cmB" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northright{ + name = "Emergency Shower" + }, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"cmC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"cmD" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/deliveryChute, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cmE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cmF" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"cmG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cmH" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "cargoblock"; + name = "Cargo Router" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cmI" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/off{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cmJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Mining Dock"; + req_one_access_txt = "10;24;48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cmK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cmL" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/aft) +"cmM" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/item/radio/intercom{ + frequency = 1359; + name = "Station Intercom (Security)"; + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/lawoffice) +"cmO" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Engineering" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cmP" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"cmQ" = ( +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 4"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cmR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cmS" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cmT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/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/red{ + dir = 1 + }, +/obj/item/folder/red, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/door/window/northright{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cmU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cmV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cmW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Cargo"; + name = "Cargo RC"; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Supply - Quartermaster's Office"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"cmX" = ( +/obj/machinery/light/small, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"cmY" = ( +/obj/machinery/door/airlock/engineering{ + name = "Hot Loop"; + req_one_access_txt = "10;24" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cmZ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cna" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/components/unary/cryo_cell{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cnb" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line, +/obj/item/storage/box/beakers{ + pixel_x = -4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cnc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cnd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cne" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cnf" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cng" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"cnh" = ( +/obj/machinery/door/airlock/engineering{ + name = "Cold Loop"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cni" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnj" = ( +/obj/machinery/camera{ + c_tag = "Research - Observatory"; + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cnk" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cnl" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1; + pixel_x = 5 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cnm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/gateway) +"cnn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cno" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cnp" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"cnq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/port/central) +"cnr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cns" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cnt" = ( +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "disposal" + }, +/obj/machinery/door/poddoor{ + name = "Disposal Router" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cnu" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/gateway) +"cnv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/structure/frame/computer, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cnw" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cnx" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cny" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cnz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/structure/sign/departments/chemistry{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cnA" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cnB" = ( +/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/red{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cnC" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/engine, +/area/science/explab) +"cnD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"cnE" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 22; + id = "emergency_home"; + name = "CogStation Escape Dock"; + width = 29 + }, +/turf/open/space/basic, +/area/space) +"cnF" = ( +/obj/structure/disposalpipe/segment, +/obj/item/reagent_containers/food/drinks/bottle/kahlua/empty, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/port/fore) +"cnG" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Shuttle Maintenance Access" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cnH" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Departures Shuttle Dock" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cnI" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/space/nearstation) +"cnJ" = ( +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cnK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cnL" = ( +/obj/structure/closet/crate/science, +/obj/item/stack/sheet/metal/ten, +/obj/item/stack/sheet/glass/five, +/obj/item/stack/rods/twentyfive, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/item/target, +/obj/item/target/clown, +/turf/open/floor/plasteel, +/area/science/mixing) +"cnM" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "pb_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cnN" = ( +/obj/structure/bookcase/random/fiction, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/library) +"cnO" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/storage) +"cnP" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/library) +"cnQ" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/camera{ + c_tag = "Supply - Warehouse Exterior"; + dir = 1 + }, +/turf/open/space/basic, +/area/quartermaster/warehouse) +"cnR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cnS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = /area/maintenance/solars/starboard/aft; + dir = 1; + name = "Starboard Quarter Solars APC"; + pixel_y = 26 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cnT" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"cnU" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"cnV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/turf/open/floor/engine, +/area/science/storage) +"cnW" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/library) +"cnX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cnY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cnZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/holopad, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"coa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cob" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"coc" = ( +/obj/machinery/camera{ + c_tag = "Medbay - Reception"; + dir = 4 + }, +/turf/open/floor/plasteel/stairs, +/area/medical/medbay/central) +"cod" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/medical/medbay/lobby) +"coe" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cof" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cog" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"coh" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/storage_shared{ + name = "Electrical Substation" + }) +"coi" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cok" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"col" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"com" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"con" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/storage/primary) +"coo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/storage/primary) +"cop" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "CEPrivacy"; + name = "CE Privacy Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"coq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Departures" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cor" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Departures" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cos" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Workshop"; + req_access_txt = "11" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cot" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cou" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cov" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/turf/closed/wall, +/area/medical/medbay/central) +"cow" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Asteroid Mining Access"; + req_one_access_txt = "10;48" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cox" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"coy" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"coz" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coA" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Aft Maintenance - Starboard Quarter"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"coB" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Aft Hallway - MedSci Port"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coC" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/camera{ + c_tag = "Aft Maintenance - Starboard Bow"; + pixel_x = 22 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"coD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coE" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Aft Hall - MedSci Starboard"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coF" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera{ + c_tag = "Aft Hall - Workshop"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coG" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research - Experimentation Lab"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/engine, +/area/science/explab) +"coH" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"coI" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/gateway) +"coJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Virology Access"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/medical/virology) +"coK" = ( +/obj/machinery/camera{ + c_tag = "Medbay - Monkey Pen"; + dir = 4 + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/virology) +"coL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=cargo"; + location = "eng2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"coN" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"coO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Central Hall"; + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/central) +"coP" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/machinery/camera{ + c_tag = "Central Plaza - Port"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"coQ" = ( +/obj/machinery/camera{ + c_tag = "Central Docking Bay" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"coR" = ( +/obj/machinery/camera{ + c_tag = "Ferry Docking Bay"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"coS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Ferry Docking Bay - Starboard"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"coT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"coU" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Front Desk"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"coV" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera{ + c_tag = "Medbay Entrance"; + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"coW" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/camera{ + c_tag = "Technical Storage"; + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"coX" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Operating Theatre"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"coY" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/machinery/camera{ + c_tag = "Medbay - Cryogenics"; + dir = 1 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"coZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cpa" = ( +/obj/structure/closet/crate/radiation, +/obj/item/storage/firstaid/radbgone, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpb" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/medical/virology) +"cpc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cpd" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"cpe" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/engine, +/area/science/explab) +"cpf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cpg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cph" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"cpi" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"cpj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cpk" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpl" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cpm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/photocopier, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + name = "Cargo RC"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Supply - Delivery Office Aft"; + network = list("ss13","rd") + }, +/obj/item/paper/guides/cogstation/disposals, +/obj/item/paper/fluff/cogstation/mulebot, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cpn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cpo" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpp" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + id = "cargo" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id = "cargoblock"; + name = "Cargo Router" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cpq" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/crew_quarters/abandoned_gambling_den{ + name = "Arcade" + }) +"cpr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cps" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"cpt" = ( +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"cpu" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/library) +"cpv" = ( +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cpw" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"cpx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"cpy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cpz" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"cpA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpB" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"cpC" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space/station_ruins) +"cpD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/engine, +/area/science/storage) +"cpE" = ( +/obj/structure/fans/tiny, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cpF" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/eva) +"cpH" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -24 + }, +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = -32 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -40 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cpI" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"cpJ" = ( +/turf/closed/wall/r_wall/rust, +/area/quartermaster/office) +"cpK" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cpL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cpM" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + light_color = "#e8eaff" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cpN" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/item/cartridge/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"cpO" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/item/cartridge/atmos, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"cpP" = ( +/obj/machinery/camera{ + c_tag = "Research - Gateway Atrium"; + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"cpQ" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/stripes/line{ + dir = 6; + layer = 2.03 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"cpR" = ( +/obj/structure/closet/crate/engineering/electrical, +/obj/item/electronics/apc, +/obj/item/electronics/apc, +/obj/item/electronics/airalarm, +/obj/item/electronics/airalarm, +/obj/item/electronics/firelock, +/obj/item/electronics/firelock, +/obj/item/electronics/firealarm, +/obj/item/electronics/firealarm, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpS" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpT" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpV" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cpW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cpX" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_hot) +"cpZ" = ( +/obj/structure/table, +/obj/item/tank/internals/air, +/obj/item/clothing/mask/gas, +/turf/open/floor/plasteel/dark, +/area/engine/teg_hot) +"cqa" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqb" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cqc" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqd" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/mob/living/simple_animal/hostile/retaliate/goose{ + check_friendly_fire = 1; + desc = "It may not be as wise as an owl, but the Head of Security's pet is far more dangerous."; + faction = list("neutral","silicon","turret","station"); + name = "Officer Snooty" + }, +/turf/open/floor/plasteel, +/area/security/main) +"cqe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=eng1"; + location = "sci" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cqf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cqg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cqh" = ( +/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/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cqi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"cqj" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cqk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=med"; + location = "cargo" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cql" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=eng2"; + location = "evac" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cqm" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/item/storage/box/disks_nanite, +/obj/item/book/manual/wiki/research_and_development{ + pixel_x = 4; + pixel_y = -8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cqn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqo" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Warehouse"; + req_one_access_txt = "10;24" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqr" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/central"; + name = "Central Starboard Maintenance APC"; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"cqs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/paper/guides/jobs/engi/solars, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Engineering Foyer - Port"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqt" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/noticeboard/qm{ + dir = 4; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cqu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cqA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqB" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/absinthe, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cqC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqE" = ( +/obj/machinery/conveyor_switch{ + id = "EngiCargoConveyer" + }, +/obj/machinery/button/door{ + id = "EngiDeliverDoor"; + name = "Engineering Delivery Door Control"; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqF" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cqG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqH" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"cqI" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/atmospheric_technician, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqK" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/sign/plaques/atmos{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqN" = ( +/turf/closed/wall/rust, +/area/maintenance/department/security) +"cqO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cqP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cqQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cqR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cqS" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science RC"; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cqT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cqU" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cqV" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"cqW" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cqX" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Shuttle"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"cqY" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cqZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cra" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Auxiliary Tool Storage" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"crb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/turf/open/floor/plating, +/area/engine/teg_cold) +"crc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"crd" = ( +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_y = 32 + }, +/obj/machinery/button/massdriver{ + id = "cargo_out"; + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cre" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Asteroid Mining Access"; + req_one_access_txt = "10;48" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"crf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"crg" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"crh" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "cargo_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cri" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"crj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"crk" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"crl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"crm" = ( +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "EngiCargoConveyer" + }, +/obj/machinery/door/poddoor{ + id = "EngiDeliverDoor"; + name = "Engineering Delivery Door" + }, +/turf/open/floor/plating, +/area/engine/teg_cold) +"crn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem1"; + name = "chem lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/medical/chemistry) +"cro" = ( +/turf/closed/wall/r_wall/rust, +/area/maintenance/starboard/aft) +"crp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"crq" = ( +/obj/structure/closet/crate/freezer, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/morgue"; + dir = 4; + name = "Morgue APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"crr" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Hall - Fore"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"crs" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/turf/open/floor/engine, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"crt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cru" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"crv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"crw" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"crx" = ( +/obj/machinery/camera{ + c_tag = "Engine Room - Port Quarter"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cry" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10; + pixel_x = -5 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Robotics - Surgery"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"crz" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite"; + dir = 1; + network = list("tcomms") + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"crA" = ( +/obj/machinery/aug_manipulator, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"crB" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior - Port"; + dir = 8; + network = list("tcomms") + }, +/turf/open/space/basic, +/area/space/nearstation) +"crC" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior Starboard"; + dir = 4; + network = list("tcomms") + }, +/turf/open/space/basic, +/area/space/nearstation) +"crD" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Server Room"; + dir = 1; + network = list("tcomms") + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"crE" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior - Port Quarter"; + network = list("tcomms") + }, +/turf/open/space/basic, +/area/space) +"crF" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Satellite Exterior - Starboard Quarter"; + network = list("tcomms"); + pixel_x = 22 + }, +/turf/open/space/basic, +/area/space) +"crG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"crH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"crI" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/mixing) +"crJ" = ( +/obj/structure/window/reinforced, +/obj/machinery/mass_driver{ + dir = 8; + id = "toxinsdriver" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"crK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"crL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/science/test_area) +"crM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"crN" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"crO" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"crP" = ( +/obj/structure/lattice, +/turf/closed/wall, +/area/hallway/secondary/entry) +"crQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"crR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"crS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"crT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"crU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/crowbar, +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"crV" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"crW" = ( +/obj/machinery/computer/rdconsole/robotics{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"crX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"crY" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"crZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/aft) +"csa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/sign/warning/pods{ + pixel_x = -32; + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"csb" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"csc" = ( +/obj/structure/fans/tiny/invisible, +/obj/docking_port/stationary{ + dir = 2; + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/turf/open/space/basic, +/area/space) +"csd" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cse" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/item/pen/fountain, +/obj/item/stamp/ce, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 5; + name = "Chief Engineer's RC"; + pixel_y = -32 + }, +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"csf" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's RC"; + pixel_y = -32; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"csg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"csh" = ( +/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/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"csi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "chem1"; + name = "chem lab shutters" + }, +/turf/open/floor/plating, +/area/medical/chemistry) +"csj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"csk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"csl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"csm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"csn" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/security/main) +"cso" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"csp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_x = 28 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"csq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Cold Loop"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"csr" = ( +/obj/structure/table, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel, +/area/bridge) +"css" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"cst" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/teg_cold) +"csu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/gateway) +"csv" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/item/storage/toolbox/mechanical, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/paper/guides/cogstation/letter_supp, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"csw" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"csx" = ( +/obj/structure/closet/secure_closet/RD, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/paper/fluff/cogstation/letter_rd, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"csy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/xmastree, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/chapel/main) +"csz" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"csA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Visitation" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"csB" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"csC" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating/asteroid, +/area/hydroponics/garden{ + name = "Nature Preserve" + }) +"csD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/bridge) +"csE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hop) +"csF" = ( +/obj/structure/bed, +/obj/effect/landmark/start/research_director, +/obj/item/bedsheet/rd, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"csG" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/lawoffice) +"csH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/library) +"csI" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch{ + pixel_x = 4; + pixel_y = -24 + }, +/obj/item/flashlight/lamp/green, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -6; + pixel_y = -32 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"csJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"csK" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/door/window/northright{ + name = "Medbay Desk"; + req_access_txt = "5" + }, +/obj/item/clipboard, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/item/paper/guides/cogstation/letter_med, +/obj/item/clothing/glasses/hud/health, +/obj/item/pen, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"csL" = ( +/obj/effect/landmark/xmastree/rdrod, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"csM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"csN" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"csO" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"csP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"csQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"csR" = ( +/turf/open/floor/engine, +/area/science/storage) +"csS" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"csT" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/circuit) +"csU" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/storage/tech) +"csV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/button/door{ + id = "robotics"; + name = "Shutters Control Button"; + pixel_y = 8; + req_access_txt = "29"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/science/robotics/lab) +"csW" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"csX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"csY" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"csZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cta" = ( +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"ctb" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine, +/area/science/explab) +"ctc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ctd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cte" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cth" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cti" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctj" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/mixing) +"ctk" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ctl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel, +/area/engine/workshop) +"ctm" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/sorting/mail/flip{ + sortType = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctn" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/obj/item/paper/guides/cogstation/letter_chief, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cto" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/full, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctq" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/quartermaster/office) +"cts" = ( +/obj/structure/rack, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"ctt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ctu" = ( +/obj/structure/table, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Supply - Cargo Office"; + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/storage/box/disks, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ctv" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ctw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"ctx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cty" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"ctz" = ( +/obj/structure/table, +/obj/item/stamp/qm, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/coin/silver{ + pixel_x = -12 + }, +/obj/item/key{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"ctA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_one_access_txt = "31;48" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ctB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ctC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"ctD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/medical/virology) +"ctE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/modular_computer/console/preset/engineering, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plasteel, +/area/engine/workshop) +"ctF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/medical/virology) +"ctG" = ( +/turf/closed/wall, +/area/engine/workshop) +"ctH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ctI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/engine, +/area/science/explab) +"ctJ" = ( +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/engine/workshop) +"ctK" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"ctL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 5"; + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ctM" = ( +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Pen 6"; + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ctN" = ( +/obj/machinery/light/small{ + dir = 4; + light_color = "#d8b1b1" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ctO" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ctP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ctQ" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"ctR" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ctS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ctT" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#c1caff" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Aft"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ctU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ctV" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/hallway/secondary/exit"; + name = "Escape Shuttle Hallway APC"; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"ctW" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ctX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/engine/workshop) +"ctY" = ( +/obj/structure/sign/departments/xenobio{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"ctZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cua" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cub" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cuc" = ( +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen"; + req_access_txt = "39" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cud" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology - Aft Access"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cue" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access_txt = "8;55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cuf" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cug" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cuh" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cui" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cuj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cuk" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cul" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cum" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/healthanalyzer{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/healthanalyzer{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cun" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/meat/steak, +/obj/machinery/camera{ + c_tag = "Xenobiology - Test Chamber"; + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cuo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"cup" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cuq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cur" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cus" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cut" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 7; + height = 9; + id = "whiteship_home"; + name = "SS13: Merchant Dock"; + width = 13 + }, +/turf/open/space/basic, +/area/space) +"cuu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuv" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cuw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cux" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cuy" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cuz" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cuA" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cuB" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cuC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cuD" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cuE" = ( +/obj/structure/lattice, +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cuF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cuH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/screwdriver, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/screwdriver, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/workshop"; + dir = 1; + name = "Engineering Workshop APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall, +/area/engine/workshop) +"cuO" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/primary) +"cuP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cuQ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"cuR" = ( +/turf/closed/wall, +/area/router/air) +"cuS" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/mass_driver{ + dir = 1; + id = "workshop_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cuT" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/conveyor{ + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cuU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/poster/official/build{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuV" = ( +/turf/open/floor/plasteel, +/area/engine/workshop) +"cuW" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cuX" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cuY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cuZ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/science/robotics/lab) +"cva" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cvb" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cvc" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cvd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cve" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cvf" = ( +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cvg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cvh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/computer/rdconsole/production{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cvi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/workshop) +"cvj" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/obj/machinery/conveyor{ + id = "DeliveryConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cvk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 1; + id = "DeliveryConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cvl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/router/air) +"cvm" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Airbridge Router APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cvn" = ( +/obj/structure/table, +/obj/item/destTagger, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/router/air) +"cvo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cvp" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/computer/cargo/request, +/obj/machinery/camera{ + c_tag = "Airbridge Router"; + pixel_x = 22 + }, +/obj/machinery/requests_console{ + department = "Airbridge Router"; + name = "Airbridge Router RC"; + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cvq" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor{ + dir = 1; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cvr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/workshop) +"cvs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/medical/virology) +"cvt" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 10 + }, +/area/science/robotics/lab) +"cvu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cvv" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Genetics"; + name = "Genetics RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cvw" = ( +/obj/structure/closet, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/item/wrench/medical, +/obj/item/screwdriver, +/obj/item/stock_parts/cell/high/plus, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cvx" = ( +/obj/structure/table, +/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/red{ + dir = 1 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/hypospray/mkii/tricord, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cvy" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cvz" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cvA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cvB" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/machinery/porta_turret/ai{ + dir = 1; + req_access = list(16) + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cvC" = ( +/obj/machinery/computer/nanite_cloud_controller, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plasteel/dark, +/area/science/server{ + name = "Computer Core" + }) +"cvD" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/rnd/server, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cvE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id = "RDServer"; + name = "RD Server Lockup" + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cvF" = ( +/obj/item/caution, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cvG" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Lab Access"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cvH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Toxins Mixing Lab"; + req_access_txt = "7;8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cvI" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/computer/telecomms/server{ + dir = 1; + network = "tcommsat" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cvJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"cvK" = ( +/obj/structure/chair/sofa/right, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"cvL" = ( +/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/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cvM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/gateway) +"cvN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cvO" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cvP" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cvQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side, +/area/science/robotics/lab) +"cvR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + sortType = 23 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cvS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cvT" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall, +/area/medical/medbay/central) +"cvU" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cvV" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cvW" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cvX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access_txt = "8;55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cvY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Lab Access"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cvZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/clipboard, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stamp, +/obj/machinery/door/window/southright{ + name = "Customs Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPAft"; + name = "HoP Aft Desk Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"cwa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/flashlight/lamp, +/obj/structure/window/reinforced/spawner, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "HoPAft"; + name = "HoP Aft Desk Shutters" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"cwb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"cwc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/button/door{ + id = "cargoblock"; + name = "Router Access Control"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cwd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cwe" = ( +/obj/structure/closet/secure_closet/exile, +/turf/open/floor/plasteel/white, +/area/gateway) +"cwf" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cwg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cwh" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) +"cwk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/lounge) +"cwl" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/book/manual/wiki/infections, +/obj/item/folder/white, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology RC"; + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwm" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwo" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/microwave, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) +"cwq" = ( +/obj/machinery/door/airlock/engineering{ + name = "Hot Loop"; + req_one_access_txt = "10;24" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cwr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cws" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cwt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"cwu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cwv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/warning/vacuum/external, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cww" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cwx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/full, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cwy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cwz" = ( +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/open/space/basic, +/area/space) +"cwA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cwB" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"cwC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cwD" = ( +/obj/structure/transit_tube/diagonal/topleft, +/turf/open/space/basic, +/area/space) +"cwE" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cwF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cwG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cwH" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall, +/area/crew_quarters/toilet/restrooms) +"cwI" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/space/basic, +/area/space) +"cwJ" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/horizontal, +/turf/open/space/basic, +/area/space/nearstation) +"cwK" = ( +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space/basic, +/area/space) +"cwL" = ( +/obj/structure/transit_tube/horizontal, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cwM" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/transit_tube/station/reverse/flipped, +/obj/structure/transit_tube_pod{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cwN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"cwO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cwP" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/item/bedsheet/ce, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/chief"; + dir = 4; + name = "Chief Engineer's Office APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cwQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"cwR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cwS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Warehouse"; + req_access_txt = "11" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cwT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) +"cwU" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/mineral/titanium/blue, +/area/hallway/primary/central) +"cwV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cwW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cwX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cwY" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/air_sensor/atmos/toxins_mixing_tank, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"cwZ" = ( +/obj/structure/table, +/obj/item/storage/box/beanbag, +/obj/item/gun/ballistic/revolver/doublebarrel, +/obj/item/storage/hypospraykit/toxin, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/bar) +"cxa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cxb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cxc" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cxd" = ( +/obj/machinery/computer/monitor, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cxe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cxg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cxh" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cxi" = ( +/obj/structure/rack, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Engineering - Primary Tool Storage"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cxj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/reagent_dispensers/foamtank, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cxk" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cxl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/storage/primary) +"cxm" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cxn" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/item/t_scanner{ + pixel_x = -4 + }, +/obj/item/pipe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/quartermaster/warehouse) +"cxo" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small, +/obj/machinery/camera{ + c_tag = "Supply - Warehouse Aft"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxs" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cxt" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cxu" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"cxv" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Warehouse"; + req_one_access_txt = "10;31" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cxy" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/quartermaster/storage) +"cxz" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Cargo Office" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxE" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxI" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxN" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxO" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxR" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxT" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/paper/guides/cogstation/letter_supp, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxU" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cxV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cxW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Starboard Quarter Maintenance"; + req_one_access_txt = "12;48" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/quartermaster/office) +"cxX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cxY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cxZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/button/door{ + id = "MiningConveyorBlastDoor"; + name = "Mining Conveyor Access"; + pixel_x = 8; + pixel_y = -24; + req_one_access_txt = "10;24;48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cya" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cyb" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cyc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/door/airlock/external/glass{ + name = "Mining Dock"; + req_one_access_txt = "10;24;48" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cyd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cye" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cyf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cyg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cyh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Mining Office Maintenance"; + req_one_access_txt = "10;24;48" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/miningoffice) +"cyi" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cyj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cyk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cyl" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cym" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cyn" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cyo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Aft Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"cyp" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cyq" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Restrooms APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"cyr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cys" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cyt" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/lab"; + dir = 8; + name = "Robotics Lab APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cyu" = ( +/obj/structure/closet/wardrobe/chemistry_white{ + anchored = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cyv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cyw" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"cyx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cyy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Medbay Lobby" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white/side, +/area/medical/medbay/lobby) +"cyz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cyA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cyB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/sign/poster/official/medical_green_cross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Departures" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cyE" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cyF" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"cyG" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"cyH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyI" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"cyK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cyL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyM" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cyN" = ( +/obj/machinery/chem_dispenser/apothecary, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"cyO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyR" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyS" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyU" = ( +/obj/machinery/camera{ + c_tag = "Aft Maintenance - Central Starboard"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cyV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"cyW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cyX" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cyY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"cyZ" = ( +/obj/machinery/computer/arcade, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"cza" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"czb" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/paicard, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"czc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/exit) +"czd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cze" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czf" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/gateway) +"czg" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/mob/living/simple_animal/hostile/retaliate/bat, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"czh" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"czi" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/landmark/start/chief_medical_officer, +/obj/item/bedsheet/cmo, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"czj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"czk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"czl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Aft Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"czm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czq" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/drinks/coffee, +/obj/item/pen/blue, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czr" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czt" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"czu" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"czv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"czw" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"czz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/gateway) +"czA" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 8 + }, +/obj/item/reagent_containers/food/drinks/coffee, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"czB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"czC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"czE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"czF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"czG" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czH" = ( +/obj/machinery/button/door{ + id = "robotics2"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"czI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czJ" = ( +/obj/item/beacon, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"czK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"czL" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"czM" = ( +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + name = "Chemistry RC"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"czN" = ( +/obj/structure/closet/crate/trashcart, +/obj/structure/sign/departments/custodian{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/chapel) +"czO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Waste Disposal"; + req_one_access_txt = "12;50" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"czP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"czQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"czR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/chapel) +"czS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"czT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"czU" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/janitor) +"czV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"czW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"czX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/rust, +/area/maintenance/disposal) +"czY" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/janitor) +"czZ" = ( +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAa" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/structure/chair/sofa/right, +/obj/item/reagent_containers/food/drinks/bottle/vermouth/empty, +/obj/item/reagent_containers/food/snacks/grown/cannabis{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAb" = ( +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/structure/chair/sofa/left, +/obj/item/storage/box/hug/medical, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAc" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/central) +"cAd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cAe" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAg" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAh" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Custodial Closet"; + req_access_txt = "12;26" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/reagent_containers/pill/floorpill, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/stack/tile/plasteel{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/camera, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cAn" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cAo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cAp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cAq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal) +"cAs" = ( +/obj/structure/mopbucket, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"cAt" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/southleft{ + name = "Cloning Access"; + req_one_access_txt = "9;45" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cAu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cAv" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/medical/medbay/central) +"cAw" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/soap, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/machinery/requests_console{ + department = "Custodial Closet"; + name = "Custodial RC"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAx" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cAy" = ( +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cAz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cAA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/closed/wall, +/area/storage/primary) +"cAB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cAD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation Room A"; + req_access_txt = "39" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAE" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/item/caution, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cAG" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAH" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cAJ" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible/booze, +/obj/item/beacon{ + pixel_y = -8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"cAK" = ( +/obj/machinery/computer/med_data, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cAL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/detectives_office) +"cAM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cAO" = ( +/obj/effect/landmark/start/detective, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cAP" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes, +/obj/item/lighter{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 1 + }, +/obj/item/reagent_containers/food/drinks/bottle/hcider{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cAQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"cAR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"cAS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/gateway) +"cAT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"cAU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cAV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cAW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cAX" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cAY" = ( +/obj/machinery/door/airlock{ + name = "Catering"; + req_one_access_txt = "25;28" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"cAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cBa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cBb" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"cBc" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cBe" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBg" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBh" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cBl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Monitoring"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes{ + name = "Power Monitoring" + }) +"cBm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/rnd/production/techfab/department/engineering, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cBn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBp" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cBq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBr" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"cBs" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"cBt" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cBu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBv" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Central Maintenance"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"cBx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBz" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"cBA" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Aft Hall - Fore"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cBB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cBC" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft/secondary{ + name = "Aft Air Hookup" + }) +"cBD" = ( +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cBE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/central) +"cBG" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cBH" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBI" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBJ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/power/apc{ + name = "Engineering Foyer APC"; + pixel_y = -24 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cBK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBL" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cBM" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBN" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBO" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBP" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBQ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBR" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBS" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"cBT" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cBU" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/crew_quarters/bar) +"cBV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"cBW" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"cBX" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"cBY" = ( +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/carpet/green, +/area/crew_quarters/bar) +"cBZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cCa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCb" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/sign/departments/security{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cCc" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical{ + name = "Medical Booth" + }) +"cCe" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cCf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Central Maintenance - Fore"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/central) +"cCg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cCi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen"; + req_access_txt = "39" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cCl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/medical/virology) +"cCm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCn" = ( +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/port/fore) +"cCo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cCp" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/port/fore) +"cCq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/hallway/primary/central) +"cCr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cCs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"cCt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Chapel Confessions"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 23 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"cCu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) +"cCv" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cCw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) +"cCx" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCy" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/caution, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation Room B"; + req_access_txt = "39" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cCA" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"cCB" = ( +/obj/machinery/light, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/office) +"cCC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"cCD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cCE" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/janitor) +"cCF" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "recycler"; + name = "Recycler Conveyor Control" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"cCG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cCH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cCI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cCJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"cCK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass{ + name = "Library Access" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/library) +"cCL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cCM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=bridge1"; + location = "router" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cCN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/central) +"cCO" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/hand_labeler, +/obj/item/reagent_containers/glass/bottle/formaldehyde, +/obj/item/paper/guides/jobs/medical/morgue, +/obj/item/paper/guides/cogstation/cdn_med{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cCP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cCQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cCR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cCS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cCT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"cCU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cCV" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plating, +/area/maintenance/department/security) +"cCW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"cCX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/crew_quarters/heads/hos) +"cCY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cCZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDa" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDb" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/science, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cDc" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/structure/bedsheetbin, +/obj/item/clothing/glasses/hud/health, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cDd" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cDe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cDf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/medical/virology) +"cDg" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + id = "DeliveryConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cDh" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/item/paper/guides/cogstation/letter_cmo, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cDi" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/closet/crate/solarpanel_small, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"cDj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cDk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/primary/port/fore) +"cDl" = ( +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cDm" = ( +/obj/structure/plasticflaps, +/obj/structure/disposalpipe/segment, +/obj/machinery/conveyor{ + dir = 1; + id = "DeliveryConveyer" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cDn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/router/air) +"cDo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/router/air) +"cDp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"cDq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"cDr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"cDs" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/item/kirbyplants{ + icon_state = "applebush" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"cDt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/captain) +"cDu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"cDv" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cDw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"cDx" = ( +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 6; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet/blue, +/area/crew_quarters/heads/captain) +"cDy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"cDz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"cDA" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 30 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cDB" = ( +/obj/item/storage/secure/safe{ + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/dresser, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"cDC" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/captain) +"cDD" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/supply"; + dir = 4; + name = "Cargo Security Checkpoint APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cDE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cDF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cDG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cDH" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"cDI" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/gateway) +"cDJ" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cDK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/gateway) +"cDL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Apothecary"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cDM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"cDN" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/gateway) +"cDO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDR" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cDS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cDT" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/stack/cable_coil/red, +/obj/item/stack/cable_coil/red{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/gateway) +"cDU" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cDV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command{ + name = "Gateway Atrium"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"cDW" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cDX" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cDY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/crew_quarters/heads/hor) +"cDZ" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cEa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cEb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hor) +"cEc" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEe" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEj" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEk" = ( +/obj/machinery/door/firedoor, +/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/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Research Sector"; + req_one_access_txt = "29;47" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEl" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEm" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEn" = ( +/obj/machinery/door/firedoor, +/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/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + name = "Research Sector"; + req_one_access_txt = "29;47" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEo" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEr" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEt" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + name = "Research Sector"; + req_one_access_txt = "29;47" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"cEx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"cEz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEA" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"cEC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"cED" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"cEE" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft"; + dir = 8; + name = "Aft Maintenance APC"; + pixel_x = -26 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cEF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEG" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cEJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"cEL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"cEM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cEO" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cEP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/science/robotics/lab) +"cEQ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cER" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Locker Room"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cES" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cET" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEU" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Locker Room"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cEZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFd" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFe" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFg" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cFh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFi" = ( +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFk" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFl" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFm" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFn" = ( +/obj/structure/closet/l3closet, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFp" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFs" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/item/paper/guides/cogstation/letter_med, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Medbay - Port"; + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 8; + name = "Medbay APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFv" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/door/window/westright{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFz" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/healthanalyzer, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cFA" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 5 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cFB" = ( +/obj/machinery/vending/snack/teal, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"cFD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFF" = ( +/obj/effect/landmark/start/paramedic, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Break Room"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFK" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/carpet/blue, +/area/medical/medbay/central) +"cFL" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFN" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/cafeteria, +/area/medical/medbay/central) +"cFO" = ( +/obj/structure/closet/crate/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFP" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/item/reagent_containers/pill/patch/styptic, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/medical/medbay/central) +"cFQ" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/carpet/blue, +/area/medical/medbay/central) +"cFR" = ( +/obj/structure/closet/crate/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cFT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cFU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cFV" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cFW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"cFX" = ( +/obj/machinery/chem_heater, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"cFY" = ( +/turf/open/floor/plasteel, +/area/router/air) +"cFZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/machinery/button/massdriver{ + id = "airbridge_out"; + pixel_x = -8; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cGa" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cGb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "MedSci Router"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGc" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGd" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay Locker Room"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGe" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/obj/item/reagent_containers/blood/OMinus{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = 6 + }, +/obj/item/storage/box/masks{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGf" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/conveyor{ + dir = 4; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cGg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/conveyor{ + dir = 4; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cGh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/mass_driver{ + dir = 4; + id = "airbridge_in"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/air) +"cGi" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGk" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGm" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/science/research{ + name = "Research Sector" + }) +"cGp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGr" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/research/glass{ + name = "Xenobiology Lab Access"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGu" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/research{ + name = "Research Sector" + }) +"cGv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Xenobiology Lab"; + req_access_txt = "8;55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cGy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cGA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cGF" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/engine, +/area/science/storage) +"cGG" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/storage"; + dir = 4; + name = "Toxins Storage APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/science/storage) +"cGH" = ( +/obj/machinery/camera{ + c_tag = "Toxins Lab - Storage"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/engine, +/area/science/storage) +"cGI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"cGJ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/storage) +"cGK" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/science/storage) +"cGL" = ( +/obj/structure/table, +/obj/item/extinguisher, +/obj/item/storage/toolbox/mechanical, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/science/storage) +"cGM" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/engine, +/area/science/storage) +"cGN" = ( +/obj/structure/closet/l3closet, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cGP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/storage) +"cGQ" = ( +/obj/machinery/door/airlock/research{ + name = "Plasma Canister Storage"; + req_access_txt = "7;8" + }, +/turf/open/floor/engine, +/area/science/storage) +"cGR" = ( +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGT" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Common)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "5;6" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cGV" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/science/storage) +"cGW" = ( +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/storage) +"cGX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGY" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cGZ" = ( +/turf/open/floor/plating/airless, +/area/science/storage) +"cHa" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab - Plasma Storage"; + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/science/storage) +"cHb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHf" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/item/stack/cable_coil/red, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHg" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cHj" = ( +/obj/structure/table, +/obj/item/storage/hypospraykit/toxin{ + pixel_x = -5 + }, +/obj/item/storage/hypospraykit/fire{ + pixel_x = 5 + }, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/glasses/sunglasses, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cHk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cHl" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cHm" = ( +/obj/machinery/atmospherics/components/binary/pump, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cHn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"cHo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHq" = ( +/obj/structure/closet/firecloset, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHt" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/light{ + dir = 4; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHu" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Research - Experimentation Hall"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHy" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHA" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/explab"; + dir = 4; + name = "Experimentation Lab APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/explab) +"cHE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHG" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHI" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/explab) +"cHJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/explab) +"cHK" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cHL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cHM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cHN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cHO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cHP" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cHQ" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cHR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access_txt = "9;45" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cHS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Genetics Lab"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cHT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/rust, +/area/medical/morgue) +"cHU" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cHV" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cHW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/turf/open/floor/plasteel, +/area/medical/chemistry) +"cHX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cHY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cHZ" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + name = "Airbridge Router" + }, +/turf/open/floor/plating, +/area/router/air) +"cIa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cIb" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/storage/firstaid/radbgone, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cId" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cIe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cIf" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cIg" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIh" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cIi" = ( +/obj/structure/window/reinforced/spawner, +/obj/machinery/conveyor{ + dir = 4; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cIj" = ( +/obj/structure/chair, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIk" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIm" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/geneticist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIn" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cIo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Genetics Lab Maintenance"; + req_access_txt = "9" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"cIp" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cIq" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/conveyor{ + dir = 1; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cIr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -28; + pixel_y = -4 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cIs" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cIt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cIu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cIv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Aft Hall"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIA" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cID" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + light_color = "#cee5d2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cII" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIJ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIK" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Engineering Sector" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIQ" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIU" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=evac"; + location = "eng1" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cIZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJe" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cJf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"cJg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cJh" = ( +/obj/structure/table, +/obj/structure/bedsheetbin/towel, +/obj/machinery/camera{ + c_tag = "Aft Restrooms"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"cJi" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 1; + locked = 0; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cJj" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cJk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cJl" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Engine Room - Starboard Quarter"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJm" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cJn" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Airlock"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cJo" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cJp" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external/glass{ + name = "External Construction Access"; + req_one_access_txt = "10;31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cJr" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 5 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cJs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cJt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/power/apc{ + name = "AI Upload Foyer APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cJu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cJv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Router"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ + dir = 1 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cJy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cJz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "DeliveryConveyor" + }, +/turf/open/floor/plating, +/area/quartermaster/warehouse) +"cJA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJC" = ( +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cJD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cJE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cJF" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/closed/wall/r_wall, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/table, +/obj/machinery/light/small, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/engine/gravity_generator"; + dir = 4; + name = "Gravity Generator APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"cJH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cJI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"cJJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJN" = ( +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/engine/supermatter{ + name = "Thermo-Electric Generator" + }) +"cJP" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"cJR" = ( +/obj/machinery/door/airlock/engineering{ + name = "Canister Storage"; + req_one_access_txt = "10;24" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cJS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cJT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cJU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cJV" = ( +/obj/structure/plasticflaps, +/obj/machinery/door/poddoor{ + id = "DeliveryDoor"; + name = "Delivery Door" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor{ + dir = 8; + id = "DeliveryConveyor" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cJW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJX" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJY" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"cJZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cKa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cKb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cKc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Canister Storage"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/storage{ + name = "Canister Storage" + }) +"cKd" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "DeliveryConveyor" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"cKe" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/public/glass{ + name = "Airbridge Router" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cKf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cKg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/engivend, +/turf/open/floor/plasteel, +/area/storage/primary) +"cKh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cKi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/door/airlock/medical{ + name = "Apothecary"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/medbay/central) +"cKj" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/paper/guides/cogstation/letter_cmo, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cKk" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cKl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/lobby) +"cKm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs, +/area/medical/medbay/central) +"cKn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cKo" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cKp" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cKq" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cKr" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cKs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cKt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cKu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cKv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cKw" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"cKx" = ( +/obj/structure/grille, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/xenobiology) +"cKy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"cKz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cKA" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cKB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cKC" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/landmark/start/chief_medical_officer, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cKD" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cKE" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"cKF" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cKG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/wardrobe/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cKH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cKI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"cKJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"cKK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"cKL" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cKM" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cKN" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/signaler{ + pixel_x = -4 + }, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"cKO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cKP" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/structure/sign/departments/custodian{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cKQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"cKR" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cKS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cKT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cKU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cKV" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cKW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cKX" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cKY" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cKZ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) +"cLa" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space/basic, +/area/space/nearstation) +"cLb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cLc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cLd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLe" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"cLf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"cLg" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/obj/structure/extinguisher_cabinet{ + pixel_y = 29 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLh" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLj" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/engine/atmos) +"cLk" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 0; + name = "CO2 Outlet Pump" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/engine/atmos) +"cLl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cLn" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/under/misc/overalls, +/turf/open/floor/plasteel, +/area/storage/primary) +"cLo" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLq" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/storage/primary) +"cLs" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLt" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cLu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cLv" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cLw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cLx" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cLy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cLz" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/under/misc/overalls, +/turf/open/floor/plasteel, +/area/storage/primary) +"cLA" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Virology - Starboard"; + dir = 8; + pixel_y = -22 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/virology"; + dir = 4; + name = "Virology Lab APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLB" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/router/air) +"cLC" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/camera{ + c_tag = "Virology - Port"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLE" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/router/air) +"cLF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLG" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLH" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLI" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLJ" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/wirecutters, +/turf/open/floor/plasteel, +/area/router/air) +"cLK" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/conveyor{ + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cLL" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLN" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLO" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/conveyor{ + dir = 8; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cLP" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/item/storage/box/syringes, +/obj/item/hand_labeler, +/obj/item/radio/headset/headset_med, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1485; + listening = 0; + name = "Station Intercom (Medical)"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cLQ" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + dir = 8; + id = "airbridge_off" + }, +/obj/machinery/door/poddoor{ + name = "Airbridge Router" + }, +/turf/open/floor/plating, +/area/router/air) +"cLR" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/mass_driver{ + dir = 8; + id = "workshop_in"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cLS" = ( +/obj/machinery/light, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/medical/virology) +"cLT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"cLU" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1; + frequency = 1441; + id = "inc_in" + }, +/turf/open/floor/plating/airless, +/area/medical/virology) +"cLV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLW" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#c1caff" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cLX" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cLY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cLZ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cMa" = ( +/obj/machinery/light/small{ + dir = 1; + light_color = "#ffc1c1" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cMb" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cMc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMd" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "N2 to Airmix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMe" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"cMg" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMh" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMi" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cMk" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMm" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMn" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cMq" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMr" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMs" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMt" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cMu" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cMv" = ( +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = -40; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMw" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMy" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Nitrogen Outlet" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMz" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Atmospherics - Starboard Aft"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMA" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMB" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 to Airmix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cME" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cMF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Air to Pure" + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cMG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cMH" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cMI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cMJ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cMK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"cML" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cMM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cMN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cMO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cMP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cMQ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cMR" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cMS" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space/basic, +/area/space/nearstation) +"cMT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cMU" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 8; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cMV" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "workshop_off" + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cMW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cMX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/multitool{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/multitool{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/multitool, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cMY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Engineering - Workshop"; + dir = 1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cMZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/chair, +/obj/effect/landmark/start/station_engineer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/chair, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/stack/cable_coil/red, +/obj/item/stack/cable_coil/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/closet/crate/engineering, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNe" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + name = "Station Intercom (Common)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNf" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/public/glass{ + name = "Airbridge Router" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cNi" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cNj" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cNk" = ( +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/router/air) +"cNl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/router/air) +"cNm" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cNn" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "airbridge_off" + }, +/turf/open/floor/plating, +/area/router/air) +"cNo" = ( +/turf/closed/wall/rust, +/area/engine/workshop) +"cNp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + name = "Workshop Desk"; + req_access_txt = "11" + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southright{ + name = "Workshop Desk"; + req_access_txt = "11" + }, +/obj/item/folder/yellow, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/workshop) +"cNs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/workshop) +"cNt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/engine/workshop) +"cNu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Workshop"; + req_access_txt = "11" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/workshop) +"cNv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/closed/wall, +/area/engine/workshop) +"cNw" = ( +/turf/closed/wall/r_wall, +/area/router/air) +"cNx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cNy" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/miningdock/airless) +"cNz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningdock/airless) +"cNA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"cNB" = ( +/turf/open/floor/plating, +/area/quartermaster/miningdock/airless) +"cNC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cND" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/miningoffice) +"cNE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNF" = ( +/obj/item/shovel, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNI" = ( +/turf/open/floor/plating/airless, +/area/router/aux) +"cNJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay - Starboard"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cNK" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/engine/teg_hot) +"cNL" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/engine/teg_cold) +"cNM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/circuitboard/machine, +/obj/item/circuitboard/machine, +/obj/item/circuitboard/machine, +/obj/item/circuitboard/machine, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNN" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/frame/computer{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock/airless) +"cNQ" = ( +/obj/structure/sign/warning{ + name = "\improper KEEP CLEAR: HIGH SPEED DELIVERIES" + }, +/turf/closed/wall/r_wall, +/area/router/aux) +"cNR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNS" = ( +/obj/machinery/power/apc{ + name = "Mining Dock APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNU" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/plasteel/fifty, +/turf/open/floor/plating, +/area/quartermaster/miningdock/airless) +"cNV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cNW" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "Supply - Mining Exterior"; + dir = 4 + }, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cNX" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cNY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external/glass{ + name = "Refinery"; + req_access_txt = "48" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cNZ" = ( +/obj/machinery/door/airlock/external/glass{ + name = "Refinery"; + req_access_txt = "48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock/airless) +"cOa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cOb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOc" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "Supply - Refinery Exterior"; + pixel_x = 22 + }, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOd" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/medical/medbay/lobby) +"cOe" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cOf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOh" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOi" = ( +/obj/machinery/conveyor_switch{ + id = "MiningConveyer" + }, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOj" = ( +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOk" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOl" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/miningdock/airless/no_grav) +"cOm" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "MiningConveyer" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/quartermaster/miningdock/airless/no_grav) +"cOn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOo" = ( +/obj/structure/table, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOp" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cOr" = ( +/obj/machinery/light/small, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOs" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOt" = ( +/obj/structure/closet/crate, +/obj/item/stack/rods/fifty, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOu" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOv" = ( +/obj/item/storage/toolbox/emergency, +/obj/structure/table, +/turf/open/floor/plating/airless, +/area/quartermaster/miningdock/airless/no_grav) +"cOw" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cOx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/router/medsci"; + dir = 1; + name = "MedSci Router APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/router/medsci) +"cOy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/router/medsci) +"cOz" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/router/medsci) +"cOA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOD" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft) +"cOE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/router/medsci) +"cOH" = ( +/obj/machinery/computer/cargo/request{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOI" = ( +/turf/closed/wall/r_wall, +/area/router/medsci) +"cOJ" = ( +/obj/machinery/conveyor{ + id = "medsci_off" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOK" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/item/destTagger, +/obj/machinery/light, +/obj/machinery/button/massdriver{ + id = "medsci_out"; + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/requests_console{ + department = "MedSci Router"; + name = "MedSci Router RC"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOL" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "medsci_off" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOM" = ( +/turf/closed/wall/r_wall, +/area/janitor/aux) +"cON" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Auxiliary Custodial Closet"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plating, +/area/janitor/aux) +"cOO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/janitor/aux) +"cOP" = ( +/obj/machinery/mass_driver{ + id = "medsci_out"; + name = "Router Driver" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOQ" = ( +/obj/structure/reagent_dispensers/watertank, +/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/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/janitor/aux"; + dir = 1; + name = "Auxiliary Custodial Closet APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOS" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/storage/box/lights/mixed, +/obj/item/light/tube, +/obj/item/radio/off, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOT" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + name = "MedSci Router" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOU" = ( +/obj/structure/plasticflaps, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + name = "MedSci Router" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "medsci_off" + }, +/turf/open/floor/plating, +/area/router/medsci) +"cOV" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/item/storage/box/mousetraps, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOW" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOX" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cOY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/janitor/aux) +"cOZ" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Custodial Closet - Auxiliary"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cPa" = ( +/obj/structure/mopbucket, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cPb" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor/aux) +"cPc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cPd" = ( +/obj/machinery/conveyor{ + id = "sq_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPe" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "sq_out"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPf" = ( +/obj/machinery/conveyor/auto, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPg" = ( +/obj/machinery/mass_driver{ + dir = 1; + id = "medsci_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPh" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "sq_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPi" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "viro_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPj" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "viro_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPk" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "viro_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPl" = ( +/obj/machinery/mass_driver{ + dir = 8; + id = "viro_in"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPm" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "sq_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPn" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "sq_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPo" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "viro_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPp" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "viro_out"; + name = "Router Driver" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPq" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "sq_off" + }, +/turf/open/floor/plating/airless, +/area/router/aux) +"cPr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hydroponics/lobby) +"cPs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"cPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/customs) +"cPu" = ( +/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cPv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"cPw" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/mechbay) +"cPx" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cPy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cPz" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cPA" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cPB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/transit_tube/crossing/horizontal, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"cPC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cPD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cPE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cPF" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/space/basic, +/area/space/nearstation) +"cPG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/turretid{ + control_area = "/area/science/server"; + icon_state = "control_stun"; + name = "Computer Core turret control"; + pixel_x = -3; + pixel_y = -23; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/server{ + name = "Computer Core" + }) +"cPH" = ( +/obj/machinery/conveyor_switch{ + id = "EngiCargoConveyer" + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/sorting"; + dir = 8; + name = "Delivery Office APC"; + pixel_x = -26 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"cPI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Foyer"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cPJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Engineering Foyer"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cPK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Access"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cPL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Access"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cPM" = ( +/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/red{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + name = "Security RC"; + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"cPN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cPO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cPP" = ( +/obj/effect/landmark/start/paramedic, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cPQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics"; + dir = 8; + name = "Genetics Lab APC"; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cPR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cPS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "CMO's Office"; + req_access_txt = "40" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"cPT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"cPU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cPV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cPW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cPX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cPY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cPZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQb" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQc" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQd" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQe" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQg" = ( +/obj/machinery/door/window/westright{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQh" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQj" = ( +/obj/machinery/door/window/eastleft{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQl" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQm" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQq" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQr" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/button/door{ + id = "xenobio4"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQs" = ( +/obj/machinery/door/window/westright{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQu" = ( +/obj/machinery/door/window/eastleft{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio4"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQv" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQw" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + light_color = "#e8eaff" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQx" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQy" = ( +/obj/machinery/door/window/westright{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio5"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQz" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQB" = ( +/obj/machinery/door/window/eastleft{ + name = "Containment Pen"; + req_one_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQC" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/button/door{ + id = "xenobio5"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"cQH" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQI" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cQJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQM" = ( +/obj/machinery/door/window/southright{ + name = "Secure Xenobiological Containment"; + req_one_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cQN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"cQQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"cQT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"cQU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"cQV" = ( +/obj/item/kirbyplants{ + icon_state = "plant-02" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/camera{ + c_tag = "Bridge - Port Quarter"; + dir = 1 + }, +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQX" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQY" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cQZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cRa" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "MiningConveyer" + }, +/obj/machinery/door/poddoor{ + id = "MiningConveyorBlastDoor"; + name = "Asteroid Mining Load Door" + }, +/turf/open/floor/plating/airless, +/area/quartermaster/miningoffice) +"cRb" = ( +/obj/machinery/computer/cloning, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/obj/item/paper/guides/jobs/medical/cloning{ + pixel_x = -4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"cRc" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/door/airlock/research{ + name = "Aft Observatory"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cRd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/door/airlock/research{ + name = "Aft Observatory"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab{ + name = "Research Observatory" + }) +"cRe" = ( +/obj/machinery/computer/upload/ai{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai) +"cRf" = ( +/obj/structure/window/reinforced/spawner/north, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/flasher{ + id = "ID"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cRg" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cRh" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cRi" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side, +/area/science/robotics/lab) +"cRj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 6 + }, +/area/science/robotics/lab) +"cRk" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_y = 3; + pixel_x = 4 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/machinery/button/door{ + id = "robotics3"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cRl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cRm" = ( +/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/red{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/red/full, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/obj/machinery/disposal/bin{ + name = "Corpse Disposal Unit" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cRn" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cRo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cRp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cRq" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cRr" = ( +/obj/machinery/droneDispenser, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/stripes/line{ + dir = 5; + layer = 2.03 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"cRs" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"cRt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"cRu" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/mixing) +"cRv" = ( +/mob/living/simple_animal/opossum{ + desc = "Wubba lubba dub dub."; + name = "Rick" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/medical/morgue) +"cRw" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/item/paper/guides/cogstation/letter_med{ + pixel_y = 4 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plasteel/white, +/area/medical/medbay/zone2{ + name = "Medbay Treatment Center" + }) +"cVq" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cVO" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dpO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dVR" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dYm" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/storage) +"eCy" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eIh" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 0; + name = "N2O Outlet Pump" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"eKM" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/supplymain/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eTZ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eUF" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"fgS" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 0; + name = "Plasma Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fkx" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fti" = ( +/obj/machinery/atmospherics/components/binary/pump, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fui" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space) +"fuE" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) +"fuR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 30 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"fIw" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"guK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space/basic, +/area/space) +"gDY" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Fuel Pipe to Incinerator" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"gGG" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"gVV" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/science/storage) +"hcR" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/bridge) +"hiV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"hlo" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hlV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"hDz" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hFa" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/science/storage) +"hKC" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hMZ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hXk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering{ + name = "Engine Room" + }) +"ifC" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/orange/visible, +/turf/open/space/basic, +/area/space/nearstation) +"iAW" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"iQY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jiZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"jml" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jon" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jyu" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"jMO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"jXo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"kxw" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/turf/open/space/basic, +/area/space) +"kzb" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/bridge) +"kOG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Engine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lcD" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lRy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mkx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"mqB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mxW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"mBP" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/science/mixing) +"mEa" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"mIm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + light_color = "#cee5d2" + }, +/turf/open/floor/engine, +/area/science/storage) +"mIT" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/turf/open/space/basic, +/area/space/nearstation) +"mKP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"mNN" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ntC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Fuel Pipe" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nvn" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nAF" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nBM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"nEX" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nLV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"ony" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"opd" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"oMB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/engine/atmos) +"pgu" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space/basic, +/area/space/nearstation) +"prx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qeq" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qgO" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qlJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/turf/open/space/basic, +/area/space/nearstation) +"qvB" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qHL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"qWY" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste In" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rdF" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rTW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) +"rUl" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sdp" = ( +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/engine, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"sHB" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sRD" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sVC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/visible, +/turf/open/space/basic, +/area/space/nearstation) +"tjb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/engine/engineering{ + name = "Engine Room" + }) +"tpQ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/turf/open/space/basic, +/area/space/nearstation) +"tuF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"tyI" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"tXV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tZj" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tZC" = ( +/obj/machinery/atmospherics/pipe/manifold4w/orange/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"urj" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 8; + icon_state = "intact" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"uwK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/secure_construction{ + name = "Engineering Construction Area" + }) +"uAY" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"uVD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"vcb" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"vsO" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"vxU" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wbu" = ( +/obj/machinery/atmospherics/pipe/simple/violet/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wPS" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/violet/visible{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"wWH" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xcO" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 0; + name = "Mix Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xjk" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xkC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xoj" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xxP" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"xCy" = ( +/obj/machinery/atmospherics/components/binary/pump, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xKr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) (1,1,1) = {" -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaabpaakaaraaraaraaraaraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUakNaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacnMaavaaDaaYabrabDabEaavaavaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFabJabJabJabJaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabMabMabMabRabMacMaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUahvabMabRabMabVabMabWabMabRabMaRvaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabRabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabRacaaceaceacfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacjacjacmacqabracracxacjaczaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAacAacBabRabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaakabRacGaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUacJabMacWaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUadcabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaUaakabMacGaaUaaaaaaaaaaaaaaaaddadfadfadfadfadfadhaaaaaUaaaaaUaaaaaaadjadjadjadjadjadjadjaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadkadladwaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadcabRabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaaadCaadaadaadaadaadadCaaaaaUaaUaaUaaaadjadjadFadFadFadFadFadjadjaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadGabMadHaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUadLabMabZaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaadCaadaadaadaadaadadCadjadjadjadjadjadMadPadFadXadXadXadFadFadjaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaZGaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjadjadjadCaadaadaadaadaadadCadYadYadYadYadYadMaepaeqaeuaeyaezaeAadFadjaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaoaaoaaoaaoaaoaaUaaUaaUaaoaaoaaoaaoaaoaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjaeCaeRaeSaadaadaadaadaadafbafcaeRafcaeRaeRafeaeRafjafkadMafuaeAadFadjaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaOaaPaaPaaPaaPaaPaaTaaVabcabjabjabjabjabjacvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaadjafvafxadjaadaadaadaadaadadjafyadFafzafBafIafLafIafNafPadYafTaeAadFadjaaUaaaaaaaaaaaaaaUaaaaaaaaaaaxaaxaaxaaxaaaaaaaaaaaaaaaaaaaaaaaxaaxaaxaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadoadoadoadoadoadoaaUaaVaaUadoadoadoadoadoadoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUadjadFagaadjaadaadaadaadaadadjagbadFagkagpagtadMagFadFagKagKagKadFadFadjaaUaaaaaaaaaaaaaaUaaaaaaaaaaaxaaXaaZabaaaaaaaaaaaaaaaaaaaaaaabaabbabgaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaahaanaasaasaasaasaasaanaayaaaabpaaaaTdaaaabpaaaaaUadjagMafIagNaadaadaadaadaadagOadFadFagRagSagVadMadMadFadFadFadFadFadjadjaaaaaaaaaaaaaaaaaUaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaazaaAaaAaaAaaAaaAaaAaaAaazaaUaaUaaUaaUaaUaaUaaUaaUadjadjadjahLaadaadaadaadaadadjahMadFafzagpadFahQadMadjadjadjadjadjadjaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaaaaaaaaaaaaaxabsabtaaxaaaaaaaaaaaUaaUaaUaaUaaUaaUaaoaaoaaoaaoaaoaaUaaoaaoaaoaaoaaoaaUaaUaaUaaVaaUaaoaaoaaoaaoaaoaaoaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabyXaaAaaCadBaaHablabkaaAbPoaaaaaUaaaaaUaaaaaUaaaaaUaaUaaaaaaahLaadaadaadaadaadadjahMadFahRagpadFahVadMaaUaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaapvaYpagdaYpaaxabuabKaaxaaaaaaaaaaaaaaaaaaaaaaaxabuabKaaxaYpagdaYpadqaaUaaVaaVaaVabcabjabjabjabjabjadxabjabjabjabjabjadxadxaaTaaVabcabjabjabjabjabjabjaaTaaVabcadxadyaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabyXaaAabnaaFaicaaFaboaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaUaaUaaaahLaadaadaadaadaadadjaieaigafzagpaihaiIadMaaUaaUaacabvchHabzacbabzaaiaaaaaaaaaapvcdccdccdcapvcqVcqVaaxaaUaaaaaaaaaaaaaaaaaUaaxcqVcqVapvcdccdccdcadqaaUaaVaaUaaUaaUadoadoadoadoadoaaUadoadoadoadoadoaaUaaUaaUaaVaaUadoadoadoadoadoadoaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAabqaaJaaFaaQabwaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaaUaaUahLadMaiMaiMaiMadMadMadMadMaiWaiXadMadMadMactactacEacPacSacXaftacPadeaaaaaaaaacrPcrQcrRcrRcrScsaabNaaxaaxaaaaaaaaaaaaaaaaaxaaxacgcsbcrScrRcrRcrTadqaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAabGabmaaFabAabPaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaajaajafDaajaajaamaapaaqaatbHXaiZajpajradmadtadtabQadvadUaefaenaghagzaefaevaaUaaUajwajwajFajFajFajwacsabLacRaaxaaxadnadqadnaaxaaxadrachadsadSadTadTadTaecaecabeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaVaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabyXaaAackacdacuabAacyaaAbPoaaaaaUaaaaaUaaaaaUaaaaaaaaaaajaaEafQaaIaaIaaIabdaaIabfabYajLajRajWaeHaeOaeOaeXaeOaeOafgafiagBadtacSactaaUajwajwajXakcakfakhajwaduadQabLaeaafOahZaibajhajmaeaachadQajKadSaeoaeEaeFafMaecaePaaVaaUaaUaaUaaUaaUaaUaaaaaaaaaaaoaaoaaoaaoaaoaaoaaUaaVaaUaaoaaoaaoaaoaaoaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaazaaAaaAaclaaAacCaaAaaAaazaaaaaUaaaaTxaaaaaUaaaaaaaaaaajacnageamiacoacwabTacFacFacFacFagjagnacFacFacFabUafWafWagfaggaimabBabCacQacQacQakiakkakmakhakhakxadQadQadQadQalaamPasyamPaoQadQadQadQadQaeWafmafmafpagxbEpagXahPahPaioaioahPahPaaUaaaaaaaaaaaOaaPaaPaaPaaPaaPaaTaaVabcabjabjabjabjabjacvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacOadaadbacDacUacZadbadaaegaaaakEbhyakEakPakEaaaaaaaaaaajacnageakXakXakXakXakXacIacVadgagqagwadJaekalealealealealeahjaimafEahYaiyaiDacQalgalialkalialpajwajwajwaQOadQabLaeaaeaaeaachadQacTadSadSadSaiAafmaiVajabEpajSahPaknakZalbalfahPaaUaaaaaaaaaadoadoadoadoadoadoaaUaaUaaUadoadoadoadoadoadoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUanUanUanUanUanUaaGadKadWanUanUanUanUakEalqakEalsakEaaaaaaaaaaajacnagyakXalAalEalOakXaemadiadiagqajJadiaesalealQalTalValeajfaimafEajgajkajqacQalYamnamHamRamTancanfajwaeiaeraetadQannadQadQadQafRadSaeGapoaptapTanvaoMbEpakgahPaJRbiOaKeafhahPaaUaaaaaaaaaaaaaaaaaUaaaaaaaaUaaUaTxaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUanUaaNaebanUaaRaehaeLasVaeQaeQaeVagvansalqanCanWakEbUobUoaajaajacnageakXaoeaoiaokakXaexaeTaeUagqahwafqafraleaolaomaonaleajfaimafEabIaqRarcacQaooaopaozajwajwajwajwajwatZaucaeKaykazGaykaFraFtapvadSadSadSbveadSaecaecbEpbvmakjbEgbEtbEwbEyahPaaUaaUaaUcjjcjjcjjcjjcjjaaaaoKaoSaoKaoTaoKaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaccaaSapcapQaqaaqfasOaeMaeMaeMaeMaeNapgapnappaprakEaaUaaUaajaauafwageakXapAapDakXakXahtafqaeUacHanQagYahialealeapNapOaleajfaimafEacQatsatJacQajwaqbajwajwawNaxeawNawNaFvapvafUaGZaagaGZaKgapvapvadVafdaxLafSbEuaxSagibEpahPahPahPbEAahPahPahPaaUaaaaaacjjcjkagGamOcjjaaUaoKaqeaoKaqyaoKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUanUauEauIauKawYauSauTadAaniadDadEabSaqEaqFaqHaqJakEacLacLaajahnacnafCaqVaqXarfarharjaRzaijagragsaUSaijailaruarzarAarCarDaAxaqsaFuaHraLbbmpahDbAtbEIagAbGcbGcbGcbGcbGcbGdagJaheaKnaelaKnahOaiFajbajdajIagZahKaifaifaifaifaifaifaoJaikbEBaizaaUaaUaaaaaacjjanbaiuafocjpaoKaoKaqearKarLaoKaoKaoKaoKarMarMarMarMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUahgahgahgahgahyahyahgadOaguahEaedaewaewaewaewaewaewaewarRakEafsafFaajajHajNakKarSarUarZasbasebrBcdIalDalKckGbrBckHasfashasnasoasqalNaquaeOaeOaeBbGiasraeObGjalPaeOahIaeOaeObGlbGmampaiJbEGagQalRamlamramtajjafKaeZaixafaafKafKafKafKaiBassajlbGoaizaaUaaUaaUaaUcjjajoajvcjlcjpasAasEasQasZasZatdateatgathatiatlatlakzaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahgakpaksaktakuakyakAacNajxakQaflaeJafnafGafJafYagDaewajCahmaiTaipaajajYamSakGakXapAatpakXakXankadianjagqcwkadialralealeatrapOaleanoaimaeYaeYaeYaeYaeYaeYaffanAaffaffahzahzahAaffaffahzbEXajebqQabXaqLanHaqLaqLagmajMahaahbahcahdafKafKafKajPafAaizaizaizaizasdcjjajVakbcjjcjpatuatwatxatyatDatEatGatGatGarMarMarMarMaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUahgalwakYatIalyamIamQamZanaahEaflaeJagIagPagPagPahraewagHakoacobeVaajalBamSalCakXatNatTatYakXarJadiajJanRaBmamfavnaleauaaudaonaleanoaimaeYahBamsahFahGaeYahHaotahSahWaiwaiwaiQaiRaiSahzbEXakMaoxakdaoyaAQazraqLaqWakHahxahxahxahxahTahUafKalhahNahNahNamwamDahNahNanGanZbGqaoKaueatwaufaujaukaumauqaurauuatGarMaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaahgafHalFammaoqaodamaacNaguahEaflaeJaidagPagPagPaiHaewakCalxalGacoaajamjaoXaalakXauvauxauBakXamoanlajJapfaohaocapbaleauFauGauJaleanoawcaeYaiYahCapxapMapZaqGaqKajQajQajQaraardargartarIasganzanDaoAaoDaoGbwlaqLahXakHahxaiaahxahxahxaitafKaqNaiCaiCaiCaiCaiCaiCaiCaroarGbEfaoKauOatwauUauXatDavaatGatGatGatGarMaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaagWagWagWagWahgahgahgameaoRamBahgaqYaguahEaiKaewaewaiLajBaiLaewaewambbfacjoamdaajapeamSapeakXakXakXakXakXacFacFauMauQacFasJasJalealealealealeauZaxxaeYaeYakSakUakVaeYakWavoaxOayialLaysalIamuamvahzbEXakMaoxawtaojbvpbEnaqLaiUasPasTatmajsajDahxajEafaatoalzakealcaldafValHaiCavbavfavmaoKarMarMavpavqavsavsavxavzavBavDavsaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaahfahkahlahoahpahqapsakLaoVajyabSajzaguahEajAaeJajGajTakvakvakwaewamkaajaajaajaajaalamSaalavNavOavRavSavXavNaVDayDazzarlasJatBazLaALaAOaBzaBHaBLayNaBNaCkaCoaCpaqvaeYanyaCsanXanXanXanXanXamuakRahzbEXakMaoxaDbaDmaDFanJaqLafZakHahxalXatOatCahxamCafaautavtavtavuavZamKamKamLawbawfawbawbawbawgawiawjawlawpawpawxawxawxawpawpaaUaaUaaUaaUaaUahuahuahuahuahuahuahuahuaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaainainainaisaiEaiGagWakDaoYakFabSalMaguahEajAaeJalUanuanwanwaoBaewauHbNMaGccitaviciuaDEaDUawyawzawCawCawFavNaxPayDazzayXasJaBUaCjaCwasJaEUbGzbnHaAAawNaeYaoraoraoraeYaosaFoaoCaoCaoCaoCaoCapiapjaffaXvapqaFpaqLaqLaFkaqLaqLaglakHahsahxaylahxahxahxanFaywazxaDDaDDaGYaHcaDDaQZawIawUawIawIaxaaxbaxdaxnaxqaxDaxEaxUaxUaxYaygawpaaUaaUaaUahuahuahuallalmalnalnalmalJahuahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUainaklakqakragWamhapuawGawZaxKaqfaqzaewaeJaewaskaymakvakwaewapecivbNTciwaalaalamSaalavNaypayqayraytavNaCAayDazzaDjasJaDkaDlaPiasJaGDayuaxhaBMawNaeYaeYaeYaeYaeYapkaotaplaqhaqiarmaqhahJatAaffbEMaqZaHhanBajiaHhawhafKapWbhjafKarxbmlbmrbvobvobvqbDBbEvaqpaqxaqQbEHaqpaqxamcamcamNamNamcamcayvayxayBayEayHayLayPayZazaawpaaaaaaaaUahuamUamVamVamVamVamVamVamVamVamWahuaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaaaaaaaaaaaaaaaaaaaaainainainakOakTaljagWaBAaeDaxWaEyaxXasVatVavgavFawHayFazNakvaqDaewcivcixciycizaalapeamSbGHavNazbazpazAazCavNbGMaIeazzbGNasJbGOaIhaPiasJaJFaimanqaCqanqanqanIanLanPanqatQaotahJahJahJahJahJahJatKaffbEOavTaJSalSaKsaKBamxamyamzbEJaGRamFarybPuamMaImafKbSubZMauiawvaycazVaAgbvwagUawVanMaiianOamcazDazHavbawpazMazOazUazWazYawpaaaaaaaaUahuaovamVamVamVamVamVamVaowamVaoIahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiaaUabhaaUaaaaaaaaaaaaaaaaaabfqaltahkalvahoaAdariasFarqarTasjaySazkaCtaCWaewaeJaewaCXaDeakvaewaewavGavGcnFciBaalamjaKRaalavNavNavNaAfavNavNavNaLgazzbGRasJbGSaLBbGTasJaJFaimanqaDxanTaofaoLaoUaqPanqatLaotcpdahJahJatMapPahJaqgaffbEPavTaMyaMCaNlaNuaNUaODamzcfSaAaafKafKciNapWapWaAacjmavtaAmbvrbvAbvCbCJbvwairaoOaoOaoOarnamcayvaAraAsawpaAtaAuaAEaATaBcawpaaUaaUaaUapCapEapFapIapIapJapKamVamVamVamVapXahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaaaaaaaaaaaagWagWagWalWatqamgainawJaaSawRabSacNagEaECaxiaeJaxjaEEaDeakvayhaxkaxlaxmbGUbGVbGWaCMapYaOHaBkaBlaBoaBraBtaBwavNaEoaUAbHbasJasJaVEasJasJaJFaimanqapyanTcpqanTanTapzanqatkaotahJahJazKaAlaAlaAlaCOaffamEaCNaxGapRapUaouaqjaqlaqmbEJareakaatRclyarsarvakaasmavdbvwbDnbZNcbQcjnbvwaZKaqqaoOaqraqtamcaBDaAraBJawpawpawpawpaBOawpawpapCapCapCapCaqBaqCbswbsAaqCaqBaqIamVaqIamVaqIapCamJaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUagWamXatHamXainawJaNMaxoabSacNatUaELatWaeJayQaEEaDeaAhaewaszaCuaCCbHlbHmacobHdbRaaalavNaBPaBQaBRaBZaBZaChbnJboHbvdbvtaDzbyRbHjbHkaJFaimanqarVanTasaasaanTasKanqbBdbCOaqGaqGbDobDObFLbFLbFMahzaspavTaJSatPatPaouajiawBamzcmlcmocmAcmCaCvcwNaubatSaqobDpbDqbDrbDsbDsbDtantanNaqqaoOaSRatXamcaCxaCIawpawpaFlaCPaCRaCSaCTaCYaqCaugaunauoaupadIauwauyauzaqBaqBauAaveaveavkapCaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUabhaaUaaUaaUaaUaaUaaUaaUaaUaqwabxagWagWanUanUanUanUanUanUanUazlaAVaBaaCEaewaewaESaETaewaewaewaewaCKaoFaLuapHafXcjOarbaDaaDcaDdaDfaDdaDoaDpbHobDZbHqaDvarkbHrbHsbHkaHaaimanqapyanTaoLbEzanTapzanqbFNahJbEDbEEbFKbFLcqibFLbFPahzauhavTaHhajiajiajiajiboOamzamAavPakaaSUcwZazRazSakaaAobDvaulbDxaaBbDzbDAaoNawDavhaoOawEayVazFaDwaDyawxaDAaDCaDGaDHaDJaDKaDQaxraxsaxsaxyaxsaxHaxJazsazsazIaGOauyauyaIRaJqahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUagLaeeabhaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaUabxabxaiNaiNaiNaiNabxaiOaiPaiOanUaCraEwaHbaHNaIlaIVaJwauVaGGaCHaDWaDYaGTaHgaEWaUyaGVaFGaFZasWataaoFatcatcatcaDSaBQaBQaDZaEdaDoaDpbHqbEFbHfbHubHvbHvbHwbHkaHpaimanqaxganTanTbESanTbtkanqatMahJbETbFQbFKbFLbEUbFObFMahzayGaAbaHhazmaBTaBWaFVaApaAqamAaAWakaakaakaaBGaBGaqlbDiaiCbDAbDCaEgaNebDAaJHaoOazXaoOaoOaJJaJYaElaEnaEraEtaxUcPraEzaEBaEGaEHaAMaANaANaBdaBnaBBaBEaBEaBEbrnauyauybXHauybrpahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUabiabiabiabiabiabiabiabiabiabiaaUaiqabxajuaiNaiNaoWarrakBaluaCdamqanVaobasLaKdasXasYatjanUanUanUaGPaHHanUaewaewaHTaHSalUalUakvaIzaewatzataauPauWaVratcaDSaEJaEKaENaEOaEPavNbHfbHxbHfbHyaPFaPFaPFaPFaHpaimanqceuanTanTbESanTcevanqbFRahJbETbFSbFTbFUbFVbFUbFWaffaNXavTaHhazmbuPaBXaivaCnbGaamAaDqakaaERaEXaEYaEZaFaaFbaFdbDAbDFbDGbDHbDAanSazTaCVaFIbrxbrCbrDaFgaFsaFxaFAaFBaFDaFHaFJaFKaFLaqCbscbsdaJIbbRbsgauyauybsjaqBaqBbskbsmbsmbsnapCaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaLaoHaoPaluaslapSaDOaDTaDTaDVavWauLbUAasLaLJaNjaNGayfanUayjanUblsaIsanUaInaewaJtaLfakvakvaLvaewaewavJatabGfavLavMatcaDSaFMaFMaFMaFMaFMaDSarwbHkarwbHBaPFbGpbGsaHtaIJaEhanqanqcexceybGvcexanqanqaffahzbGwahzaffahzbGxahzaffaffaEAaCNaCzaCBaCDaCFaMjamAbGGaMlaNnakaaFOaFQaFRaFSaFWaGfaGjbDAbDEbDIbDAbDAamcbsocraamcamcbsqbsraGkaAraGlaGmawxawpaGwawpawpawpapCapCapCapCaqBaqCbswbsAaqCaqBaqIamVaqIamVaqIapCamJaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUajcabxaqMaiNaiNasHatnatvaGyaEpawdawrawkaziazjaNJaNVaznanUanUanUaKOaJyanUaewaewaJNaJOaKaaymalUaPZawQawSawTbHhaxwavLatcaByazPazQaAeaAjaAjaAUaBgaBhaBiaAjaJAaAjaAjaKcaLcaEqbIDbIDbNpbRFccgbRFccqcczcfebRFchQaAjaAjaAjchWaCmazPakabviavTaHhazmbvlbuXamAbvDbGGbcWbvhakaaGFaGIaGUaHdaHmaHwaHBbDAbDKbDKbDAaHCaHXaIbaIpaItaIwaIyaIBaIWaIYaIZaIZaIZaJaaJbaJsaJPaKbaaUaaUaaUapCapEbsBbsmbsmbsCbsEamVamVamVamVbsFahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaayeayeayeayeayeayeayeaaaaaaaaaaaaaaaaaaaaaaaaaaKaaKaaKaaKaaKaaKaaKaaKaaKaaKaaUabhaaUaaUabxabxabxawmawoawuaEsawKawMajUasLaphaphaBbaBeaBfaBjaLwaLxaKtaPXaFGaQfaQgaQiaKwaQgaQAaQYayOazBaAkcqdcqHcswcsAcwfaFfaFiaFCaIkaFCaFCaGgaGxaGxaGxaGxaGSaGxaGxaMoaMGaHuaHuaFCaFCaFCaFCaFCaHvaIkaEucAVcAWcAWcAWcAXaExazPakabvFavTaHhaRMbvZbAhbDuamycAYbvHaqlakaaKfaKfaKmaKraKfaKuaKzavmavmavmavmaKWaLdaLeaLhaLjaLjaLoaLjaLqaLraLraLraLraLraLtaLzaLCaKbaaaaaaaaUahuaovamVamVamVamVamVamVamVamVaoIahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaEfaaUaaaaaaaaaaaUcepaaaaaaaaaaaaaaaaaaaaaaaaaaLaaMaaMaaMaaMaaMaaMaaMaaMaaMaeeabhaaUaaUaaUaaUaaUaxcatvauLaIoaxfasLasLanUasLasLanUbzxanUanUabSayRaKCabSaewaSXakvalUalUakvaSZaTaaBxaBCcjNcBbbhNaBKaCacBcaIucBecAWcBfcBgcBhcBhcBhcBhcBhcBhcBhcBhcBicBjaQSaGraGraFFaFFagoaFFaFFaFFaIUaJcaJcaJCaJQaKDcBoaGJaGQaCebvLaHlcBqbarbasbatbatbascBqbvLaCeaLUaMbaMbaMcaMfaMraMEaMMaMOaMTaMWaNsaNtaNEaNPaOfaOgaOjaOmaOyaOGamGamGamGamGamGamYamYamYamYaaaaaaaaUahuamUamVamVamVamVamVamVamVamVbsHahuaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIakIakIakIakIakIakIaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiabiabiabiabiabiabiabiaaUabhaaUaaaaaaaaaaaUawmaxpawuaEsawKaxuaxvaxzaxAaxBabSaxCaTpaxNaxTayCaLnayIaewaewaewaewaewaewaewaewaoFatcatcaFPaICaIDaCacBuaKJaEvaHkcBvaIjaHsaHsaHsaHsaHsaHsaHsaHsaHtcBwaWraOJaOTaOUaOUaOTaOUaOUaOTaOXaPaaOTaOTaHOaLTaMwaNmaNvaNBaXnaNYaRTaSDaSDaSDaSDaSDaRTaXnaYKaNEaPlaPxaPxaPyaPAaPCaPGaLraLraLraLraLraPJaPLaPQandamYamYamYamYamGaneanpaneanpanYanpaoaamYaaUaaUaaUahuahuahubsJbsKalnalnbsKalJahuahuahuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIadpadZajZahhajnakIaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaUayJatvauLaNZaOKaOLaOWaPjaPkaPnaPvaPYaQbaQbaQbaQEaQHaQMayTayUayUayWazcazfaAPaDiaHRaIFaIGaKiaDPaLXaIdcBEaKJaEvaIiaIjaHsaHsaaUaaUaaUaaUaaUaaUaaUaDMcBFaWuaOTaPSaQtaQuaQzaQBaQIaQPaQQaQRaQXaRcaRBaSoaSpcBKcBLaDhcBMcBNcBOcBPcBQcBPcBRcBNcBScBMaDraRdaRfaLjaRgaRiaLjaRkaRnaRsaRtaRKaRNaRNaRNaRPaRSaoEaoZaqdapwapaapLanpaBSaztaBSaztaBSayAamYamYamYaaUaaUaaUahuahuahuahuahuahuahuahuaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIajtchhanxaCfaLHakIaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabhaaUaaaaaaaaaaaUaqwazyaAcatvaAiasLaAnayMaMpaAvabSaAzaaSaaSaaSaMZaMqaSxaROaSQaSQaSQaSQaCbaEcbGYccMaJvaRUaMNaPsaSJaIxcKDcKEaEvaHQaHsaHsaaUaaUaaaaaaaaaaaaaaaaaaaDMcBFaWuaOTaSbaSfaSfaSfaSfaSfaSfaSfaSzaSEaOTaIOaSPaTAaJrbhRakabDScbZccabDVccbbDXcbZccacBUbDYaciacKadRanhaGHaqcaPxaSIaSOaSSaTeamYaSeamGamGaKqamYamYanpaneanpaneanpaneaBSazuayyazuaBSazvazwazZaAwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIchicMfakJakIakIakIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabhaaUaGqaGqaGqaGqaGqaGqaGqaGqceCasLaAScCPaOnaOOaPDaOhaQlbpoaAYaAZaQmaTFaBIaABaTgaABaABaFTbjBaDXaDXaJZaDXaQwaGhaHZaJxcBoaKJaEvaHQaHsaaUaaUaaaaaaaaaaaaaaaaaaaaaaDMcBFaWuaOTaTiaTjaTvaTwaTvaTvaTvaTvaTzaTCaOTaTGaTIaTKaTGaTMaqlbERbEabEabEbcBVcBWcBXcBXcBYbEdaqnaHLarXazoaIfaqnaTNaSIaUaandamYamYaACaADaneaLMaAFaAGaneaBSaBSaBSaBSaztaBSaAHayyazuaBSaBpamYamYamYaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIarWaxFaAIaAJaAKaGaaEaaEaaEaaEbaEaaEaaEaaEaaEaaEaaEaaEbaEaaEaaEaaEaaEaaEaaEaaEbaEaaDnaEeaXjaFEaJLaJMaJXaGqaARasLaCcaCgaCiaClabSaCGaguaAXavjaCLaShaUvaDsaDtaDuaDBaDLbjVasLaIqaJUaLYaYIcoUcsnatcaVccBZaKJaEvaHQaHsaaUaaaaaaaaaaEQaEQaEVaEVaEQaEQcBFaWuaOUaUdaTvaTvaTvaTvaTvaTvaTvaTzaUeaOTaUjaUlaUmaUnaTMaqlaqlamyamyaUqaUwaUqamyamyaqnaqnaqnaINaKjaKpaLsaciavmaUJaUNamYaBqaBsaADaBsanpaMuaMvaneanpaBVayyayyaBuaBvayyaBvaBSaBvayyaCyaHKaKIaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIaHoaIMaMxcMpaRCcMKaXmcMKcMKayaaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaPTaLKaUzaZqbdzaURurjbdEbdJaEmaFjaFjaFmaFjaFjaFjbpXaSkaEDaSNabSaTRaVzbfwasLasLasLasLbpWasLatcatcaNAatcatcatcatcaydcCbaKJaEvaJTaHsaaUaaaaaaaaaaEQaFwaFyaFzaHnaDMcBFaWuaOUaTiaTvaTvaTvaUUaTvaTvaUWaVbaVfaOUaViaVnaVoaVpaTGaaaaaaaaaaaUaVsaVxaVsaaUaaaacKcCdaRjaMKaVyaNDaRAaciaVHaVUaWfamYaCQaneanpawPcsyaNyaDIaEiaDIaEkaEjbvEaEjaEjaEjaEkbAZaEkaEIaEMaMRaKMamYaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbuVmKPcnnaYaaHjbxoaXsaHEaThbabaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaGqbDPbDQbDRbEccbXcenceoaGzaFjaFXaGKaGbaZTaFjaGoaUgaVwaVIaVOaWSaWeaYoaYraYqaYqaYqaZObfmaYqaYqbkFaVQaVVaVZaydcfRcCeaKJaEvaHQaHsaaUaaaaaaaaaaEQaDRaGdaGeaWtaDMcCfbbQaOTaWsaTvaTvaTvaTvaTvaTvaTvaTzaVfaOUaWDaWLaWNaWTaTGaaaaaaaaaaaUaVsaWUaVsaaUaaaacKaREaNDaOcaRxaNDbkTaciaWXaVUaWYamYaFeanpaneanpaBsaSdaBsaADaBsaBVayyayyaBuaFhayyayzaFnayzayyaFqaMUaBSaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxucrzbxxakIakIakIbxCakIakIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaPUaGqaGqhcRaKFkzbaGqaGqaGqaGsaFjaGtcCWcCXaGvaLaaAzblYaBFaBFaKhbpSaTFaKoasLaXuaXuaXuaXuaXAaXuaXuaXuaWaaSgaXLaydaLlcCeaKJaEvaHQaHsaaUaaaaaaaaaaEQaDMaDMaDMaWzaDMaHGaWAaXPaYbaYiaYjaYMaYjaZaaZcaZcaZgaSEaOTaZhaWLaZkaZlaTGaaaaaaaaaaaUaVsaZmaVsaaUaaaacKaSYaVXaSAaSFaWHaWJaXQaZFaZHaZLamYaCJaCJaCJaCJaCJaTqaADaBsaADaBSaBSaBSaBSaKNaBSazuaFYazuaNaaNbaQVaBSaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIakIcMfbxDakIbxAakIakIakIaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaPVaPWaTHaKHaGLaGMaLmaGWaGXcvKaKYaOpbmcbnWbrGbGnbLpcjRcjScjTaKxaKyanUanUaWCanUanUaZUaZVaZWaZXaZYbaabajaXuaWaaXMcqNaydaydcCeaKJaEvaHQaHsaaUaaUaaUaaUaEQaLVaMgaUKaWWaXaaXbaXdaOTbanbaUbanbbibanbbibbHaVfaVfbcdaOTaTGbcebcgaTGaTGaaaaaaaaaaaUaVsaWUaVsaaUaaaaqnacKanKaToaTraHxaHzaHyanKbchbcqamYbFnbFnbGebFnaCJaVYaBsaADaBsaADaBsaADaBsaADaBSazuaFYazuaSCaGAamYaCJaCJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUakIbxBbxEbxIaNChiVbbkbeCakIaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbikaHDbRDcQQcQQcQQcQRaHIaHMaHMaHMaOZaHPcjWaGuaHWbEVaFjanUaLkaLLanUanUaLWaXiaaSabSaZVaZVaZVbcrbctbcLbcPbcUcCVaYqaYqchJcDkcDlaXKaMHaHQaHtaHYaHYaHYaHYaHYaDNaIaaGeaIcbdbaVCbreaOTbddbdhbdlaOTbdOaOTbdPbdPbdWbdYbdPaaUaaaaaaaaUaaaaaaaaaaaaaaUaVsaVxaVsaaUaaaaaaaaaanKaTtarHascbtbbDcaHzbeabcqamYbFnbFnbFnbFnamYaJjaGBaMVaHeaHfaHiaHJaGBaGNaLGaKNaFnaKNaSCaBsaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxQbxWbxJbxvcvIbxXbxYakIaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaPVcQSaIgaHFaHFaHFaHFaMiaILaHMcnpaHMaPuaHPaFjaMhbaKaIraFjaMYaNdaNfaNkabSaaSaXOaMPabSbebbebbebbeObePbeSbfgaXuaYtaYtaYtaOoaydcCnaYwaMSaOzaNpaHYaTLaVgaIvaHYaDNaGEalZalZalZalZalZaOJaOJaOJaOJaOTbfvbfybdPbfFbfJbfMbdPaaUaaaaaaaaUaaaaaaaaaaVsaVsaUqbfOaUqaVsaVsaaaaaaaHAaTJaVaaWnaWnaWwaWxbfSbgbbvuaJdaJdaJdaJdbvuaJdbsSaNqaJdaJdaJkamYaJfaJgaJhaJmaJoaADaTBaADaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaaakIbxZbyabybbyfbybbygbyhakIaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaIAaHFaHFaIEaIHaIIaQhaKvaIPaIQaHMaOZaITaFjaFmaFjaFjaFjaNKaNLaNNaNLabSabSaYSabSabSaNOaNSbebbeObePbgmbgyaXuaBYbaBbaHbaMaydcCpaYVaNIaHtaHtaHYaVAaQFaIvaHYaDNaGEalZalZaogaogapBaogaogaogalZaOJbfvbgJbgRbhabhcbhgbhlcuAaaaaaaaaUaaaaaaaVsaVsbhqbhvaVxbhObidaVsaVsaaaaHAbsRaIKbvGbvRaWyaTrbiXaSOaJdaJibfHaJlbDeaJdbtmbvTaOibmIaJdaJdaJdaJdamYaLNamYaLPaMeaUxaMFaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibybbybbybbyjbybbybbybbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaJeaJnaIEaJuaJzabOaQNaGnaJBaJGaHMaOZaJKaGqaOraSsaOsaGnaNLaNLaNLaNLaNLaLZaZMaOvaNLaNLaOwbebbebbjvbjCbjDbjDaOBaOBbcRbcRbGIcCqbaJaOSbGIaPbaHYaWibbaaJWaHYaDNaGEalZaogapBapGaxVaxVayKaogapBaOJbfvbjLbdPbdPbdPbdPbdPcuyaaUaaUaaUaaUaaUaVsbjObjYbkaaWUbkabkvbkwaVsaaUanKbCGaKkaKlbCIaYmboAbkKbkQaKQaKUbdqaKVaKXaKQbdobdpbdpaZibcobdmbdsbdwaOtaOuaQyaMJbdBbdXbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayecrBbyibyibykbybbylbybbymbyibyicrCayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaLEaHFaIEaKAaKEaKGaRaaKKaHMaKLaHMaOZaKPbdQaKSbWeaIPbfAaPoaPqaPqaPqaPzaPBbbpaPHaPqaPqaPqaPMcDpcDqcDraNOaQnaNOaQoaPraPraPwaRbbcfaQDbGIbGIaHYaWobcKaHYaHYaDgaLialZaogaFcaFNaGpbfjbfkaxVaogaOJbkWblDaOJabpabpabpabpbccbrsbrsabpabpabpaUqbmkbkabkabmsbkabkabmtaVsanKanKbCKaTUbCQbDJaYDcAFbmAbmBaJdcCsbetbfzbetbfBbetcAJbfKbfLaJdaLAbfQbfTbfVcCtbgobgpbgrbhVbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibynbynbynbynbynbynbynbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaLyaHFaIEbhBaLIaReaRlaLQaHMbPtaHMaSaaSiaSBaSWcPsaTfaTuaTDaUCaUCaUCaUGaUVbcNbcQbdxbexbcQbcQbeLbhzbhWbcQbcQbcQbixbiCbiCbmCbjUbkebkPbkUblmblnblrbmgaRQaTbaUMaUTaHUaxVbfjaxVaxVaxVaxVaHVaogbmFbmJbmKaPNaPNaPNaPNaPNbcOaPRaQpaQqaQraQrbmObmUbmVbnbbndbnobnwbnBbnBcALcAMcANcAOcAPcAMaYEbCLbnEbnFaKQaLDbmubmxbmXbrtbsecARbsWbtMaJdaJdbugaJdamYbeAamYbuTbuUbuYbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibypbyqbyxbynbyybyzbyAbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaMQaJnaIEaMXaMXaXSaXTaGnaNgaNiaHMaSaaYhaGqcDsbdSaYyaGnaNLaNLaNLaNLaNLaYBaYJaUCaYOaNLaNLaNLaRmccQccRaNLaNLaNLbcSbeJbeJaYPaYQbmqaZJaZJbaqbmyaXqbmDaYeaWvbflbaIaHUaxVaxVaLOcsCaxVaxVaRraogbnTbnSboibesbesbesbeybesbescuxcuxbesbesbeDaUqbokbkaboVboXboZbkabmtaVsanKbCMbCNcCAanKbCPaYFboAbchbpcaJdaLRaUsaLpaLSaJdaMdbuZcCBbvfaJdaMkbuLaMkaMsaMtamYcCCbyobMmbdnaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyBbynbynbynbynbynbyCbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabikaNFaHFcsDaIEaIEbbbbbcbbdaSWaSWaSWbbecsraNRaNRaNRbbfaNRaNKaNLaNLaTOaNLbbgaNLaNLaNLaTOaTYaNLaNLccSaNLaUDaUEaULaQobftbftbftbgcbmLbeJbGIbGIaNTbbjbmRaNTaNTaOaaObalZaogaxVaxVaxVaxVbfjaxVaogbnTbofbsxaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcuyaVsbprbpsbptbpHbpJbrAbpZaVsaaUanKanKanKanKboAbeQanKaSIbqaaJdaJdbuQaMLaMLbvuaJdaJdaJdaJdbvuaMkbuLaMkaMsaNwamYbuNapVamYaCJaCJaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUbyibyGbyHbynbyIbynbyJbyKbyiaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQTcQUaPpaHFaHFaHFaHFbbDbbGaHMaHMaHMbnGaNRaNRbiqaPtbsfaNRaVjaVjaVlaTPaVubcHaVJaVJaVLbhhaWkaWlaXwaXBaXGaXRaXRaXRaXRbdgbdgbcRbgdbgubeJbGIaPbaNTbdabnKaUOaNTaPIaPKalZaogapBaRLaxVaxVaxVaogapBaRJaQJaaUbQeayeayeayebQeaaaaaaaaaaaaaaacuyaVsaVsangaRFangapdangaVsaVsaaaaaaaaaaaUarEaYCbjwbqbbqkbnFbqlaZDbvkaZebaYbAObdAbhebhibhwbdAbdAbhCbdAbhDbhEbfXbDjbgjaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyLclDbynclEbynclFclGbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbikcQVcQWcQXcQYcQQcQZbitbiFbjubjJbkAblfblyblAaYRbnIaNRaNRaNRaYTaYTaYTbnZaYWaYXaYTaYTaXRaXRaXRaYYaXRaXRaQGaQKaQLaaaaaUbdgbgdbeJbeJbGIbGIaNTbolbnLaQUaNTaPIaPKalZalZaogaogapBaogapBaogalZaRJaQJaaUayeaaUaaUaaUayeaaaaaaaaaaaaaaacuzcuAaVsangcogcohbfIangaVsaaaaaaaaaaaaaaUatfbrfbwuavmbrgbrhbribwEbwFbhFbwObxcbxgbxpbyMbyObxpbxpbySbzQaOAbtgbtrburbuubuIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyBbynbynbynbynbynbyCbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQTcQSaGqaQWaQWaQWcDtcDuaQWaQWaGqaGqaNRbjFbqhcsEaRoaRwbaoaNRaXfbaAbaCbqibaFbaDbaGaYTazdaRIaRWaScawOcjyaRWaRWcjqaaaaaUbdgbgGbeJbeJcrrbgLaNTaSlaSmaSnaNTaPIaPKaStbvvalZalZalZaSGaSHaSHaSHchmaQJaaUbQeaaUaWjaaUayeaaUaaaaaaaaaaaaaaacuzcuAangbntcfyclHangaaaaaaaaaaaaaaaaaUaKTattbnlbrjbrybrEbrWbIXbVibXcbEibFdbvsbvxblPbBbbvsbvIaMncclbvNbvObvPbvSbvVaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyiclIclJclKbynclLclMclNbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUbkCbmjbaPcDwcDxbuMbuOaaUaaUbuRbydbuGbvJbAnbCebDkbEmbFHbFIcPtbIlbIrbIVbbMbbPaTSaTSaTSaTTaUcaTSbsbbzTaQLaaaaaUbdgbgdbeJbeJbjjbGIaNTaNTaNTaNTaNTaPIaPKaStaUhaUhaUhaStaRhaStaZzaaaaaUaQJaaUayeaaUaWjaaUayeaaaaaaaaaaaaaaaaaaaaacuyangangbvbangangaaaaaaaaaaaaaaaaaUarEattbwpbsObtqbttbtucsBcvJbhGcwtczNaMAaMAaMAaMAaMAaMBaMDczOaMsbwbbwcbweaMsaMsaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUayeaaUbyibynbynbynbynbynbynbynbyiaaUayeaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbBtbCdbEqbFybAXbuOaaaaaabKpaUBbIWaUFbKGaNRaNRaNRaYTaYTbcsbcJbcxbKgaZAaYTaRWaRWaRWaUHcjqaQLaUIcnqaQLaaaaaUbdgbgdbeJbtGbjjbdgaaaaaaaaaaaaaStaPIaPKaStcjMaUPaUQaStaRqaStaaUaaaaaUaQJaaUaaUaWjaWjaWjaaUaaUaaUaaUaaUaaUaaUaaUcuzcuBcuCaRuaRXaaUaaaaaaaaaaaaarEarEarEattbwMavmavmbtJbsObwjbwnbhHczQczRczSczTczUbtcaNcaMAbEjczVbmoaMsbmoaMsaMsaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyiclPclQclRcrDclSclTclUbyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaQWcDBcjQcpscDCbENaQWaaUaaabKJbKKbKKbKKbLeaNRaaUaaUaaUaYTaYTbOYcvZcwaaYTaYTbcRbcRbcRbcXbcRaUXaUYaVecjqaaaaaUbdgbgdbeJbeJbjjbdgaaaaaaaaaaaaaStaTnaVmbjAaVvbCCaVMchoaRqaTsaaUaaaaaUaRZaSqaSqaSuaSvaWjaWjaTyaWjaWjaTyaWjaWjaWjaWjaWjcuDaSvaSwaaUaaaaaaaaaaaaarEbGJattbtPbxqbVzaMIbmSaMIbmWbmWbhLczXbuhbuWbvaczYczZbvQaMAbvUczVcAacAbbwkbmWaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaayeaaabyibyibyibyibyibyibyibyibyiaaaayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbLhbLkbMhbOJbOLbuOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdjbdrbdrbdrbdybdgbdNbcRbdUbelbcRaZEbewaRHaQLaaaaaUbdgbgdbeJbeJbjjbdgaaUaaUaaUaaUaStaPIbtRaVvaVvaZbaVNaStaRqchoaaUaaaaaUaaUaaUaaUaRZaSuaWjbtwbtTbtZbudbtTbtwaaUaaUaaUaaUcuDaSyaSMaaUaaaaaaaaUaaUarEbFecqrbwobytbVKaMIbwqaMIbEQbwsbiocAdbwvbwxbwycAecAfcAgcAhcAicAjcAkcAlbwHbwIbCUbCVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaacrEaaaaaUaaaaaaaaaaaUaaacrFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQWaQWaVPbRbaVRaQWaQWaaaaaabdgbdgbdgbdgbdgbdgbdgbdgbdgbdgbeFbeJbeJbeJbeMbdgbeJcmdbeJcplbcRaVSaUYaVeaQLaQLaQLbcRboobeJbeJbIPbGIaStaStaStaStaStaPIaPKchobuebuebuebueaRqaStaaUaaaaaaaaaaaabtTbtTbukbtTbuqbtTbusbuEbtTbuqbtTbtTaaaaaacuyaSwaaUaaUaaUaaUaaUaWjarEatfarEarEbyubGXbwWbwXaMIbxbaNWbiDcAnbxhaMAbxibFzbVHbxraMAaMAbxsbxybhAbxGaMIaMIaMIaVTaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaayeayeayeayeayeayeayeayeayeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaQWcptbOQbBjaQWaaUaaUaaUbdgbeNbeRbeJbeJbeJbeJbeJbeJbeJbeJbeJbeTbfdbfdbJybfdbfdbfdbfibcRbcRaWbaWcaTSaTSaTSbgNbTwbiSbiWbjebjhbjkbjkbjkbjkbjkbjpbjHaWqbuebvcbvgbuebvzbueaRvaWRbtTbvBbtTbtTbwhbwzbwBbwCbwLbwQbwSbwTbwZbxabtTbtTbtTcuEaTkaTlaTlaTlaTlaTlaTlbxPbxSbyvbAdbAzcbRbwWbwXbAkaNWbxdcAqcArbyPaMAcCEcAsbwAbyYbzfbzgbzlbzibgPbzmceGceGceHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkCbORbOSbRcbuOaaaaaaaaabdgbgxbeJbeJbeJbeJbbIbeJbeJbeJbeJbeJbbIbeJbeJcaWbeJbgzbeJbgAbgEbgFaRWaRWaRWaRWaRWbgFbgEbjRbqdbqnbqFbqGbqGbqGbqGbqGbqWbrcbrobxfbysbyEbyFbyZbzDaaUaaabzEbzFbzMbzPbAebAibAmbArbwLbBkbBvbBBbBCbBFbBHbBVbBXcuDaQJaaUaaUaaUaaUaaUaWjarEbzobANarEceQceSbwWbzLaMIcCFbBKbkEbkLbkNaMAcAwcAxbAjcvPbApaMAbkgcAybzObAxbAKbAKaMIbALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaTxaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVNbXIcbibXIcbpaaaaaaaaabdgbdgbdgaXkbdgbdgbdgbdgbdgaXkbdgbdgbdgbdgbdgbdgbdgbgxbiibLHbLJbcRbcRbcRbcRbcRbcRbcRcoOcCGbcfbjjbGIaWBaWBaWBaWBaWBaUhbkVbwabBYbCcbCubCwbCybCEaaUaaabtZbCRbCTbCZbDDbEebEhbExbEYbFabFbbGbbGkbGybtTbtTbtTcuyaQJaaUaaaaaaaaaaaUaMIaMIaMIaMIaMIcgTbmWaMIbwXaMIbmWbASbmWbmWbmNaWEaWFbhUaMBaMBaMBaMBbPqbTUcaDbBhaMIbASaMIaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGKabMbGPaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUbdgbjgbdgaaUaaUaaUbdgbjgbdgaaUaaUaaUaaUaaUbdgbdgcoPbjibLVbLXcpcbcRbjGbjXbkubcRbkxbUwbwUbkxaWBaWBaWGaWIaWIaWBaWBaVvbwYbuebGZbHabuebvzbueaRvaWRbtTbtTbHcbKlbKrbKLbLobMzbMBbMIbMSbMWbNfbNkbNlbNnbtZcuyaQJaaUaaaaaaaaaaaacgdcgXcgYcgZchachcchvchwbBpbznbznbCqbBqbBrbngbznbBDbiNbznbznbznbznbznbznbznbBGaMIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGKabRbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpCcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgaXlbdgaaaaaaaaabdgaXlbdgaaaaaaaaaaaUaaaaaUbdgbdgblibfibLYbjjbcRblkcpnbllbcRblocCGbcfblCbslaWKaWMaWOaWPaWQaWBbkRbwYbuebNNbOBbOCbOVaStaaUaaaaaabtTbQtbQWbRlbREbSzbSDbSFbSIbBvbTFbBvbUcbvBbtTbtTcuEaQJaaUaaaaaaaaaaWRbwWbimbwWcifcigbmYbwWbwWbwWaMDbwWbwWbwWbwWbnMbwWbmSbiYbwWbjzbxGbwWbwWaMDbjzbAKaMIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbUeabMbNoaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacutaaaaaaaaUaWZaWZaWZaWZaWZaWZaWZblEbLYbjjbcRblFblJblKbcRblocCGbcfblOcjJaXoaXrbPzaXyaXzaWBaWBbwYbuebuebuebueaRqaStaaUaaaaaabvBbUgbUpbULbUYbVabVubVAbXpbXMbXMbXMbXMbXMbYfaaacuyaQJaaUaaaaaaaaaaaabeEcikcilcimcckccIcinciqciqciqciqciqciqciqbohciqciMbnecgYcgZbxFbxFbyWbzhciGciOcjcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbScbScbWcccadlccfabMaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaXCaXDaXEaZfaVGaWZbBWaVdbmhbmibmnbmZbmnbnabncbpxbCibnraXHaXIaXJbQfaXNaXUaXVaXWbClaXYaXZaYdchocjDaStaaUaaaaaabtTcchccibtTccjbtTbvBbtTbtTbvBbtTccnccobtTbtTaaUcuyaQJaaUaaaaaaaaaaaUbwWbwWbwWcmDbwWbmYaMDbwWbwWbwWbwWbwWaMDbwWbpIbwWbmScAzbwWbzHbxGaMDbCBbwWbAKbAKaMIaRvaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabMabRccrccsabMaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaYgaYkaYkaYkbnuaWZbgAbLYbnvbnxbnzbnAbnDbnPbnRcCGbcfblOcbAaYnaXraYsaXyaYuaYvaWBbCnbCoaXXaYxaStbnUaStaStaaUaaUbtTccybtZbtTaSwaaUaaUaaUaaUbvMbtTccAccEbtTaaUaaUcuDaRZaSubghbszbszbszbszbsTbwWciSciVanmarpciVciVciVciVciVciVciVbqgciVciXbqfcilbJSbXsbELbICcihciVciVcntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaccHccJaaDaaYccOccPabMaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaYzaYkaYAaYkbnVboeawwbQgboubpnbpwbpybpCbpFbpGcCHbCpblOcbHcdacjGcjZckgckYaYNaZdaWdaWdaWdaWdckIbxmaWdcpGaSqaSqcjEaSqaSqcjEaaWabyabyabyabHacYbtTccybtZbtTaVtaTlcuGaVKaYUbGQaTlaTlaTlaTlbGQbCjbCjbCjasubCkbwWbwWbwWbwWbwWbwWbwWbqubwWbmYbqHbmWbmWciibAKbVjaMIaMIbASaMIaaUaaUaaUaaUaaUaaUrTWopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdopdbGhaaUaaUaaUaaUcdbabMcdiaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaZfaYkaYkaYkaYlaWZawLbQwbQxbQxbQxbQIbQxbQYbQxbRfbcfblOckZaZjaXraYsaXyaZnaWBaWBaStchoaZoaZoaStbnsaStaStaaUaaUaaUaaUbghbszbszbszbszbszbAAadzcjFaTlaTlcjFadNqeqeUFcxacxbbITcxccxccxccxcbHeanranranranraqkaaUaaUaaUaaUaaUaaUaMDbrabrrbrPbrYbCtbmWcjgbjzcipaMIaaaaaaaaaaaaaaaaaaaaaaaaaaatpQaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUbHgaaaaaaaaaaaUbGKabRbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaZraZsbegaYgaZuaWZaGCbLYbqjbqAbllbllbllbqKbqYcCGbcfbafaZvaZwaXraYsaXyaZxaWBaaUaaUaaUaaUaaUbrsbxnbrsaaUaaaaaaaaaaaabIYaaUaaaaaaaaaaaabMKbszbMXbszbszbMXbszbPhbszbPrbszbPXaaaaaaatFatFbHAbHObHObHObHObRnbsTaaaaaaaaaaaaaaabwWbwWbCrbrXbsiaMIaMIcjiaMIcpEaMIbJjbJvbJvbJvbJvbJvbJvbJvbJvwPSaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxbHgbalaaaaaaaaUcdqabMbNoaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaWZaWZaWZaWZaWZaWZaWZaONbLYbjjaZyaZCaZIbazaZybrMcCHbCsbRsbRPbRQbRUbSVaXybEsaWBaaabunbupavvavvavvavyavvavvavvbuvbuxaaabIYaaUaaaaaaaaaaaaaZpaaacdtcdGcdUcdtaaaguKaejsVCaejaaUaaaaaaatFausausaOPausausatFqlJbRoaaaaaaaaaaaaaaaaaabwWcwvbshbsvaMIaaUaaaaZGaaabLwbLSbMpbMpbMpbMpbMpbMpbMpbMpbMtaXxbcabRKbcaaXxbSbbSibSbaXxbTHbTIbTHaXxbTKbTLbTKaXxbHgbalaaaaaaaaUaaaaZGaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaabdgbaZbdgaaaaaaaaabdgbaZbdgaaaaaaaaaaaUaaaaaUbdgbdgbeJaGCbLYbjjaZybczbeGaZNaZybwrcCGbcfbxkaWBaZQaZRaZSaZZbacaWBaaUbxlajOajOajOajOaloajOajOajOajObxlaaUbRocdVaaaaaaaaaaaaceqaaUcdtcercescdtaaUhXkagcaNHagCatFaRDatFatFausbcMbiublXausatFqlJbRpbszbszbszbszbszbsTaaUbAQbsubsyaaaaaUaaaaaaaaabMMkxwcwAcwwcwwcwwcwwcwwcwwcwwpguaXxbcabcabcaaXxbSbbWpbSbaXxbTHbXebTHaXxbTKbXRbTKaXxtpQaaUaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaUaaUaaUbdgbjgbdgaaUaaUaaUbdgbjgbdgaaUaaUaaUaaUaaUbdgbdgbyVbSWbTubTybjjaZybadbaebCSaZybkxbUwbwUbkxaWBaWBaWIaWGbagaWBaWBaaaawqajOaGibCvavYawnaxZazeaGiajOazqaaabIYcdVayeayeayeayecetcdtcdtcewcescdtcdthXkagTbErbEKatFciTciUcmhauscmicmjcmkausatFbcGanrcJxanranranranrbHeanrbxtbxKbsyaaaaaUaaaaaaaaabMMkxwcwAbMYbMZcpMbNbbjEbkHcwwpguaXxcatbZIcKQaXxcKRbZLcKSaXxcKTbZOcKUaXxcKVbZPcKWaXxbHgbalaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbdgbdgbhSbdgbdgbdgbdgbdgbhSbdgbdgbdgbdgbdgbdgbdgbeJbzBbUybUCaZyaZyaZybahchPbakbakbrIbVJbCDbjjbDNaWBaWBaWBaWBaWBayeaaUawqajOaxIaxIajOaISajOazJaxIajOaCUaaUbRocdVaaUaaUaaUaaUcetceKceLceMceNceOcePcJpbFgcJAcJBcJCcJDcJEcmpauscmqcmrcmsausatFcmtbcIcJFbcIbcIbcIaaUbRoaWjbzpbDbbTJaaaaaUaaaaaaaaabMMkxwcwAbMYbMZbNabNbbNqblzcwwpguaXxcKXbZRcKYaXxcKXbZRcKYaXxcKXbZRcKYaXxcKXbZRcKYaXxbHgbalaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbECbeJbeJbeJcoQcmdbeJbeJbeJbeJbeJcmdbeJbeJcaWbeJbeJbgAbJGbVQbVUbVVbavbaRbaSbAIbawblocCGbcfbFAcpvbGIaaaaaaaaaaaaaaaaaaawqajOaxIaNhajOaNoajOaNraIXajOaCUaaabIYcdVceRceRceRceRcetceKceTceVceWceXceKhXkapmaqOapmatFcmucJGatFcmwauscmxausausatFauRbgwbRAsdpaXpbcIaaabRpbUjbUVsVCbsIbfWbfWbgibgibgiifCbPAbgMbPBbPCbPJbPLbQKbNdcwwgGGbfWbQNbfWbQObfWbQNbfWbQObfWbQNfuEcLarTWbQSopdbQVopdwPSbalaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbgxbeRbeJbeJbeJbeJbeJbeJbeJbeJceIbeTbfdbfdbJybfdbfdbWfaZyaZyaZybWgbWhbWibWjbWkbWwbWEbWFbcfbjjbDNbGIaaaaaaaaaaaaaaaaaaawqajOaGiaNzaOIaJpaPfbCFaGiajOaCUaaabIYcdVcfacffcfacffcetcdVcdVasUcJvaeIaeIhXkaqSanEaqTatFatFcJIatFatFatFatFatFatFatFaYLbgwcJJbUXbVbcwycwzaaabVDcafcdpbRvbJvopdfuifuifuibJvwPScwAxojuAYbRCcwBqgObNEcwwvsOtuFnLVqHLonycwwcLbcwAcLccwwcLbbWKcLcwbucLbcwAcLccwwaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaabdgbdgbdgbdgbdgbdgbdgbdgbdgbGIbGIbGIbGIbdgbdgbdgbGIblcbXmaZybTpbJmaWgcsGaWhbaScdEaZyblocCGbcfbIPbGIbGIaaaaaaaaaaaaaaaaaaawqajOajObDwbDUbDWbEZbDwajOajOaCUaaabIYcdVcfocfocfocfpcfrcftcfuarBmkxaQxarNtjbarPanEarQarOarYcJKasiasvaqUcfvastasIaqUcfwbgwbsXbgwcfxbcIaaacwDaaabamsVCbsDaaaaaUaaaaaaaaaaaUaaacwAcwxcwFcwGcwBchOcwwcwwchSlRycLdeTZxcObUacLecLfeIhbhJcLhcLifgScLgcLjcalcLkcwwaWjaWjaWjaWjaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbXPbXVbXVbXVbXVbXVbXVbYdbYPbZQaZybRebbmbbobQAcmNbbrbbsaZybGrcfzbGtbGAbdgaaUaaaaaaaaaaaaaaaaaaawqajObFfbFvbGgbGBbGDbPKcReajOaCUaaabIYcdVcfpcfAcfBcfCcfEcfFcdVaswcJwasDarFasxcphanEcpiasCawWcJLasiasNasGasIasIasIasMbapbdkcJMuwKbhsjMOjyujyucPzcPAcPBbwwcwIcwJcwKcwIcwKcwJcwIcwLcPCcwMcPDcwBcpNcpOcwwcpQftiftivcbhKCcMrcMocMocarcMocMoxKrcarkOGcMocLlctkcwwcwwcwwbFYaWjabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbGIcoSbWqaZybawbawbawaZyaZyaZyaZyaZybIZcCGbJBbGEbdgaaUaaaaaaaaaaaaaaaaaaawqajOaPEbHpbIFaHqbJkbKxaZPajObbuaaabIYcdVcfCcfHcfHcfIcfJcfKcdVatbcJNasRasSasSasSaQTasSasSasScJOcJPcJQcJRcJScJTcJUcfLcJWcJXcJYbhmbmmbcIaaaaaaaaabamsVCbsDaaaaaUaaaaaaaaaaaUcwAcwAcwwcwwbVEbVXbWGbWGcIscfMcfPcfTuVDcVOsRDhMZiAWtXViAWiAWnvniAWdVRqvBcLsprxcfVcJmcJmcJnaWjaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdgbGIaXcccNaXgbZAaXebZCbZVbaEbJCbKRbZHbVIcCGblBbLgbGIaaUaaaaaaaaaaaaaaaaaaaOeaQabaWbLmbLzbkibLCbmvbmHaQaaQjaaabIYcdVcdVcfWcfWcdVcdVcgbcdVavlasRasRauCauDauNaybaTQauYavcasRasRavAawsclxcJZavwaqUbcIbcIbcIbcIbcIbcIaaaaaaaaabYlbZpcPEcbGcbGcbGcbGcbGbWJcbIcbLcbNcgecbTeKMcRgcJotyIcbUmEacggmqBsRDcMonAFfIwtZjcJucJucJujonxCycghcLsvxUcwwcwwcwwcwwaWjaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceDbuBbjgbzbaXcceibfdcfQchUcjvbZJbRZbZKcnNbZHblocCHcCIbMGbGIbGIbGIaaaaaaaaaaaaaaaaQvajOaYZajObNebPpcRfajOaYZajOajOcjHbRpcgicglcgocgocgpcgucgwcdVaMaaweavEavHawXavKaxtavUazEawaaOQaweazhaqUawAcKabRdaqUbbFbbJbbJbbLaaUaaUaaUaaUaaUbamsVCcPFaaUaaUaaaaaaaaamITcwAcwAcwwcwwcwwcwwjiZcMHcMJjXocLVcgxdpOcMecgzlcDwWHjmliAWhloiAWxjksHBcgAcLscLWcwwaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbdgbGIaXcccNbjgbZAcjwaYcbZFbZFbZFbZFbZAaYHcCGblBbPRbGIaSVbGIaaUaaUaaUaaUaaUaaUajObeuajOajObPUbPVajObhtbmMajOaaaaaacgDcgRcgScgUchbchgchjchkcrvasSavQaxMaxQaxRaCZaynayoclAbevclBaOdaqUchlcKbazgaqUbbNbbFbbLbbNaaaaaaaaaaaaaaabamsVCcPFaaaaaUaaaaaaaaacJranrbdRaaUaaUbhIbhIbhIbhIcLXcLmchnchptZCcaicaicaintCcVqcJHcJHcJHcaixkCchqcLsccGcwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbdgaXcccNbUtbZAcjwbZFcpucsHcjxcCJcCKcCLcCMblBbGEbGIbGIaRybqXbqXbqXbqXbqXbqXaRybeKaRybQbbQibQTaRybcYbcZbdiaaUaaUcdVchrchrchschtchsaXFchuaOEasSavQaxMbeHaAyaRGaFUbCbaLFcbJasSaOMaMzaNxcKcaNQaqUbbNbbNbbNbbNaaaaaaaaaaaaaaabamsVCcnQaaaaaUaaaaTxaaaaaUaaamITaaacakbhIbhIcLYcLZcMacMbeCychxqWYrdFfkxfkxnEXcMccMdcMecMecMgcMecMhcLscMicwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaabdgceEbdgaaaaaaaaaaaaaaUbdgaXcccNbaibqBckebaybaxbaybaycnPbZHaYHcCGbRgbRybRBbRWbSkbSrbSsbSsbSsbSsbStbSObTXbUicnRbUUbVqbVCcydbVFbWmbWvbWvchychzchAchschtchBchDcdVaQcasSavQaxMaxQaOkaOlaOqayoaxMaOxasSaOCchEchFchGchIchKbbObbNbbNbbNaaaaaaaaaaaaaaacJgcJqcJsaaabbTcmHbbTcppbbTaaUmITaaacamcancaocapcaqcMjcaschLchMrUlcMkcMlmNNhDzcMmcMncMocMocMqcMrcMqcMsiQYcwwaWjbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaabdgbjgbdgaaUaaUaaUaaUaaUbdgaXcccNbaVbZSclubZUceabKwbaXbZSbZSbGIcCNbWHbSAbGIbgYaRybqXbqXbqXbqXbqXbqXaRybWIaRycJtcNCcPGcRhcRsbTScjIaaUaaUchNchXchYchZciacibcidcdVclzasSavQaxMaZtaORaOVaOYbeiaxMaPcaPdaPeciecirciDciHchKbbLbbNbbNbbNbbVbbVbbVciIbbVbbXcRtbBLaaabbTcrhbbTcgjbbTaaUmITaaacakbhIbhIcMtcLZcMucMbcMvgDYcMwceUcMxcLocLpcMycMzcLqcMAcMBcMCcMDcMEcMFcwwaWjbalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbGIceFbGIbGIbGIbdgbdgbdgbGIaXcccNcKFbZScmPcnWbZXbZHbZHbZSbSBbTtcoMbWMbTwbTtcgCbGIaaUaaUaaUaaUaaUaaUbfhbWNbfhbfhbWPbfhbfhcgFcgGcgHaaaaaabWQcdVciYciZcjhcjscjucdVaMaavCbemaPhavIaPmavQaPOavVaPPbeqavCclCcjKcjLcjUcjXckmbcbbbObcbbbObbVbfNbggbgvbbVbbXbvWbBLbbVbbTbVxbbTcgkbbTaaUmITaaaaaaaaabhIcaubhIcMGcMHcMIjiZcfscMJcMJnBMoMBcMLcMJnBMcMNcMLcMLcMMcMNcMOcwwaaUaaUaaUbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbeJbeJbeJbeJbeJbeJbeJbeJaXccoZbbnbZSclwbbqccYbZHaaUbGIbTTbGIcprbZrcwWbGIbTTbGIaaaaaaaaaaaaaaacgIcgJcbjbfhbrbcbVcbYbfhbfhbfhcgNaaUaaUbWQcdVcktckuckwckyckzckAaQdaQeaQeaQkbeIaPmcmXaPOaQscrsaQeaQeaQCckmckBckCckFckmaaUbbVciIbclbbVbhkbgKbhkbbVbcnbvXbCmbhubbTbVwbbUcgjbbTaaUcJranranranranranranranranranrhlVcMPcxccxccfDmxWcLaaaUcKZaaUcMQcMRcMSaaUcMSaaUaaUbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbeJcisbbIbeJcoRbeJbeJbbKaXcblOcKGbZSbZZbcpcabbZHaaaaaabTWbutcpxcdebTYbutbTZaaaaaaaaaaaaaaaaaacgNbyecdfcdhbzNbzRcdnbBRbBSbEocgOaZBaZBcdockJclYcmfcmgcmEcmGcmYcksckxasRasSasSbBoaRpbCWasSasSasRaRRaRVcnhcnocnrcnsckmckmckmbjIbAabhkbhkbhkbhkbhkcnvbwdbwgbhrbbTbVybcVbcjbbTbbTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaXxcKXbZRcKYaXxcKXbZRcKYaXxcMTbZRcMTaXxaaabalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaabGIbGIbGIbGIbGIbdgbdgbdgbGIbGIbGIbGIbZSbZHbZHbZHbZHaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaacgNcmIcnybzNbzNcvBcpfcqfcqhcqmcgNaaaaaaaPgcdVcnxcnKcofcokcoTcdVcrvcqPaSKaSKaSLaTmbkJbvYbwJcpjcrwcpjcJlckmcpacpkcpocpAcpFciebkBbkMbwibwtbwGbxebwtbxLbxUbzCbbTbbTbVwcrdcgjbdTbbTaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaXxcLtcaycLuaXxcLvcaFcLwaXxcLxcaJcLyaXxaaabalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcrkbTYbutbTZaaaaaaaaaaaaaaaaaacgNbXabXkbYTbYUbOzbYUbYXbXkbZacgNaaaaaaaPgcdVcpKcnKcofcokcpLcdVcrxcrlaSraTWaTZaUbaUfasBbfnaUraUtaSrckockmcpRcpScpTcpUcpVckmbmPbjablNbjabjabjabBicpWbBTboCbdZbkmcwcbejbenbeXbbTbbTbbTbffbfCbfCbfCbfCbffaaUaaUaaUaaUaaUaXxbkZcaKbkZaXxblLcaLblLaXxcpXbpqblMaXxaaUaaUaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaacgNbfhcgLbYScgMcwdcgMbYScvCbfhcgNaaaaaacetcdVcdVcdVcpYcdVcpZcdVaeIcsQaeIaVBaWVbARaeIbARaXhbmTbpKaeIaeIckmcqacqccqncqocqpcqqbKjbKBbKXbLnbLvbLAbLObLPbLQbLRbrRbrVbuzbejbejbeUbfEbgkbEkbgQbfbbgSbgUbUSbfCaaaaaaaaaaaaaaaaXxbkZcaMbkZaXxblLcaNblLaXxblMcaSblMaXxaaaaaUaaUbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcmFbTYbutbTZaaaaaaaaaaaaaaaaaaaPgbfhcvDcvEbYYbYZbYYcvEcvDbfhaPgaaaaaabpLbpNbBEbBOcwqbBObBObBObBOcqsbxzcqucqvbnfbnpbnqcqwcqxcqybQqbpvckmckmcqAcqCcqDcqEckmbbVbclciIbbVbbVbbVbbVbuHbLTbTxbbTcPHbAubfscqFbeUbihbbTbfDbffcmWbGLcngbAvbffaaUaaUaaUaaUaaUaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaXxaaabalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaafaawaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaUaaUaaaaaaaaaaaabTWbutcpxcwUbTYbutbTZaaaaaaaaaaaaaaaaaaaPgbfhcvFbYSbZbbZcbRxbYScvFbfhaPgaaaaaabBObCabCabUBcwVbPvcxdbSmbSncqGbwPbwRbwVbwRcmObEWbSxbwPbEWcqIcqJcqKckmcqLcqMcqOcrbcrmbfGbfGbfGbfGbfGbfGbTVbBzbQhbUbbUfbfUbCxbfYbfZbeUbkbbkdbVdbgQbicbipbCHbPWbfCaaaaaUaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaabalaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaawaafbgDaafaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabcwbcwbcwbcwbcybcybcybcybcybQeayechCbrscnIaaUaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaUkaUkaUkaUkbmEbUqcrVcATcwXbUqbUrbUqaaaaaaaaaaaaaaacgPcgJcgJcgJcgJcgQcgJcgJcgJcgJcgKaaUaaUbBObSobSpbSqcAUcBdcBdcBkcBlcrtcBncBxcBycBxcfUbQFbQGbQHbQFbQMcdgcrucsqcsscstckmckmckmbgebgebbVbbVbbVciJbgfbPYbLTbUhbbTbFDbPZbejbejbeUbkjbbTbkXbffcbkctzbRucBzbffaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbalbalbalaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaabnjaawacpacpacpaawbnjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaUZcRubdebeebdfbdtbecbedbcyaaUaaUabpbrscnJaaUaaUaaUaaUaaUaaUaaUaUkaTVaUiaUiaUiaTVaTVaTVaTVaUiaTVaTVaUkbmGbwKbmGbUubUvcrYcBAcqYbUvbUzbUqaaUaaUaaUaaUaaUaaUaaUaaUbfhbfhbZebfhbfhaaUaaUaaUaaaaaabBObSvbSwbVfcfhcficfjcfkbSncdmcBHcBIcBJcCRcmmcahcbdcdjcdkcdlcdscszckmckmckmckmbglbgnbgBbgebgHbgIbjfbUkbTkbUdbLTbUmbbTbgObUlblabABbLubkYcpmbUTbfCbfCbfCbUKbUMbfCbgTbgVbgTbgTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaUaaaaaaaaaaaabalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaawaawacpbefbehbFracpaawaawaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbcwbcwbcwbcwmBPctjbekboJbcyaaUaaUabpbrsbgWbgWbgWbgXbgXbgXbgWbgWbgWaUoaUpaUuaUuaVhaTVaVkaVqciCaYfbHHaUkbmGbAFbmGaUkbUqcrZcCTbUEbUqbUqbUqaaaaaaaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaaaTxaaaaaabBOcflcflcfmcoscfmcflcflcflctlctEctGcdycdzcricdAcdBcdCbmQcducdvcdwbUNbUObUGbjZbglbhnbhobgebhpbDlbkhbUHbURcdxcdFbUZbbTcqtbVcbVhbVkbVrbVsbVGbXwbYMbYNcbOccuccXbijbhZbhZbilbgTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaabalbalbalaaUbalbalbalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaafbHZbJMcrGbKHcrHacpcrGcrHaaaaaabbvaaaaaaaaabbvbbvaaaaaaaaabbvaaaaaaaaabbvbbvaaabbvaaaaaabbvaaabbvaaaaaaaaaaaaaaaaaaaaabbvbbvaaaaaabbvbbvaaaaaaaaaaaabYgcrIcrJbUFblHfuRbcyaaUaaUabpbrsbgWbincfgbAwbiBcsFbiGbiIbgWaVWaWmcnuaWmbiPaTVbfubfxbzzbeoaWpcnmbmGbmGbmGaXtbaLcsJcCUbaObaQbbhaaaaaaaaaaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaactGctJctKctGctXcuucuwcuFcuHcuIcuJcuKcuLcuMctGcuNcPIcdHcPJbiLbiQbiRcdNbiQbiQbiVcdRcfnblqbjbcuObjcbgebjdcuPblubVgcfOcgabVlbVmbUPbUQctectfctgcthcticgnchdbjobgTcgEchechfbhKbhKbhKbjqbjrbgTbgTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaawaawacpcrKcrLcrMacpaawaawaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUbcybcybcybcyblTbOvbnmbzXbcybcwbcwbcybcwbgWbjsbjtbiAbiAcsNcvecqBcslcDHcDHcDIcDHcDHbAccsucuQcvMcuQczfczzcDNcDNcDNcDKcDOcDPcCYcDRcuRcuRcuRcuRcuRaaaaaaaaaaaUaaaaaaaaUbfhbZebfhaaUaaaaaactGcuScuTctGcuUcuVcuVcvacvbcuVcvccuVcvdcvgcvhcvicdJcdKcdLbkDcjYbjyciKbXfbiQcKgciLconbCzbjbbhnbjKbgebZibjMciIbVncjacgqbZdcbMbbTcvjcvkbkccjdcjecjecjeckibkkbgTbklckrckObknbknbkpbkqbkrbksbktaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaabnjaawacpacpacpaawbnjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbdcbfpbfobqJbfobwNbAlbgCbdfcnLbiKbiTbgWbgWbepbiAcDSbiAbkyczAcAQbbSbcBcDTbOtbcCbrwcAScpPctscwecoIaUkbmGbmGbmGaXtbblbUIcCUbFccvlcvmcvncvpcuRcuRcuRcuRcuRcuRaRvaaUbfhcjrbfhaaUaWRctGctGcvqcuTcvrcwrcwEcuVcypcvdcyvcyzcyzcApcBacBmcBBcdMcPucmvcopcotcouctdbkGbiQcLncLrcoobCzbkIbhnbkIbgeboGccWccZcfdcjacgqcfXcfYbbTcDgcDmbcVctmcsvctoblbcttctxctActBctCckOcnwbknbhKbldbleblgblhcqXaaaaaaaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaawaafbLBaafaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbyccwYblGbBNblIbJYboLbdfbdfbdfbdfbdfbnkbgWbVebiAcDUbiAbiAcBtbgWaUkaTVaTVaTVaTVaTVcDVaTVaTVaTVaTVaUkaUkaUkaUkbwmbbAbUIcCUbFccvlcDncDocFYcFZcGacGfcGgcGhcHZaaaaaUbrsbrLbrsaaUaaacIhcIicIqcuTctGcIrcuVcuVcuVcvdcuVcuVcuVcvdcJkcJycvicdJcdrcdLbkDbltcsdcwCcwPbiQcLzcwQcwRcgccicciccsmcwScxecgscgscgsbojbzwciPcJzcJVcKdcvkbcVblQbcVbcVblRblSblVbgVblWbVockObknbknblZbiwxxPbgTbgTaaaaaaaaaaaaaaaaaaaaaabpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaafaawaafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcnUbdcbODbfobKIbfobLEbAGboRbpMbpRbpRbpRbqIbmbbVpbmdcDWcsLbiAcsxbgWbVLbVMbQZbIgbInbVMcDXbVRbVMbVSbVTbWabWrbWcbWbbWabbWbVBcCZcDacKecKfcLBcLEcLJcuRcLKcLOcLOcLQaaaaaUbrsbrLbrsaaUaaactJcLRcMUcMVctGcMWcMXcMYcMZcNacNbcNccNdcNecNfcNgcuNcdObqwcdQbiLcsebyrbmwctnbiQbmzbPxbPycxicxjcDicxkcxlcxmcxncxocxpcxqcxrcjBcjCbbTbenctpbnhbbwbbybcVbnibnnbnybgVcxscxtcxubhKbhKbhKbldbnCcgmblhaaaaaaaaaaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUbZWbcybcybcybOrbWSbOEcnTbDLbFpbJwbJTbwDbHFbgWcsfcsIcDYcDjcDjcDvcEbcEccEdcEdcEebINcEfcEgcEhcEfcEicEjcEkcElbWocEmcEncEocEpcDQcErcNhcNicNjcNkcNlcNmcNncuRcuRcuRbbhbbhbcTbVWbcTbbhbbhctGctGcvrcNoctGctGctGctGcvrcNpcNqcNrcNscNtcNucNscNvcPKcdScPLboabobbobbobbobbocbiVbodbVYcAAbiVbiVbiVbiVbgfbgfbgfckqcxvcxwcgtbhrbbTborctqbnhbcibckbcmbcAbcAbdKbgTbosbVZchfbovbowboBboBboDboEboFaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaUaaaaaabcwbJYboQboQbvjbLcbLlbLxbDMbgWbgWbgWbgWcDycDybgWbgWbXrbWscsOcEsbIObWxbWxbWybWzcEtbWAbWabWBbWCbWLbWRbblbUIcEqbPQcNwcvlcvlcuRcuRcuRcuRcuRcvLbdCbdDbdFbdDbVWcIvcIwcIxcIycIycIwcIzcIycIAbdGbdHbdGberbeWbyTbeYbeZbSycIBbhTbbYbUsbUDbhTcjzbhYbiabibbzVcdPbeWbWncAIbiebdHcvNbdIcICbBUbgfbgfbgfcxxbclckvbbTbcVbkXbcVbcibdMbdVbdMbdMbmabgVbgVbgVcxybgVbgTbgVbgVbgTbgTbgTaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUbcwcKIcKJcKJcKKcKLcKMcKNbOubOvjyubOwbOxbPlbWTbWUbWVbWWbWscEucEvbIQaabbSEbufbSEcEwbSGbSEbSEbSEbSEbSHcoBcqecIDcIEcIFcIFcIFcIFcIGcIHcIFcIFcIIcIJcIKcILcIMcINcIObjmbjmbjmbjmbjmbWObjWcIPcIMcIMcIMcIQcIMcIRcIMcIScITcIMcIMcIMcIUcIVcIWbjmbXWbXXbXXbYmbXXbXXbYOcAZbZlbWObjmcNxbjmbnNbezbeBbrQcxzbfcbdVbrQbfectrbcAbfPbdMbdMbdMbdMbfRboMboNboIcxAboIboPboIaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUcNycNzcNzcNzcNzcNyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUaaUaaaaaaaaUaaabcwcbPbAPbAPbAUbAVbQXbWtbWubWSbXgbcybcybXxbXhbXlbXhbXhbXhbXhcExbIRbXockRbJubSKcEybSLbSMbSNbYVbSPbSGbblcqgbZmcEzccpccpccpccpccwcgvcgBcgBcgBcgBcgBciFciWcjVcgBcgBcgBcgBcmncgBcIXcKOcIYcoacoicgBcgBcgBcojcgBcozcoDbXXbXXbZlcoLcoNcIZcIMcJacIMcIMcJbcIMcIMcJccJdcqQcqRbXXbXXbXXcrccxBcxCcxCcxDbgsbgtbgtbgtbZwbgZcqjbhbcqkcNAbdMbhdboSboTboUcxEboWboYboIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaacNzcNBcNBcNBcNBcNzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbbcybcybcybcybRibRjbvybvybRkbcybXSbRmbcwbXTbYabXybXAbXBbXJbXKcEAbIQbXQbSEbSQbSRcEBbSSbSTbSUcECcEDcijcEFcEGcEHcEIbqobqrcpHcJecsMcoEbqrbqxbqrbqrbqraYGbqCbdubTvbYWbbhbbhbWZbbhbZhbZhcJfcwHbZhcoFbqNbqVbyTbtlbtybubbtybtycwOcykcylcymcymcynbtybtybzVbqEbqDbXbcBpbqDbqEbqDbqDbqDbuwbhfbgqbgqcxFcxGcxCcxHcxIcxJcxKcxLbhMbhPbhbbhPbhQccvbpdctycxMbpfbpkckKboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaacNzcNBcNBcNBcNBcNzaaaaaaaaaaaaaaaaaaaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbcbghFacsRcbncbucbCchRbWlbSlbZfbZgbZjbZBcvHbYbbYjbYsbYubYwbWabXUbXUbXUbWacEJbIQbXZbSGbSYbSLcEKbUJbSZbTacELbTbbSGbuDbdvbdvbXibuFbbhbbhbbhcyobxMbbhbbhbbhbbhbcTbdubdubdubcTbcTbbhbpmbXjcoCbZhbZkbGucyqbZhbcTbcTbcTbzYbBlbBlbIobBlbzrcyrcysbzIbzUbIpbQRbIpbIpbUnbcTbcTbcTccVcBrcBrcBscBrcBCaRYaRYcjAbhXbhXbifbhXcxNctvbezctwbirbisbivciEbivbplboSbppbpfcxObpubpfckLboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUcNycNycNBcNBcNBcNBcNycNyaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbchTcsRcsRcsRcsRcnOcnVbZWbRibZYcaacaccadbcycaebRqbcwbYAbYLbYcbpzbpzbpzbYccEMbIRbYibTcbTdbTebSSbSSbTfbaubvnbCXbFBbFCbqrbqrbgabpAbpBbqsbrJbBsbDdbDmbPwbPwbPwbPwbiUbXtbXubQEbQEbQEbQEbXvbpObZhbZnbHicywbZhaaUaaUaaUaaUaaUaaUaaUaaUbyTcyxbaNbHnbzVaaUaaUaaUaaUaaUaaUaaUbpPcItaRYaSTaTcbcubcvbcDaRYbiybizbiJcnAbiJcxPbiMbiZbjlbiZbjnciRcmTcDzbjnboIbqybpfcNDbpfbpYckMboKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUcNycNEcNFcNGcNGcNGcNHcNyaaUaaUcNIaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaacbbcpDcsRcGJgVVcGFcsRcGGbcybcybcybcybcybcybcybcybcybcybYAbZEbXUaaaaaaaaabXUcEJbIQbYkbSEbTjbTMbTlbSLbTmbTnbSCbSCbSCbqcbqecyycaQbqebqmbXzbtvblUbXtbFEbqzbqzbqzbqzbrFcsibqzbqzbsVbsVbsVbsVbpEbZhbZqbJUcJhbZhaaaaaaaaaaaaaaaaaUcNKbImcfccyrbaNbzIcuobIxcNLaaUaaaaaaaaaaaUbpPcIubcEbcFbdLcsSbdLbcFaRYbjNbjPbjQcsgbjQcxQbjSbiZbGCcjtbjnbjTcnBcDAbjnbqZcxRcxSbpfctybrdboIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaacNzcNMcNNcNNcNNcNOcNPcNzaaacNQcNIabMaaUaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaacbbcGHcsRdYmcGKcGLcsRcGMcbbaEFaSjaTEaTXaVFbSJbfrbigbYrbZGbZEbXUaaUaaUaaUbXUcEJbISbWabSEbSEbSEbSEbSCbSCbSCbSCbrkbhxbrmbrqcyAbXCceYbqmbqmbqmbqzbrHbIfbqzbqqbrKbsLbsNbsPbsQbqzbsGbtsbujbulbpEbZhbZhbOnbZhbZhaaaaaaaaaaaaaaaaaUaaUaaUbcTcyrbaNbzIbcTaaUaaUaaUaaaaaaaaaaaUbpPbMqaRYckcbiEbiHbkfbkzaRYbkOcJiccFbtWctucxUbkSbiZbpQbXEbXFbXGcshcDDbjncxTcxVbpYbrSbrSbrTboIaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaUaaacNzcNOcNRcNScNTcNOcNUcNzaaUcNIcNIcNIaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbcGPcGQcGPcbbbkobkoaTEaVFcGRcGScGTccecgVcmVcsPbWabXUbXUbXUbWacEJbIQbWaaaUaaUaaUbrUbrZbsabRHbRJbspbqvbstbstbstbvKbwfbywbyDbzJbADbAEbItbzAbzGbCfbzGbCgbACbCYbqzbHDbHGbpDbpDbpEbsVcEEbOpbsYbsZaaaaaaaaUblpbmebmebmeblpbmfcyDcoqcorbnOblpbmebmebmeblpaaUaaUbpPbJlaRYbnQbpVbnQbWYbnQaRYbiZbiZbiZbiZbiZcxWcpJbiZbpQbLZbjnclVcHVbnXbjnbMHcxVbtdbteboIboIboIcNWcNXaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcNycNycNYcNycNycNZcNycNyaaUaWjaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaUcGZcbbcGVcGWcGVcbbbkocsTaTEaVFcGXcGYbJzbJAcGicGjcGkbJFbKsaJVbKsbKtbKubIQbXUaaUaaaaaUbrUbtfbuAbthbthbthbtibstbstcyEbHIbHJbstbHJbstbIibILbJdbRTbFZbTCbFGbHCbHCbHEbJfbHDbQpbXLbsVbpEbzebpDbJpbtxbsZaaaaaaaaUbmebnYbogbombmeboncyJboxboybozbmebpibogbpjbmeaaUaaUbpPbLKbtzbtAbLZbtBbtCbtDbtzbXYbtzbtzbUWbtzcxXbtFbtzcOabLZbjnbjTcPMbjnbjnbtNcxVbtdcdTbtSbtScrecNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcNXcObcNXcNXcNXcOccNXaWjaWjaWjabpbrscfqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcGZcbbcHamImcGVcbbbkobkoaTEaVFcHbbuCbTobTqcGlcGmcGnbKvbKvbrzbLGbLUbQvbQPbXUaaUaaaaaUbrUbtUbJKcOdbTBbthbtYbstbVPcyKbYKcbrcbrcbscbKbBPcdXbXqciQckpckDclccmBbIMbqzbqzbMjbMjbsVbsVbpEbpDcmLbJpbumbsZaaUaaUaaUbmebpTbpTbpTbmebpUcyJboxboybqpbmebpTbpTbpTbmeaaUaaUbpPbYecOebMQbNtbNVbPmbPmbPnbPmbPmbPmbRrbPmcPNcxYcxYcPObYhbjncjfbjnbjnbRtbuycjbbDyceZccTccUcowcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOfcOgcNXcNXcNXcNXcNXaWjaWjaWjabpbrscfqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcbbcbbcbbcbbcbbcbbbTrbTsbTGaVFcHccHdcagbigcGobYvcctbYvbYvbYvbYvbRMbRNcfZbXUaaUaaaaaUbrUceccegcegcekcegcodcsjcKhbuJbuKcDEcDFbuSbuSbuSbuScmKcolcomcpIbqzbqzbqzbqzcajcaHcbmcyOcyPcyQcyRcyScyTcyUbxjbxjbxjblpblpbqLbqMbqUbrvbrNcyVcyWcyXcyYcyZczaczbczcblpblpbxwcrobHLbtBbtabtabtabtabxHbtEbxHclWbxHbxHbxHclXbZtbZtcyabYnbjnbtHbtIbjnbxObRwcxVbxRbteboIboIboIcNXcNXcOhcOhcOhcOhcOhcOhcOhcOhcOhcOhcOhcOicOjcOjcOjcOjcOjcOkcOlaaUaWjaWjaWjaWjaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUbxTbJZbxVbKabxTbRhaVFaVFaVFaVFcHecHfcbcbigcGpbYvbYobYpbYqbTgbYvbROcEsbWXbXUaaUaaaaaUcdZbrUbqTbrlcsKbrUcdZbstbtjbstbstcDGcDJcDZbAJcaRbuScwscxhcyucyFbqzcyGcyNbMjcdYchVbyQbyNbyQbyQbyQbyQbPsczdbyUbyUbyUbtKbtLbtLbtLbtLbtLbtLczecpybtObtLbtLbtLbtLczebtLcmybzabzabYtbtBbtabtQbzdbtVbzcbzkbFFbPMbSfbzjbxHbZubZvbZtcyabYnbjnbtXbucbjnbzsbRzcybcxZbzubzubzvcRacOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOmcOncOjcOjcOjcOjcOocOpaaUaaUaaUaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbxTcbycOqcGqcGrbTOcGtcGscGscHgcHhcHicaIbTNcGuciockkbYxcPvbYycwbbRRbRSbWXbXUaaUaaaaaUbrUcedceecefcKkbSXbssbstbtjbstbstcEacKCczgczhczibuSczvczBczFczMbqzczPczWcAccAocDLbHKbzKbzScCOcrqbyQbYCczjczkczkczkczlczmcznczmczoczpczqczrbPDbPEbPFbPGbPHbPIczsbPHcmzbMQbMQbYDbtAbtabxNcehcfGbBgcrpcsUbzdbzdbzWbxHcmMbYnbZxcyabYEbjnckEcmebjnbzZcmJcycboIboIboIboIboIaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcOrcOjcOjcOscOtcOucOvcOpaaaaTdaaaabpaaUaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabrsbAfbAgbMxcGvbMybxTbVvaVFaVFaVFbTPbTQbuCbTobigcGpcctbYFcPwbYHcrfbYvcytcENckfbWaaaUaaUaaUbrUcejcefcnZcKlcelcemcoVbAobAqbKibuScDhcztczucKjbuScmUcnkcDMcGIbqzbBQcFXcovcdYcoxcGUczwczwczxcspbyQbPNblpblpblpblpblpbzqczybuibPObAWbmebmebAYbmebmebBabBcbUxczybBeblpblpblpblpblpbtabDhbzdbtVcoWbBfbBgbBgbQDbBxbxHbYnbYnbZtcyacnibjnbjnbjnbjnbBybRGbVtbBAcJjbBIboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacOlcOpcOpcOpcOpcOpcOpcOlaaUaaUaaUaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTbxTbxTbxTbxTbxTbxTbxTbxTbxTbBJbxTcGwbxTbxTbTRbTRcavcawcawcawcaxcaxcaxcGxcctcctcazbYvbYvbuabDTcEObtnbIkbIkbIkbIkbIkbChcocbRIcKmbChbRIbChcuWcuXbPPbuScPRcPScPTbuSbuScrgbqzcrncHWbqzcKibRIbMjcupcvubXNbDacRvczCbPSbyQbPNblpcoyctHcqTcqUbuibuicOwbPTbBmbBmbBmbBwbBmbBmbBmbBMbUxbuibuicqUcnfctHcrUblpbtabHMbHMbtabxHbDfbDgbDhbxHbxHbxHbZtbZybZtcyecyfcygcyfcyfcyhcyicyjbZobFhbztbFiboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbFjbFkbFlbFmcnbbFocdDbFqcrNbFsbFtcGybzybFlaaUcavcavcaAcaBcaCbWdcaEcpgcGzbOObFubsUbFxbIebJEbKdbIcbIhbIdbIjcpwbJDbIkbRLbTzbTAcKncEQcERcEScETbFJbQabFXbFJczDczEcFscnzcvRcKHcxfcxgcNJcNVcyBcyCcyHcyIbHKcoebBuczGbQcbyQbPNbmecddcddcddbBZclZbuibuibQdbuibuibuibCAccxccxccxccxccKbuicmablpcddcddcddblpaaaaaaaaaaaabxHbHMbHMbHMbxHaaUaaUbHNbHNbHNbHNcgybGFbHNbHNboIboIcmbbZsboIboKboKboIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbFlbHSbHSbFlbHTbHUbHVbHWbHYcrObIabIbcGybzybFlaaUcavcHjcHkcHlcHkcHmcHncHocHpcHqbKebRVbSdbSebSdbTibRXbRYbKNbKObKPbKQbIkbIsbTEbVOcKobXncEUcEVcEWcEXcEYcEZcFacFbcFccEXcEZcFdcFecFfcFfcAmcFfcFhcFfcFicyLbIubIvcrXbIwbQjbyQbPNbxjaYpcscaYpbmebuobuibuibQdbuibuibuicqlbuibuibuibuicOwbuibHtbmeaYpcscaYpblpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHNbHzbHPbIybIzbIAcnSbHNaaUboKbHQbZsboKaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaWjaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbSjbIEbZzbFtbOFbYzbIGbIHbIIbIJcsYcGybIKbFlaaUcavcqScaPcaPcaPcbvcskcbwcHrcHsbsMbQQbThbtobThcaOcRnbTDbTDbTDcRobYBccBccCccDcfNbYIbYJbShcgfckaclvcqWbAscFkbElbElbIUbJabElcFkbElbJbcAtbJcbJebtpbMFcyMbJhbJiczIczJbQobKkcAubxjaaaaaaaaabmebuobuibuibQrbQsctVbJqbJqbJqcrjbJRbuibuibuibHtbmeaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHNcknbHNbHNcmcbIBbKZbHNaaaboKbHQbZsboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbFlbJrbJrbFlbJsbJtcPUcPVcGAcGBcGCcGDcGEbJxbFlaaUcavcavcaTcaTcaTcaUcavbXdcGzcHtbsMccdbtocsZcqzckbcvSczHcmScrycrAcgrcFWcGNcGOcPxcPPbSabChcFjbQkbWDbJgayYcFlbJnaJDaJEaKZaMmcFmaOFbJJcAvbJLcRbbJNbNFbJObyQbDabBubBubJPbyQcChbxjaaaaaaaaabmebmebuibuibJobNHblpbmebNIbmeblpbNJbJRbuibuibmebmeaaaaaaaaaaaUbNKbNKbNKbNKbNKaaUbNKbNKbNKbNKbNKbNLaqAbNLbJQceJbNObNPbHNaaaboKbHQciAboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbFjbFkbFlbJVbJWcPWcPXbJXbFwbXObZDbKbbKcbxTcavcavcavcaXcaYcoGcbacavcavcHucHvbsMcsVbThbtobThcuZcmRbKfccmccmcdWbIkbIkcFnbTEckdbIqbScbChcFobQkcqbbQlbaTcFpbQmbbxbbzbbBbbCcFqbbEbKhcFgcHOcHPcHOcHQcKpcHRczwcKqbKmbKnbyQcChbxjaaaaaaaaaaaabmebmebuibNQbmebmeaaaaaaaaabmebmebNRbuibmebmeaaaaaaaaaaaaaaUbNSbYQbYQbYQbYQavrbNSbYQbYQbYQbYQavrbNLaaUbJQbJQbHNbHNbHNaaaboKbHQclObKoaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcPYcPZbKqbxTbxTbxTbxTbxTbxTcavcavccLcaXcaXcaXcnCcavcavcHwcaGcuYcvtcvQcEPcRicRjcRpcRlcoHcOxcOycOzcGbcGccGdcGecqZbSgbShcFrbQubKybYGbaTcFpcbfbbZbjxblvblwcRwcoXbKzbKzbKzbKAbKzbKzcHSbKCbyQcHTbyQbyQbyQcChbxjaaaaaaaaaaaaaaabmebuibNQbmeaaUaaaaaaaaaaaUbmebNRbuibmeaaaaaaaaaaaaaaaaaUbNUbNUbNUbNUbNUaaUbNUbNUbNUbNUbNUaaUbNLaaUaaaaaaaaaaaaaaaaaaboKbHQbHRbKDcgWaaaaaaaaaaaabljaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQbcQccQdcQecQfbKMbKMctabxTcavcbecaXcaXcaXcHxcHycHzcHAcHBcHCbIkbZTcrWcRqcumcFVcRkcRrbJHcOAcOBcOCbRIbMjcvTbMjbMjbMjbMjcFtcFucFvcFwcFxcFybopboqbotczKblwcFzbbEbKSbKTbKUbKVbKWbKTcHUbKYcPQcPycHXcHYcODcIabxjaaaaaaaaaaaaaaabmebuibNQbmeaaUaaaaaaaaaaaUbmebNRbuibmeaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbNLaaUaaaaaaaaaaaaaaaaaaboKbLabLbboKaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTcaVbLdbKMcQgbLfcQhcQibLibLjcQjbKMbKMcaZbxTcavcblcaXcbhcaXcHDcHEcHFcHGcHHcHIbIkbIkcebcebcebcebcebbIkbIkcOEcOFcOGcOHbMjcFAbLIbLWcFBcFCcFDcFEbJIbpabpbbbtbpebpgbotbphblwbqtbbEbLqbLrbKTbLsbLtbLrcIbbKYcIccIdcKPcyScIecIfbxjaaaaaaaaaaaaaaabmebNWbNXbmeaaUaaaaaaaaaaaUbmebNYbNZbmeaaaaaaaaaaaaaaaaaUbNKbNKbNKbNKbNKaaUbNKbNKbNKbNKbNKaaUbNLaaUbNKbNKbNKbNKbNKaaUboIboKboKboIaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQlcQmcQnbLickNcQobKFbKFbLybxTcavcbqcaXcaXcaXcHJcbtcaXcavcHKcHLcbBaaUaaUaaUaaUaaUaaUaaUcOIcOJcOKcOLbRIbMjckhckjcFFcFGcFHcFIcFJbJIbQnbqObqPbQzbpgbjxbqRblwblxbqSbKzbKTcIgczLcsobLtcvvbKYcIcbLDcOMcOMcONcOOcOMaaUaaUaaUaaUaaUbmebOabOabObaaUaaaaaaaaaaaUbObbOabOabmeaaUaaUaaUaaUaaUaaUbNSbYQbYQbYQbYQavrbNSbYQbYQbYQbYQavrbNLbOcbYRbYRbYRbYRbOdaaUaaUaaaaaaaaUaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcQhcQibLFbxTbxTbxTbxTbxTbxTcavcavctbcaXcaXcaXcpecavcavcHMcHNcbBaaUaaaaaaaaaaaaaaaaaacOIcOPcOIcOLbRIcfbcFKcFLcFMcFNbChcFObQLbLLbQCbrubrObXDbAybAHbAMbATbBnbQybLMbLNcIjcIkcIlcImcIncIocIpcoAcOMcOQcORcOScOMaaUaaaaaaaaaaaabmebOebOebmebmeaaaaaaaaabmebmebOebOebmeaaaaaaaaaaaaaaaaaabNUbNUbNUbNUbNUaaUbNUbNUbNUbNUbNUaaUbOfaaUbNUbNUbNUbNUbNUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpaaaaTdaaaabpaaaaaaaaaaaaaaacklcklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQhcQpcQqcQrcQfbKMbKMbKMbxTcavcavcavcbxctIcbzcavcavcbEckPckQcbBaaUaaaaaaaaaaaaaaaaaacOIcOTcOIcOUbRIcFPcFQcnXcnYcvwbChcFRcFSbMacmZcoYbQBcnabQJcRmcvxcezceAceBbKzbMbbMcbMdbMebMfbMgbKzbxjbxjcOMcOVcOWcOXcOYaaUaaaaaaaaaaaabmebOibOgbOhbmeaaaaaaaaabmebOibOgbOhbmeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOkaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTclfbLdbKMcQsbLfcQhcQtbMibLjcQubKMbLdcmQbxTaaUcavcavcavcavcavcavcavcbEckTckQcbBaaUaaaaaaaaaaaaaaaaaaaaUaaUaZGaaUbChbChbChbChbChbRIcpzctDcFTctFcpzcpzctDcvocpzcpzbMkbMlbMlbMnbKzbKzbKzbKzbKzbKzbKzbKzaaUaaUcOMcOZcPacPbcOYaaaaaaaaaaaaaaacnGcndbuicnebmeaaaaaaaaabmebOjbuicnccnGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOkaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQvcQhcQibLickNcQobKFbKFbLybxTaaUaaUcavcavcavcavcavaaUcbEckTckUcbBaaUaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaUbMlbMocFUcoJcvsbMrbMscvObMucvsbMwbMvbMwbMvbMwbMvbMvbMlaaUaaUaaUaaUaaUaaacOMcOMcOMcOYcOYaaaaaaaaaaaaaaabmebOlcnfbOmbmeaaaaaaaaabmebOlcnfbOmbmeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUbOqaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbxTbxTbxTbxTbxTcQwcQibLibxTbxTbxTbxTbxTbxTaaaaaaaaaaaaaaaaaaaaaaaUcbEckTckQcbBaaUaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaUbMlcobbNgcpbcwgcwhbMAcwibMCcwjbMDbMvbMvbMvbMvbMwbMEbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabOocnHbmecnHbmeaaaaaaaaabmecnHbmecnHbOoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKEbKFbKFcQacbocQhcQpcQqcQxcQfbKMbKMbKMbxTaaaaaaaaaaaaaaaaaaaaaaaUcbEckVckWcbBaaUaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUcpzcpzcpzcpzcpzbNhcpzcpzcwlcwmcwncwocwpbMvbMwbNibMLbMvbMvbMvbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacnEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTctLbKMbKMcQybLfcQzcQAbLibLjcQBbKMcnDctMbxTaaaaaaaaaaaaaaaaaaaaUcbBcbEcRccRdcbEcbBaaUaaUaaUaaUaaUaaaabpaaaaTdaaacpzcpzcpzcpzcvUbMNbMObMPbNjbMRbMlbNmbMTcwubMUcwTbMvbMvbMvbMvbMvbMVbMvbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaUbxTbKMbKMbKMcQkcQCcQDcQEbLickNcQobKFbKFbLybxTaaUaaUaaUaaUaaUaaUcbBcbBcleclgcsXctWcbBcbBaaUaaaaaaaaUaaUaaUaaUaaUaaUcpzbNrbNvcpzctObMJbMJbMJbNwbNxbNybNzbNGcABbNccpzcvscpzcoKbMvbMlbMlbMlbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTbxTbxTbxTbxTbxTcjPcbFcvVbxTbxTbxTbxTbxTbxTcbBcbBcbBcbBcbBcbBcbEcnjcsWctcctPcbDctNcbEaaUaaaaaaaaaaaaaaUaaaaaUaaacpzbQUcACcADcAEcAGcAHcAKcPccBDcBGcBTcCacCccCgcCicCjcucbMvbMvbMlaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabAbctQbxTbOscvzctTctRcnlckSbOyctUbOAcuectScvGctYcKrcKrcKrcKrcKscKtcKucKvcuacukctZclhcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcuvcCkcClbNsbMJcvybMJcCmcLAcpzcpzcCocCrcCrcCrcCucpzbNubMLbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaacKwcKxcKycKzcKAcKBcQFclacQGclackXclbcvXcudcvYcvAcubcufcubcubcugcuhcuicujcvWculctZclhcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcLCcCvcCwcLFcLGcLHcLIcCxcCycCzcCDcLLcLDcLDcLMcLNcvsbMlbMlbMlaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaclicljbxTbOGbOHbOIcQHbOKcQIbOMbONbOGbxTcljbxTcbBcbBcbBcbBcbBcbBcbEclhcuqcurcurcldctNcbEaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcCQcCScpzbNAbNBbNCbNDcDbcLPcpzcDccDdcuvcuvcvfcLScClaaUaaUaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTclkbxTbOPcQJcQKcQLcQMcQNcQOcQPbOPbxTcllbxTaaUaaUaaUaaUaaUaaUcbBcbBcusclhclhcuscbBcbBaaUaaaaaaaaaaaaaaUaaaaaUaaacpzcwTcpzcpzcpzcpzctDcDecDfcLTcpzcpzcwgcCrcCrcCrcCrcCuaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaabxTcljbxTbxTbxTbOTbKMbKMbKMbOUbxTbxTbxTcljbxTaaUaaaaaaaaaaaaaaaaaUcbBcbEcbBcbBcbEcbBaaUaaUaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcLUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaTxaaaaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclmbxTbOWbKMbKMbKMbKMbKMbKMbKMbOXbxTclmaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaTxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPdabMcPeaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbOZbKMbKMbKMbPabKMbKMbKMbPbbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMcPgaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPdabRcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbPcbKMbKMbKMbKMbKMbKMbKMbPdbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabRcPiaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUcPdabMcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclnbxTbPebKMbPfbPgcunbPibPjbKMbPkbxTcloaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMcPjcPkcPkaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacPlcPmcPnabRcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaclpbxTbxTbxTbxTbxTbxTbxTbxTbxTbxTbxTclpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPfabMabRabRabMaRvaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaTdaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaWRabMabRabMabMcPhaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaclqclrclsclsclsclsclsclsclsclsclsclrcltaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUcPocPocPocPocPpaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacPqcPqcPqcPqcPhabpaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUabpaaUaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaUabpaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaUaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacpBaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcpCcklaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacklcpCcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl -cklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklcklckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(2,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(3,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(4,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(5,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(6,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(7,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(8,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(9,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(10,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(11,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(12,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(13,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(14,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(15,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(16,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(17,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(18,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(19,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(20,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(21,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(22,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(23,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaw +aaf +aaw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(24,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bnj +aaw +bHZ +aaw +bnj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(25,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaw +aaw +acp +bJM +acp +aaw +aaw +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(26,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaf +aaf +acp +bef +crG +crK +acp +aaf +aaf +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(27,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaw +bgD +acp +beh +bKH +crL +acp +bLB +aaw +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(28,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaf +aaf +acp +bFr +crH +crM +acp +aaf +aaf +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(29,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaw +aaw +acp +acp +acp +aaw +aaw +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(30,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bnj +aaw +crG +aaw +bnj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(31,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaw +crH +aaw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(32,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(33,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(34,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(35,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(36,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(37,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(38,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(39,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(40,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(41,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(42,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(43,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +crB +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(44,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aye +aEf +akI +akI +akI +akI +akI +akI +akI +akI +akI +akI +akI +akI +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +crE +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(45,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aye +aaU +akI +adp +ajt +chi +arW +aHo +buV +bxu +akI +bxB +bxQ +bxZ +byb +byi +byn +byp +byB +byG +byL +byB +clI +byn +clP +byi +aaa +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(46,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aye +aaa +akI +adZ +chh +cMf +axF +aIM +mKP +crz +cMf +bxE +bxW +bya +byb +byk +byn +byq +byn +byH +clD +byn +clJ +byn +clQ +byi +aaU +aye +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(47,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aye +aaa +akI +ajZ +anx +akJ +aAI +aMx +cnn +bxx +bxD +bxI +bxJ +byb +byb +byb +byn +byx +byn +byn +byn +byn +clK +byn +clR +byi +aaa +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(48,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aye +aaa +akI +ahh +aCf +akI +aAJ +cMp +aYa +akI +akI +aNC +bxv +byf +byj +byl +byn +byn +byn +byI +clE +byn +byn +byn +crD +byi +aaa +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(49,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aye +aaU +akI +ajn +aLH +akI +aAK +aRC +aHj +akI +bxA +hiV +cvI +byb +byb +byb +byn +byy +byn +byn +byn +byn +clL +byn +clS +byi +aaa +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(50,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aye +cep +akI +akI +akI +akI +aGa +cMK +bxo +akI +akI +bbk +bxX +byg +byb +bym +byn +byz +byn +byJ +clF +byn +clM +byn +clT +byi +aaU +aye +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(51,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aEa +aXm +aXs +bxC +akI +beC +bxY +byh +byb +byi +byn +byA +byC +byK +clG +byC +clN +byn +clU +byi +aaa +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(52,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aEa +cMK +aHE +akI +akI +akI +akI +akI +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +byi +crF +aye +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(53,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aEa +cMK +aTh +akI +aaa +aaU +aaa +aaa +aaa +crC +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(54,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aEb +aya +bab +aaU +aaU +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aye +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(55,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(56,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +agL +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(57,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aee +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(58,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abh +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cpC +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(59,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaL +abi +aaa +aaa +aaK +aaL +abi +aaa +aaa +aaK +aaL +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(60,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +cpC +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(61,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(62,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEb +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(63,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(64,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +bxT +bxT +bFl +bxT +bFl +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bAb +cKw +cli +bxT +bxT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(65,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bxT +bFj +bHS +bSj +bJr +bFj +bxT +bKE +caV +bKM +bxT +bKE +clf +bKM +bxT +bKE +ctL +bKM +bxT +ctQ +cKx +clj +clk +clj +clm +cln +cln +cln +clp +clq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(66,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bxT +bFk +bHS +bIE +bJr +bFk +bxT +bKF +bLd +bKM +bxT +bKF +bLd +bKM +bxT +bKF +bKM +bKM +bxT +bxT +cKy +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +clr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(67,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bxT +bFl +bFl +bZz +bFl +bFl +bxT +bKF +bKM +bKM +bxT +bKF +bKM +bKM +bxT +bKF +bKM +bKM +bxT +bOs +cKz +bOG +bOP +bxT +bOW +bOZ +bPc +bPe +bxT +cls +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(68,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaK +aaM +abi +aaa +aaa +aaU +aEa +aPT +aaU +aaU +aaa +aaU +aPV +bik +bik +bik +bik +bik +bik +cQT +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bbv +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bxT +bFm +bHT +bFt +bJs +bJV +bxT +cQa +cQg +cQk +bxT +cQa +cQs +cQk +bxT +cQa +cQy +cQk +bxT +cvz +cKA +bOH +cQJ +bxT +bKM +bKM +bKM +bKM +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(69,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aee +aaU +aaU +aaU +aaU +aee +aaU +aaU +aaU +aaU +aee +aaU +aaU +aaU +aaU +aEa +aPT +aaU +aaU +aPV +bik +cQS +aIA +aJe +aLE +aLy +aMQ +aNF +cQU +bik +cQT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bxT +cnb +bHU +bOF +bJt +bJW +bxT +cbo +bLf +cQl +bxT +cbo +bLf +cQv +bxT +cbo +bLf +cQC +bxT +ctT +cKB +bOI +cQK +bOT +bKM +bKM +bKM +bPf +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(70,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abh +abh +abh +abh +abh +abh +aiq +aaL +ajc +abh +abh +abh +abh +abh +abh +aEb +aPT +aaU +aaU +aPW +aHD +aIg +aHF +aJn +aHF +aHF +aJn +aHF +aPp +cQV +cQS +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaU +aaa +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaU +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +bxT +bFo +bHV +bYz +cPU +cPW +cPY +cQb +cQh +cQm +cQh +cQh +cQh +cQh +cQw +cQh +cQz +cQD +cjP +ctR +cQF +cQH +cQL +bKM +bKM +bKM +bKM +bPg +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(71,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abx +aoH +abx +aaU +aaU +aaU +aaU +aaU +aaU +aEa +aPT +aaU +aPU +aTH +bRD +aHF +aHF +aIE +aIE +aIE +aIE +csD +aHF +cQW +aGq +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +bcw +aUZ +bcw +aaa +bcy +cnU +cnU +cnU +bZW +aaa +aaU +aaU +cbb +cbb +cbb +cbb +cbb +cbb +aaa +aaa +aaa +aaU +aaa +aaa +bxT +cdD +bHW +bIG +cPV +cPX +cPZ +cQc +cQi +cQn +cQi +cQp +cQt +cQi +cQi +cQp +cQA +cQE +cbF +cnl +cla +bOK +cQM +bKM +bKM +bPa +bKM +cun +bxT +cls +aaU +aaU +aaU +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(72,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aju +aoP +aqM +aaU +aaU +aaa +aaa +aaa +aGq +aDn +aLK +aGq +aGq +aKH +cQQ +aHF +aIE +aJu +aKA +bhB +aMX +aIE +aHF +cQX +aQW +bkC +bkC +aQW +bkC +aQW +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +bcw +cRu +bcw +aaa +bcy +bdc +byc +bdc +bcy +aaU +aaU +aaa +cbb +cbg +chT +cpD +cGH +cbb +aaa +aaa +aaa +aaU +aaa +brs +bxT +bFq +bHY +bIH +cGA +bJX +bKq +cQd +bLi +bLi +bLF +cQq +bMi +bLi +bLi +cQq +bLi +bLi +cvV +ckS +cQG +cQI +cQN +bKM +bKM +bKM +bKM +bPi +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(73,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abx +aiN +alu +aiN +abx +aaU +aaa +aaa +aaa +aGq +aEe +aUz +bDP +aGq +aGL +cQQ +aHF +aIH +aJz +aKE +aLI +aMX +aIE +aHF +cQY +aQW +bmj +bBt +cDB +bLh +aQW +aQW +bkC +bVN +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +bcw +bde +bcw +bYg +bcy +bfp +cwY +bOD +bcy +aaU +aaU +aaa +cbb +hFa +csR +csR +csR +cbb +aaU +aaU +aaU +aaU +aaU +bAf +bxT +crN +crO +bII +cGB +bFw +bxT +cQe +bLj +ckN +bxT +cQr +bLj +ckN +bxT +cQx +bLj +ckN +bxT +bOy +cla +bOM +cQO +bOU +bKM +bKM +bKM +bPj +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(74,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abx +aiN +asl +aiN +abx +aaU +aaa +aaa +aaa +aGq +aXj +aZq +bDQ +hcR +aGM +cQQ +aHF +aII +abO +aKG +aRe +aXS +bbb +aHF +cQQ +aQW +baP +bCd +cjQ +bLk +aVP +cpt +bOR +bXI +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bcw +bee +bcw +crI +bcy +bfo +blG +bfo +bcy +aaa +aaU +aaU +cbb +csR +csR +cGJ +dYm +cbb +cGZ +cGZ +cbb +bxT +bxT +bAg +bBJ +bFs +bIa +bIJ +cGC +bXO +bxT +cQf +cQj +cQo +bxT +cQf +cQu +cQo +bxT +cQf +cQB +cQo +bxT +ctU +ckX +bON +cQP +bxT +bKM +bKM +bKM +bKM +bxT +cls +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(75,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aiN +aoW +apS +asH +abx +aaU +aaU +aaU +aaU +aGq +aFE +bdz +bDR +aKF +aLm +cQR +aMi +aQh +aQN +aRa +aRl +aXT +bbc +bbD +cQZ +cDt +cDw +bEq +cps +bMh +bRb +bOQ +bOS +cbi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bcy +bdf +mBP +crJ +blT +bqJ +bBN +bKI +bOr +aaa +aaU +aaa +cbb +cbn +csR +gVV +cGK +cbb +cbb +cbb +cbb +bJZ +cby +bMx +bxT +bFt +bIb +csY +cGD +bZD +bxT +bKM +bKM +bKF +bxT +bKM +bKM +bKF +bxT +bKM +bKM +bKF +bxT +bOA +clb +bOG +bOP +bxT +bOX +bPb +bPd +bPk +bxT +cls +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(76,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aiN +arr +aDO +atn +awm +axc +awm +ayJ +aqw +aGq +aJL +aUR +bEc +kzb +aGW +aHI +aIL +aKv +aGn +aKK +aLQ +aGn +bbd +bbG +bit +cDu +cDx +bFy +cDC +bOJ +aVR +bBj +bRc +bXI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bcy +bdt +ctj +bUF +bOv +bfo +blI +bfo +bWS +bcw +bcw +bcw +bcy +cbu +csR +cGF +cGL +cGP +cGV +cHa +cbb +bxV +cOq +cGv +cGw +cGy +cGy +cGy +cGE +bKb +bxT +bKM +bKM +bKF +bxT +bKM +bLd +bKF +bxT +bKM +cnD +bKF +bxT +cue +cvX +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +clr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(77,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aiN +akB +aDT +atv +awo +atv +axp +atv +azy +aGq +aJM +urj +cbX +aGq +aGX +aHM +aHM +aIP +aJB +aHM +aHM +aNg +aSW +aHM +biF +aQW +buM +bAX +bEN +bOL +aQW +aQW +buO +cbp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bcy +bec +bek +blH +bnm +bwN +bJY +bLE +bOE +bJY +cKI +cbP +bcy +cbC +cnO +csR +csR +cGQ +cGW +mIm +cbb +bKa +cGq +bMy +bxT +bzy +bzy +bIK +bJx +bKc +bxT +cta +caZ +bLy +bxT +bKM +cmQ +bLy +bxT +bKM +ctM +bLy +bxT +ctS +cud +clj +cll +clj +clm +clo +clo +clo +clp +clt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(78,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +bfq +aaa +aaa +aaU +aiN +alu +aDT +aGy +awu +auL +awu +auL +aAc +aGq +aJX +bdE +cen +aGq +cvK +aHM +cnp +aIQ +aJG +aKL +bPt +aNi +aSW +aHM +bju +aQW +buO +buO +aQW +buO +aQW +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bcy +bed +boJ +fuR +bzX +bAl +boL +bAG +cnT +boQ +cKJ +bAP +bcy +chR +cnV +cGG +cGM +cGP +cGV +cGV +cbb +bxT +cGr +bxT +bxT +bFl +bFl +bFl +bFl +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +bxT +cvG +cvY +bxT +bxT +bxT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(79,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +agW +ahf +ain +aaa +ain +alt +agW +aaa +aqw +abx +aCd +aDV +aEp +aEs +aIo +aEs +aNZ +atv +aGq +aGq +bdJ +ceo +aGq +aKY +aHM +aHM +aHM +aHM +aHM +aHM +aHM +aSW +aHM +bjJ +aGq +aaU +aaa +aaU +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +bcy +bcy +bcy +bcy +bcy +bgC +bdf +boR +bDL +boQ +cKJ +bAP +bcy +bWl +bZW +bcy +cbb +cbb +cbb +cbb +cbb +bRh +bTO +bVv +bTR +aaU +aaU +aaU +aaU +cav +cav +cav +cav +cav +cav +cav +aaU +aaU +aaa +aaa +aaa +aaU +cbB +ctY +cvA +cbB +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(80,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +agW +ahk +ain +aaU +ain +ahk +agW +aaU +abx +aiO +amq +avW +awd +awK +axf +awK +aOK +aAi +ceC +aAR +aEm +aGz +aGs +aOp +aOZ +aPu +aOZ +aOZ +aOZ +aSa +aSa +bbe +bnG +bkA +aGq +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bQe +aaU +aaU +aaU +bcw +bdf +bdf +bpM +bFp +bvj +cKK +bAU +bRi +bSl +bRi +bcy +aEF +bko +bko +bko +bTr +aVF +cGt +aVF +bTR +cav +cav +cav +cav +cav +cav +cbe +cbl +cbq +cav +cav +cav +aaU +aaa +aaa +aaa +aaU +cbB +cKr +cub +cbB +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(81,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +agW +ahl +ain +ain +ain +alv +agW +agW +agW +aiP +anV +auL +awr +awM +asL +axu +aOL +asL +asL +asL +aFj +aFj +aFj +bmc +aHP +aHP +aIT +aJK +aKP +aSi +aYh +csr +aNR +blf +aNR +buR +bKp +bKJ +aaa +bdg +bdg +bdg +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +bdg +bdg +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aye +aaU +aaU +aaU +bcw +cnL +bdf +bpR +bJw +bLc +cKL +bAV +bRj +bZf +bZY +bcy +aSj +bko +csT +bko +bTs +aVF +cGs +aVF +cav +cav +cHj +cqS +cav +cav +ccL +caX +caX +caX +ctb +cav +cav +cav +aaa +aaa +aaa +aaU +cbB +cKr +cuf +cbB +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(82,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +agW +aho +ais +akl +akO +aho +alW +amX +agW +aiO +aob +bUA +awk +ajU +asL +axv +aOW +aAn +aAS +aCc +aFj +aFX +aGt +bnW +cjW +aFj +aFj +aGq +bdQ +aSB +aGq +aNR +aNR +bly +bjF +byd +aUB +bKK +aaa +bdg +beN +bgx +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +bEC +bgx +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +chC +abp +abp +abp +bcy +biK +bdf +bpR +bJT +bLl +cKM +bQX +bvy +bZg +caa +bcy +aTE +aTE +aTE +aTE +bTG +aVF +cGs +aVF +caw +caA +cHk +caP +caT +caX +caX +caX +cbh +caX +caX +cbx +cav +cav +aaa +aaa +aaa +aaU +cbB +cKr +cub +cbB +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +cpC +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(83,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahg +ahg +ahg +ahg +ahg +ahp +aiE +akq +akT +aAd +atq +atH +anU +anU +asL +asL +azi +asL +anU +axz +aPj +ayM +cCP +aCg +aFm +aGK +cCW +brG +aGu +aMh +aFm +aOr +aKS +aSW +cDs +aNR +biq +blA +bqh +buG +bIW +bKK +aaa +bdg +beR +beJ +bdg +bdg +bdg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bdg +beJ +beR +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +brs +brs +brs +brs +bcw +biT +bdf +bpR +bwD +bLx +cKN +bWt +bvy +bZj +cac +bcy +aTX +aVF +aVF +aVF +aVF +aVF +cHg +bTP +caw +caB +cHl +caP +caT +caY +caX +caX +caX +caX +caX +ctI +cav +cav +aaa +aaa +aaa +aaU +cbB +cKr +cub +cbB +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(84,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahg +akp +alw +afH +ahg +ahq +aiG +akr +alj +ari +amg +amX +anU +aCr +aKd +aLJ +azj +aph +asL +axA +aPk +aMp +aOn +aCi +aFj +aGb +cCX +bGn +aHW +baK +aFj +aSs +bWe +cPs +bdS +aNR +aPt +aYR +csE +bvJ +aUF +bKK +aaa +bdg +beJ +beJ +aXk +bjg +aXl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +baZ +bjg +bhS +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +cnI +cnJ +bgW +bgW +bgW +bgW +bnk +bqI +bHF +bDM +bOu +bWu +bRk +bZB +cad +bcy +aVF +cGR +cGX +cHb +cHc +cHe +cHh +bTQ +caw +caC +cHk +caP +caT +coG +caX +cHx +cHD +cHJ +caX +cbz +cav +cav +aaa +aaa +aaa +aaU +cbB +cKs +cug +cbB +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(85,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +ahg +aks +akY +alF +ahg +aps +agW +agW +agW +asF +ain +ain +anU +aEw +asX +aNj +aNJ +aph +asL +axB +aPn +aAv +aOO +aCl +aFj +aZT +aGv +bLp +bEV +aIr +aFj +aOs +aIP +aTf +aYy +bbf +bsf +bnI +aRo +bAn +bKG +bLe +aaa +bdg +beJ +beJ +bdg +bdg +bdg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bdg +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +bgW +bin +bjs +bgW +bgW +bmb +bgW +bgW +bOv +bWS +bcy +cvH +bcy +bcy +bSJ +cGS +cGY +buC +cHd +cHf +cHi +buC +cax +bWd +cHm +cbv +caU +cba +cnC +cHy +cHE +cbt +cpe +cav +cav +cav +aaa +aaa +aaU +cbB +cbE +cKt +cuh +cbE +cbB +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(86,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anU +anU +acc +anU +ahg +akt +atI +amm +ame +akL +akD +amh +aBA +arq +awJ +awJ +anU +aHb +asY +aNG +aNV +aBb +anU +abS +aPv +abS +aPD +abS +aFj +aFj +aLa +cjR +aFj +aFj +aFj +aGn +bfA +aTu +aGn +aNR +aNR +aNR +aRw +bCe +aNR +aNR +aaa +bdg +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +coQ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bgW +cfg +bjt +bep +bVe +bVp +csf +bgW +jyu +bXg +bXS +bYb +cae +bcy +bfr +cGT +bJz +bTo +cag +cbc +caI +bTo +cax +caE +cHn +csk +cav +cav +cav +cHz +cHF +caX +cav +cav +cav +aaU +aaU +aaU +cbB +cbB +cnj +cKu +cui +clh +cbB +cbB +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(87,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anU +aaN +aaS +auE +ahy +aku +aly +aoq +aoR +aoV +aoY +apu +aeD +arT +aaS +aNM +anU +aHN +atj +ayf +azn +aBe +bzx +axC +aPY +aAz +aOh +aCG +bpX +aGo +aAz +cjS +anU +aMY +aNK +aNL +aPo +aTD +aNL +aNK +aVj +aNR +bao +bDk +aNR +aaU +aaa +bdg +beJ +bbI +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +cmd +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bgX +bAw +biA +biA +biA +bmd +csI +bgW +bOw +bcy +bRm +bYj +bRq +bcy +big +cce +bJA +bTq +big +big +bTN +big +cax +cpg +cHo +cbw +bXd +cav +cav +cHA +cHG +cav +cav +cbE +cbE +cbE +cbE +cbE +cbE +cle +csW +cKv +cuj +cuq +cus +cbE +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(88,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aah +aaz +byX +byX +byX +byX +byX +aaz +acO +anU +aeb +apc +auI +ahy +aky +amI +aod +amB +ajy +akF +awG +axW +asj +awR +axo +anU +aIl +anU +anU +anU +aBf +anU +aTp +aQb +aaS +aQl +agu +aSk +aUg +blY +cjT +aLk +aNd +aNL +aNL +aPq +aUC +aNL +aNL +aVj +aNR +aNR +bEm +aNR +aaU +aaa +bdg +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bgX +biB +biA +cDS +cDU +cDW +cDY +bgW +bOx +bcy +bcw +bYs +bcw +bcy +bYr +cgV +cGi +cGl +cGo +cGp +cGu +cGp +cGx +cGz +cHp +cHr +cGz +cHu +cHw +cHB +cHH +cHK +cHM +ckP +ckT +ckT +ckT +ckV +cRc +clg +ctc +cua +cvW +cur +clh +cbB +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(89,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aan +aaA +aaA +aaA +aaA +aaA +aaA +aaA +ada +anU +anU +apQ +auK +ahg +akA +amQ +ama +ahg +abS +abS +awZ +aEy +ayS +abS +abS +anU +aIV +anU +ayj +anU +aBj +anU +axN +aQb +aaS +bpo +aAX +aED +aVw +aBF +aKx +aLL +aNf +aNN +aNL +aPq +aUC +aNL +aNL +aVl +aYT +aXf +bFH +aYT +aaU +aaa +bdg +beJ +beJ +bdg +bdg +bdg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bdg +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bGI +bGI +bGI +bGI +aaa +aaa +aaa +aaa +aaa +aaU +bgX +csF +csN +biA +biA +csL +cDj +cDy +bPl +bXx +bXT +bYu +bYA +bYA +bZG +cmV +cGj +cGm +bYv +bYv +cio +cct +cct +bOO +cHq +cHs +cHt +cHv +caG +cHC +cHI +cHL +cHN +ckQ +ckQ +ckU +ckQ +ckW +cRd +csX +ctP +cuk +cul +cur +clh +cbB +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(90,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaU +aaU +aas +aaA +aaC +abn +abq +abG +ack +aaA +adb +anU +aaR +aqa +awY +adO +acN +amZ +acN +aqY +ajz +alM +axK +axX +azk +acN +acN +azl +aJw +anU +anU +anU +aLw +abS +axT +aQb +aaS +aAY +avj +aSN +aVI +aBF +aKy +anU +aNk +aNL +aNL +aPq +aUC +aNL +aTO +aTP +aYT +baA +bFI +aYT +aYT +bdg +bdg +beJ +beJ +aXk +bjg +aXl +cut +aaa +aaa +aaa +aaa +aaa +aaa +baZ +bjg +bhS +beJ +beJ +bGI +bXP +aaa +aaa +aaa +aaa +aaa +ceE +bjg +ceF +beJ +beJ +bGI +aaa +aaa +aaa +aaa +aaa +aaU +bgW +biG +cve +bky +biA +biA +cDj +cDy +bWT +bXh +bYa +bYw +bYL +bZE +bZE +csP +cGk +cGn +cct +bYo +ckk +bYF +cct +bFu +bKe +bsM +bsM +bsM +cuY +bIk +bIk +cbB +cbB +cbB +cbB +cbB +cbB +cbB +cbE +ctW +cbD +ctZ +ctZ +cld +cus +cbE +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(91,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +ckl +aaa +aaa +aaa +aaa +aaa +aas +aaA +adB +aaF +aaJ +abm +acd +acl +acD +aaG +aeh +aqf +auS +agu +ajx +ana +agu +agu +agu +agu +aqf +asV +aCt +agE +atU +aAV +auV +aGP +bls +aKO +aLx +ayR +ayC +aQE +aMZ +aAZ +aCL +abS +aVO +aKh +anU +anU +abS +abS +aNL +aPz +aUG +aNL +aNL +aVu +aYT +baC +cPt +bcs +aYT +bdj +beF +beJ +beJ +bdg +bdg +bdg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bdg +beJ +beJ +bGI +bXV +aaa +aaa +aaa +aaa +aaa +bdg +bdg +bGI +beJ +cis +bGI +aaa +aaa +aaa +aaa +aaU +aaU +bgW +biI +cqB +czA +cBt +csx +cDv +bgW +bWU +bXl +bXy +bWa +bYc +bXU +bXU +bWa +bJF +bKv +bYv +bYp +bYx +cPw +caz +bsU +bRV +bQQ +ccd +csV +cvt +bZT +bIk +aaU +aaU +aaU +aaU +aaU +aaU +aaU +cbB +cbB +ctN +clh +clh +ctN +cbB +cbB +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(92,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aas +aaA +aaH +aic +aaF +aaF +acu +aaA +acU +adK +aeL +asO +auT +ahE +akQ +ahE +ahE +ahE +ahE +ahE +aqz +atV +aCW +aEC +aEL +aBa +aGG +aHH +aIs +aJy +aKt +aKC +aLn +aQH +aMq +aQm +aSh +aTR +aWS +bpS +anU +aLW +aaS +abS +aLZ +aPB +aUV +aYB +bbg +bcH +bnZ +bqi +bIl +bcJ +bOY +bdr +beJ +beJ +beJ +bdg +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bdg +beJ +ceI +bGI +bXV +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bGI +beJ +bbI +bGI +aaU +aaU +aaU +aaU +aaU +aUk +bgW +bgW +csl +cAQ +bgW +bgW +cEb +bgW +bWV +bXh +bXA +bXU +bpz +aaa +aaU +bXU +bKs +bKv +bYv +bYq +cPv +bYH +bYv +bFx +bSd +bTh +bto +bTh +cvQ +crW +ceb +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cbB +cbE +cbB +cbB +cbE +cbB +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(93,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aas +aaA +abl +aaF +aaQ +abA +abA +acC +acZ +adW +asV +aeM +adA +aed +afl +afl +afl +aiK +ajA +ajA +aew +avg +aew +axi +atW +aCE +aCH +anU +anU +anU +aPX +abS +ayI +aQM +aSx +aTF +aUv +aVz +aWe +aTF +aWC +aXi +aXO +aYS +aZM +bbp +bcN +aYJ +aNL +aVJ +aYW +baF +bIr +bcx +cvZ +bdr +beJ +beT +bbI +bdg +aaU +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaU +bdg +cmd +beT +bGI +bXV +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bGI +beJ +beJ +bGI +aaU +aaU +aaU +aaU +aaU +aTV +aUo +aVW +cDH +bbS +aUk +bVL +cEc +bXr +bWW +bXh +bXB +bXU +bpz +aaa +aaU +bXU +aJV +brz +bYv +bTg +bYy +crf +bYv +bIe +bSe +bto +csZ +bto +cEP +cRq +ceb +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(94,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +cpB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aas +aaA +abk +abo +abw +abP +acy +aaA +adb +anU +aeQ +aeM +ani +aew +aeJ +aeJ +aeJ +aew +aeJ +aeJ +aeJ +avF +aeJ +aeJ +aeJ +aew +aDW +aew +aIn +aew +aFG +aew +aew +ayT +aRO +aBI +aDs +bfw +aYo +aKo +anU +aaS +aMP +abS +aOv +aPH +bcQ +aUC +aNL +aVJ +aYX +baD +bIV +bKg +cwa +bdr +beJ +bfd +beJ +bdg +aaU +aaa +aWZ +aWZ +aWZ +aWZ +aWZ +aWZ +aWZ +aaa +aaU +bdg +beJ +bfd +bdg +bXV +aaa +aaa +ceD +aaa +aaa +aaa +aaU +bdg +beJ +coR +bdg +aaa +aaa +aaa +aaa +aaU +aUi +aUp +aWm +cDH +bcB +aTV +bVM +cEd +bWs +bWs +bXh +bXJ +bXU +bpz +aaa +aaU +bXU +bKs +bLG +bYv +bYv +cwb +bYv +bua +bJE +bSd +bTh +cqz +bTh +cRi +cum +ceb +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cpB +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(95,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aan +aaA +aaA +aaA +aaA +aaA +aaA +aaA +ada +anU +aeQ +aeM +adD +aew +afn +agI +aid +aew +ajG +alU +aew +awH +aew +axj +ayQ +aew +aDY +aew +aew +aew +aQf +aSX +aew +ayU +aSQ +aAB +aDt +asL +aYr +asL +anU +abS +abS +abS +aNL +aPq +bdx +aYO +aNL +aVL +aYT +baG +bbM +aZA +aYT +bdy +beM +bfd +beJ +bdg +aaU +aaU +aWZ +aXC +aYg +aYz +aZf +aZr +aWZ +aaU +aaU +bdg +beJ +bfd +bdg +bXV +aaa +bdg +buB +bdg +aaa +aaa +aaU +bdg +beJ +beJ +bdg +aaa +aaa +aaa +aaa +aaU +aUi +aUu +cnu +cDI +cDT +aTV +bQZ +cEd +csO +cEu +bXh +bXK +bWa +bYc +bXU +bXU +bWa +bKt +bLU +bRM +bRO +bRR +cyt +bDT +bKd +bTi +caO +ckb +cuZ +cRj +cFV +ceb +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(96,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aay +aaz +bPo +bPo +bPo +bPo +bPo +aaz +aeg +anU +aeV +aeM +adE +aew +afG +agP +agP +aiL +ajT +anu +ask +ayF +aCX +aEE +aEE +aES +aGT +aHT +aJt +aJN +aQg +akv +aew +ayU +aSQ +aTg +aDu +asL +aYq +aXu +aZU +aZV +beb +aNO +aNL +aPq +bex +aNL +aTO +bhh +aYT +aYT +bbP +aYT +aYT +bdg +bdg +bJy +caW +bdg +aaU +aaa +aWZ +aXD +aYk +aYk +aYk +aZs +aWZ +aaa +aaU +bdg +caW +bJy +bdg +bXV +aaU +bdg +bjg +bdg +aaU +aaU +aaU +bdg +beJ +beJ +bdg +aaa +aaa +aaa +aaa +aaU +aUi +aUu +aWm +cDH +bOt +aTV +bIg +cEe +cEs +cEv +cEx +cEA +cEJ +cEM +cEJ +cEJ +cEJ +bKu +bQv +bRN +cEs +bRS +cEN +cEO +bIc +bRX +cRn +cvS +cmR +cRp +cRk +ceb +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(97,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anU +agv +aeN +abS +aew +afJ +agP +agP +ajB +akv +anw +aym +azN +aDe +aDe +aDe +aET +aHg +aHS +aLf +aJO +aQi +alU +aew +ayW +aSQ +aAB +aDB +asL +aYq +aXu +aZV +aZV +beb +aNS +aOw +aPq +bcQ +aNL +aTY +aWk +aXR +azd +aTS +aRW +bcR +bdN +beJ +bfd +beJ +bdg +bdg +aaU +aWZ +aXE +aYk +aYA +aYk +beg +aWZ +aaU +bdg +bdg +beJ +bfd +bGI +bYd +bGI +bGI +bzb +bGI +bdg +bdg +bdg +bGI +beJ +bbK +bGI +aaU +aaU +aaU +aaU +aaU +aTV +aVh +biP +cDH +bcC +aTV +bIn +bIN +bIO +bIQ +bIR +bIQ +bIQ +bIR +bIQ +bIS +bIQ +bIQ +bQP +cfZ +bWX +bWX +ckf +btn +bIh +bRY +bTD +czH +bKf +cRl +cRr +bIk +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(98,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +akE +akE +ans +apg +aqE +aew +afY +agP +agP +aiL +akv +anw +akv +akv +akv +akv +aAh +aew +aEW +alU +akv +aKa +aKw +alU +aew +azc +aSQ +aAB +aDL +asL +aYq +aXu +aZW +aZV +beb +beb +beb +aPM +bcQ +aNL +aNL +aWl +aXR +aRI +aTS +aRW +bcR +bcR +cmd +bfd +bgz +bgx +bdg +bdg +aWZ +aZf +aYk +aYk +aYk +aYg +aWZ +bdg +bdg +beJ +beJ +bfd +blc +bYP +coS +aXc +aXc +aXc +aXc +aXc +aXc +aXc +aXc +aXc +bGI +aaU +aaU +aaU +aaU +aaU +aTV +aTV +aTV +bAc +brw +aTV +bVM +cEf +bWx +aab +bXo +bXQ +bXZ +bYi +bYk +bWa +bWa +bXU +bXU +bXU +bXU +bXU +bWa +bIk +bId +bKN +bTD +cmS +ccm +coH +bJH +bIk +cOI +cOI +cOI +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(99,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aak +aak +aak +aak +aak +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +bhy +alq +alq +apn +aqF +aew +agD +ahr +aiH +aew +akw +aoB +akw +aqD +aew +ayh +aew +aew +aUy +alU +akv +aym +aQg +akv +aew +azf +aCb +aFT +bjV +bpW +aZO +aXu +aZX +bcr +beO +beO +beb +cDp +beL +aRm +aNL +aXw +aXR +aRW +aTS +aRW +bcR +bdU +beJ +bfd +beJ +bii +coP +bdg +aWZ +aVG +bnu +bnV +aYl +aZu +aWZ +bdg +byV +bzB +bgA +bWf +bXm +bZQ +bWq +ccN +cei +ccN +ccN +ccN +ccN +ccN +coZ +blO +bGI +aaa +aaa +aaa +aaa +aaU +aTV +aVk +bfu +csu +cAS +cDV +cDX +cEg +bWx +bSE +ckR +bSE +bSG +bTc +bSE +bSE +aaU +aaU +aaU +aaU +aaU +aaU +aaU +bIk +bIj +bKO +bTD +cry +ccm +cOx +cOA +cOE +cOJ +cOP +cOT +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cPf +cPf +cPf +cPf +cPo +abp +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(100,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aar +abM +abR +abR +abM +aZG +aaU +aaU +aaU +aaU +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aTx +akE +akE +anC +app +aqH +aew +aew +aew +aew +aew +aew +aew +aew +aew +aew +axk +asz +aew +aGV +akv +aLv +alU +aQA +aSZ +aew +aAP +aEc +bjB +asL +asL +bfm +aXA +aZY +bct +beP +beP +bjv +cDq +bhz +ccQ +ccS +aXB +aYY +aSc +aTT +aUH +bcX +bel +cpl +bfi +bgA +bLH +bji +bli +aWZ +aWZ +aWZ +boe +aWZ +aWZ +aWZ +beJ +bSW +bUy +bJG +aZy +aZy +aZy +aZy +aXg +bfd +bjg +bUt +bai +baV +cKF +bbn +cKG +bGI +aaa +aaa +aaa +aaa +aaU +aTV +aVq +bfx +cuQ +cpP +aTV +bVR +cEh +bWy +buf +bJu +bSQ +bSY +bTd +bTj +bSE +aaU +aaa +aaa +aaa +aaa +aaa +aaU +bIk +cpw +bKP +cRo +crA +cdW +cOy +cOB +cOF +cOK +cOI +cOI +aZG +aaU +aaU +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aTx +abM +abR +abM +abM +cPo +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(101,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aar +abM +aca +acG +acG +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +akP +als +anW +apr +aqJ +arR +ajC +agH +akC +amb +amk +auH +ape +civ +avG +axl +aCu +aew +aFG +aIz +aew +aPZ +aQY +aTa +aew +aDi +bGY +aDX +aIq +atc +aYq +aXu +baa +bcL +beS +bgm +bjC +cDr +bhW +ccR +aNL +aXG +aXR +awO +aUc +cjq +bcR +bcR +bcR +bcR +bgE +bLJ +bLV +bfi +blE +bBW +bgA +aww +awL +aGC +aON +aGC +bTu +bUC +bVQ +aZy +bTp +bRe +baw +bZA +cfQ +bZA +bZA +bqB +bZS +bZS +bZS +bZS +bZS +aaa +aaa +aaa +aaa +aaU +aUi +ciC +bzz +cvM +cts +aTV +bVM +cEf +bWz +bSE +bSK +bSR +bSL +bTe +bTM +bSE +aaU +aaU +aaU +aaU +aaU +aaU +aaU +bIk +bJD +bKQ +bYB +cgr +bIk +cOz +cOC +cOG +cOL +cOL +cOU +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cPg +cPi +cPj +abR +cPo +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(102,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aar +abM +ace +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +akE +akE +akE +akE +akE +akE +ahm +ako +alx +bfa +aaj +bNM +civ +cix +avG +axm +aCC +aCK +aFZ +aew +aew +awQ +ayO +aBx +aoF +aHR +ccM +aDX +aJU +atc +aYq +aXu +baj +bcP +bfg +bgy +bjD +aNO +bcQ +aNL +aUD +aXR +aXR +cjy +aTS +aQL +aUX +aZE +aVS +bcR +bgF +bcR +bLX +bLY +bLY +aVd +bLY +bQg +bQw +bLY +bLY +bLY +bTy +aZy +bVU +aZy +bJm +bbm +baw +aXe +chU +cjw +cjw +cke +clu +cmP +clw +bZZ +bZH +aaU +aaU +aaU +aaU +aaU +aTV +aYf +beo +cuQ +cwe +aTV +bVS +cEi +cEt +cEw +cEy +cEB +cEK +bSS +bTl +bSE +brU +brU +brU +brU +cdZ +brU +brU +bIk +bIk +bIk +ccB +cFW +bIk +cGb +bRI +cOH +bRI +bRI +bRI +bCh +aaU +aaU +aaU +cpz +cpz +cpz +cpz +cpz +cpz +cpz +aaa +aaa +aaa +aaa +cPk +abR +cPo +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(103,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aar +abR +ace +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bUo +aaU +acL +afs +aiT +aco +alG +cjo +aaj +aGc +bNT +ciy +cnF +bGU +bHl +aoF +asW +atz +avJ +awS +azB +aBC +atc +aIF +aJv +aJZ +aLY +aNA +bkF +aXu +aXu +bcU +aXu +aXu +bjD +aQn +bcQ +aNL +aUE +aXR +aQG +aRW +bsb +aUI +aUY +bew +aUY +aWb +aRW +bcR +cpc +bjj +bjj +bmh +bnv +bou +bQx +bqj +bjj +bjj +bjj +aZy +bVV +bWg +aWg +bbo +baw +bZC +cjv +aYc +bZF +bay +bZU +cnW +bbq +bcp +bZH +aaU +aaU +aaU +aaU +aaU +aTV +bHH +aWp +czf +coI +aTV +bVT +cEj +bWA +bSG +bSL +bSS +bUJ +bSS +bSL +bSC +brZ +btf +btU +cec +brU +ced +cej +bCh +bRL +bIs +ccC +cGN +cFn +cGc +bMj +bMj +bMj +cfb +cFP +bCh +aaa +aaa +aaU +cpz +bNr +bQU +cuv +cLC +cCQ +cwT +aaa +aaa +aaa +aaa +cPk +abM +cPp +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(104,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aar +abM +acf +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bUo +aaU +acL +afF +aip +beV +aco +amd +aaj +cit +ciw +ciz +ciB +bGV +bHm +aLu +ata +ata +ata +awT +aAk +cjN +atc +aIG +aRU +aDX +aYI +atc +aVQ +aWa +aWa +cCV +aYt +aBY +aOB +aNO +bcQ +aNL +aUL +aXR +aQK +aRW +bzT +cnq +aVe +aRH +aVe +aWc +aRW +bcR +bcR +bcR +bcR +bmi +bnx +bpn +bQx +bqA +aZy +aZy +aZy +aZy +bav +bWh +csG +bQA +aZy +bZV +bZJ +bZF +cpu +bax +cea +bZX +ccY +cab +bZH +aaa +aaa +aaa +aaa +aUk +aUk +aUk +cnm +czz +aUk +aUk +bWa +cEk +bWa +bSE +bSM +bST +bSZ +bTf +bTm +bSC +bsa +buA +bJK +ceg +bqT +cee +cef +coc +bTz +bTE +ccD +cGO +bTE +cGd +cvT +cFA +ckh +cFK +cFQ +bCh +aaa +aaa +aaU +cpz +bNv +cAC +cCk +cCv +cCS +cpz +aaa +aaa +aaa +aaa +aaa +aRv +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(105,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +acM +aaa +aaU +aaa +aaa +aaa +adj +adj +adj +adj +adj +adj +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +avi +aal +aal +aal +bGW +aco +apH +aoF +auP +bGf +bHh +cqd +cBb +aFP +aKi +aMN +aQw +coU +atc +aVV +aSg +aXM +aYq +aYt +baB +aOB +aQo +bix +bcS +aQo +aXR +aQL +cjq +aQL +aQL +cjq +aQL +aQL +aTS +aRW +bcR +bjG +blk +blF +bmn +bnz +bpw +bQx +bll +aZC +bcz +bad +bah +baR +bWi +aWh +cmN +aZy +baE +bRZ +bZF +csH +bay +bKw +bZH +bZH +bZH +bZH +aaa +aaa +aaa +aaa +aUk +bmG +bmG +bmG +cDN +bmG +aUk +bWr +cEl +bWB +bSE +bSN +bSU +bTa +bau +bTn +bSC +bRH +bth +cOd +ceg +brl +cef +cnZ +bRI +bTA +bVO +cfN +cPx +ckd +cGe +bMj +bLI +ckj +cFL +cnX +bCh +aaa +aaa +cpz +cpz +cpz +cAD +cCl +cCw +cpz +cpz +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(106,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +adj +aeC +afv +adF +agM +adj +aaa +aaU +aaU +aaj +aaj +aaj +aaj +aaj +aaj +aau +ahn +ajH +ajY +alB +amj +ape +aal +ciu +aal +ape +amj +aCM +bHd +afX +atc +auW +avL +axw +cqH +bhN +aIC +aDP +aPs +aGh +csn +atc +aVZ +aXL +cqN +aYq +aYt +baH +bcR +aPr +biC +beJ +bft +bdg +aaa +aaa +aaa +aaa +aaa +aaa +aQL +aTS +aRW +bcR +bjX +cpn +blJ +bmZ +bnA +bpy +bQI +bll +aZI +beG +bae +chP +baS +bWj +baS +bbr +aZy +bJC +bZK +bZF +cjx +bay +baX +bZH +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aUk +bwK +bAF +bmG +cDN +bmG +aUk +bWc +bWo +bWC +bSE +bYV +cEC +cEL +bvn +bSC +bSC +bRJ +bth +bTB +cek +csK +cKk +cKl +cKm +cKn +cKo +bYI +cPP +bIq +cqZ +bMj +bLW +cFF +cFM +cnY +bCh +aaa +aaa +cpz +cvU +ctO +cAE +bNs +cLF +bNA +cpz +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(107,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +adj +aeR +afx +aga +afI +adj +aaa +aaa +aaU +aaj +aaE +acn +acn +acn +acn +afw +acn +ajN +amS +amS +aoX +amS +amS +aDE +amS +amS +aKR +apY +bRa +cjO +atc +aVr +avM +avL +csw +aBK +aID +aLX +aSJ +aHZ +atc +atc +ayd +ayd +ayd +chJ +aOo +baM +bcR +aPr +biC +beJ +bft +bdg +aaU +aaU +aaU +aaU +aaU +aaU +aQL +aTS +aRW +bcR +bku +bll +blK +bmn +bnD +bpC +bQx +bll +baz +aZN +bCS +bak +bAI +bWk +cdE +bbs +aZy +bKR +cnN +bZF +cCJ +cnP +bZS +bZS +bGI +aaa +aaa +aaa +aaa +aaa +aaa +aUk +bmG +bmG +bmG +cDN +bmG +aUk +bWb +cEm +bWL +bSE +bSP +cED +bTb +bCX +bSC +brk +bsp +bth +bth +ceg +brU +bSX +cel +bCh +cEQ +bXn +bYJ +bSa +bSc +bSg +bMj +cFB +cFG +cFN +cvw +bRI +aaU +aaU +cpz +bMN +bMJ +cAG +bMJ +cLG +bNB +cpz +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(108,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +add +adC +adC +adC +aeS +adj +adj +agN +ahL +ahL +ahL +ahL +afD +afQ +age +age +agy +age +age +afC +akK +akG +alC +aal +ape +aal +aDU +aal +bGH +aal +aOH +aal +arb +atc +atc +atc +atc +csA +aCa +aCa +aId +aIx +aJx +aVc +ayd +cfR +aLl +ayd +cDk +ayd +ayd +bGI +aPw +bmC +aYP +bft +bcR +bdg +bdg +bdg +bdg +bdg +bdg +bcR +bgN +bgF +bcR +bcR +bcR +bcR +bna +bnP +bpF +bQY +bqK +aZy +aZy +aZy +bak +baw +bWw +aZy +aZy +aZy +bZH +bZH +bZA +cCK +bZH +bZS +bSB +bTT +bTW +bTW +bTW +bTW +bTW +bTW +bmE +bUu +aUk +aXt +cDK +aXt +bwm +bWa +cEn +bWR +bSH +bSG +cij +bSG +bFB +bSC +bhx +bqv +bti +btY +cod +cdZ +bss +cem +bRI +cER +cEU +bSh +bCh +bCh +bSh +bMj +cFC +cFH +bCh +bCh +cpz +bMl +bMl +cpz +bMO +bMJ +cAH +cvy +cLH +bNC +ctD +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(109,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adf +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +adM +aaj +aaI +ami +akX +akX +akX +akX +aqV +arS +akX +akX +akX +akX +avN +awy +avN +avN +avN +aBk +avN +aDa +aDS +aDS +aDS +aBy +cwf +cBc +cBu +cBE +cKD +cBo +cBZ +cCb +cCe +cCe +cCe +cDl +cCn +cCp +cCq +aRb +bjU +aYQ +bgc +bgd +bgd +bgG +bgd +bgd +bgd +bgd +boo +bTw +bgE +coO +bkx +blo +blo +bnc +bnR +bpG +bQx +bqY +brM +bwr +bkx +brI +blo +bWE +blo +bGr +bIZ +bVI +blo +aYH +cCL +aYH +bGI +bTt +bGI +but +but +but +but +but +but +bUq +bUv +bUq +baL +cDO +bbl +bbA +bbW +cEo +bbl +coB +bbl +cEF +buD +bFC +bqc +brm +bst +bst +bst +csj +bst +bst +coV +bCh +cES +cEV +cgf +cFj +cFo +cFr +cFt +cFD +cFI +cFO +cFR +ctD +bMo +cob +cpz +bMP +bMJ +cAK +bMJ +cLI +bND +cDe +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(110,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adf +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aiM +aaj +aaI +aco +akX +alA +aoe +apA +aqX +arU +apA +atN +auv +akX +avO +awz +ayp +azb +avN +aBl +aBP +aDc +aBQ +aEJ +aFM +azP +aFf +aIu +aKJ +aKJ +cKE +aKJ +aKJ +aKJ +aKJ +aKJ +aKJ +aXK +aYw +aYV +baJ +bcf +bke +bmq +bmL +bgu +beJ +beJ +beJ +beJ +beJ +beJ +beJ +biS +bjR +cCG +bUw +cCG +cCG +bpx +cCG +cCH +bRf +cCG +cCH +cCG +bUw +bVJ +cCG +bWF +cCG +cfz +cCG +cCG +cCH +cCG +cCM +cCG +cCN +coM +cpr +cpx +cpx +cpx +cpx +cpx +cpx +crV +crY +crZ +csJ +cDP +bUI +bUI +bVB +cEp +bUI +cqe +cqg +cEG +bdv +bqr +bqe +brq +bst +bst +bVP +cKh +btj +btj +bAo +cuW +cET +cEW +cka +bQk +bQk +bQu +cFu +cFE +cFJ +bQL +cFS +cFT +cFU +bNg +bNh +bNj +bNw +cPc +cCm +cCx +cDb +cDf +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(111,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adf +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aiM +aam +aaI +acw +akX +alE +aoi +apD +arf +arZ +atp +atT +aux +akX +avR +awC +ayq +azp +avN +aBo +aBQ +aDd +aBQ +aEK +aFM +azQ +aFi +cBe +aEv +aEv +aEv +aEv +aEv +aEv +aEv +aEv +aEv +aMH +aMS +aNI +aOS +aQD +bkP +aZJ +beJ +beJ +beJ +beJ +beJ +btG +beJ +beJ +beJ +biW +bqd +bcf +bwU +bcf +bcf +bCi +bcf +bCp +bcf +bcf +bCs +bcf +bwU +bCD +bcf +bcf +bcf +bGt +bJB +blB +cCI +blB +blB +bRg +bWH +bWM +bZr +cde +cmF +crk +cmF +cmF +cwU +cAT +cBA +cCT +cCU +cCY +cCU +cCU +cCZ +cDQ +cEq +cID +bZm +cEH +bdv +bqr +cyy +cyA +bst +cyE +cyK +buJ +bst +bst +bAq +cuX +bFJ +cEX +clv +bWD +cqb +bKy +cFv +bJI +bJI +bLL +bMa +ctF +coJ +cpb +cpz +bMR +bNx +cBD +cLA +cCy +cLP +cLT +cLU +aaa +aaa +aaa +aaa +aTd +aaa +abp +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(112,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adf +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aiM +aap +abd +abT +akX +alO +aok +akX +arh +asb +akX +atY +auB +akX +avS +awC +ayr +azA +aAf +aBr +aBR +aDf +aDZ +aEN +aFM +aAe +aFC +cAW +aHk +aIi +aHQ +aHQ +aHQ +aJT +aHQ +aHQ +aHQ +aHQ +aOz +aHt +bGI +bGI +bkU +aZJ +bGI +bGI +bGI +crr +bjj +bjj +bjj +bjj +bIP +bje +bqn +bjj +bkx +blC +blO +bnr +blO +blO +blO +baf +bRs +bxk +bkx +bjj +bFA +bjj +bIP +bGA +bGE +bLg +bMG +bPR +bGE +bRy +bSA +bTw +cwW +bTY +bTY +bTY +bTY +bTY +bTY +cwX +cqY +bUE +baO +cDR +bFc +bFc +cDa +cEr +bPQ +cIE +cEz +cEI +bXi +bga +caQ +bXC +bvK +bHI +bYK +buK +bst +bst +bKi +bPP +bQa +cEY +cqW +bJg +bQl +bYG +cFw +bpa +bQn +bQC +cmZ +cpz +cvs +cwg +cpz +bMl +bNy +cBG +cpz +cCz +cpz +cpz +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(113,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adf +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +adM +aaq +aaI +acF +akX +akX +akX +akX +arj +ase +akX +akX +akX +akX +avX +awF +ayt +azC +avN +aBt +aBZ +aDd +aEd +aEO +aFM +aAj +aIk +cBf +cBv +aIj +aHs +aHs +aHs +aHs +aHs +aHs +aHs +aHt +aNp +aHt +aPb +bGI +blm +baq +bGI +aPb +bGI +bgL +bGI +bdg +bdg +bdg +bGI +bjh +bqF +bGI +aWB +bsl +cjJ +aXH +cbA +cbH +ckZ +aZv +bRP +aWB +aWB +bDN +cpv +bDN +bGI +bdg +bdg +bGI +bGI +bGI +bGI +bRB +bGI +bTt +bGI +but +but +but +but +but +but +bUq +bUv +bUq +baQ +cuR +cvl +cvl +cKe +cNh +cNw +cIF +ccp +bqo +buF +bpA +bqe +ceY +bwf +bHJ +cbr +cDE +cDG +cEa +buS +buS +bFX +cEZ +bAs +ayY +baT +baT +cFx +bpb +bqO +bru +coY +cpz +bMr +cwh +cwl +bNm +bNz +cBT +cpz +cCD +cDc +cpz +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(114,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +adh +adC +adC +adC +afb +adj +adj +agO +adj +adj +adj +adM +aat +abf +acF +acI +aem +aex +aht +aRz +brB +ank +arJ +amo +acF +avN +avN +avN +avN +avN +aBw +aBZ +aDo +aDo +aEP +aFM +aAj +aFC +cBg +aIj +aHs +aHs +aaU +aaU +aaU +aaU +aaU +aaU +aHY +aHY +aHY +aHY +aHY +bln +bmy +aNT +aNT +aNT +aNT +aNT +aaa +aaa +aaU +aSt +bjk +bqG +aWB +aWB +aWK +aXo +aXI +aYn +cda +aZj +aZw +bRQ +aZQ +aWB +aWB +bGI +bGI +bGI +aaU +aaU +aaU +bGI +aSV +bGI +bRW +bgY +cgC +bTT +bTZ +bTZ +bTZ +bTZ +bTZ +bTZ +bUr +bUz +bUq +bbh +cuR +cvm +cDn +cKf +cNi +cvl +cIF +ccp +bqr +bbh +bpB +bqm +bqm +byw +bst +cbr +cDF +cDJ +cKC +cDh +cPR +bFJ +cFa +cFk +cFl +cFp +cFp +cFy +bbt +bqP +brO +bQB +ctD +bMs +bMA +cwm +bMT +bNG +cCa +cCo +cLL +cDd +cwg +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(115,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +adj +adY +afc +afy +agb +adF +ahM +ahM +aie +adM +bHX +abY +acF +acV +adi +aeT +afq +aij +cdI +adi +adi +anl +acF +aVD +axP +aCA +bGM +avN +avN +aCh +aDp +aDp +avN +aDS +aAU +aFC +cBh +aHs +aHs +aaU +aaU +aaa +aaa +aaa +aaa +aaU +aHY +aTL +aVA +aWi +aWo +blr +aXq +bbj +bda +bol +aSl +aNT +aaa +aaa +aaU +aSt +bjk +bqG +aWB +aWG +aWM +aXr +aXJ +aXr +cjG +aXr +aXr +bRU +aZR +aWI +aWB +aaa +aaa +aaa +aaa +aaa +aaa +bGI +bGI +aRy +bSk +aRy +bGI +bGI +aaa +aaa +aaa +aaa +aaa +aaa +bUq +bUq +bUq +aaa +cuR +cvn +cDo +cLB +cNj +cvl +cIF +ccp +cpH +bbh +bqs +bXz +bqm +byD +bHJ +cbs +buS +cDZ +czg +czt +cPS +czD +cFb +bEl +bJn +bQm +cbf +bop +bpe +bQz +bXD +cna +cvo +cvO +cwi +cwn +cwu +cAB +cCc +cCr +cLD +cuv +cCr +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(116,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +adj +adY +aeR +adF +adF +adF +adF +adF +aig +adM +aiZ +ajL +acF +adg +adi +aeU +aeU +agr +alD +anj +ajJ +ajJ +auM +ayD +ayD +ayD +aIe +aLg +aEo +bnJ +bHo +bHq +bHf +arw +aBg +aGg +cBh +aHs +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aHY +aVg +aQF +bba +bcK +bmg +bmD +bmR +bnK +bnL +aSm +aNT +aaa +aaa +aaU +aSt +bjk +bqG +aWB +aWI +aWO +bPz +bQf +aYs +cjZ +aYs +aYs +bSV +aZS +aWG +aWB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bqX +bSr +bqX +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +cuR +cvp +cFY +cLE +cNk +cuR +cIF +ccp +cJe +bbh +brJ +btv +bqm +bzJ +bst +cbK +buS +bAJ +czh +czu +cPT +czE +cFc +bEl +aJD +bbx +bbZ +boq +bpg +bpg +bAy +bQJ +cpz +bMu +bMC +cwo +bMU +bNc +cCg +cCr +cLD +cuv +cCr +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(117,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +abp +akN +aTd +aaa +abp +aaa +aaU +adj +adY +afc +afz +agk +agR +afz +ahR +afz +aiW +ajp +ajR +agj +agq +agq +agq +acH +ags +alK +agq +anR +apf +auQ +azz +azz +azz +azz +azz +aUA +boH +bDZ +bEF +bHx +bHk +aBh +aGx +cBh +aHs +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aHY +aIv +aIv +aJW +aHY +aRQ +aYe +aNT +aUO +aQU +aSn +aNT +aaa +aaa +aaU +aSt +bjk +bqG +aWB +aWI +aWP +aXy +aXN +aXy +ckg +aXy +aXy +aXy +aZZ +bag +aWB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bqX +bSs +bqX +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +cuR +cuR +cFZ +cLJ +cNl +cuR +cIG +ccw +csM +cyo +bBs +blU +bqz +bAD +bIi +bBP +buS +caR +czi +cKj +buS +cFs +cEX +bIU +aJE +bbz +bjx +bot +bot +bjx +bAH +cRm +cpz +cvs +cwj +cwp +cwT +cpz +cCi +cCr +cLM +cvf +cCr +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(118,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +adj +adY +aeR +afB +agp +agS +agp +agp +agp +aiX +ajr +ajW +agn +agw +ajJ +ahw +anQ +aUS +ckG +cwk +aBm +aoh +acF +arl +ayX +aDj +bGN +bGR +bHb +bvd +bHq +bHf +bHf +arw +aBi +aGx +cBh +aHs +aaU +aaa +aaa +aEQ +aEQ +aEQ +aEQ +aEQ +aHY +aHY +aHY +aHY +aHY +aTb +aWv +aNT +aNT +aNT +aNT +aNT +aSt +aSt +aSt +aSt +bjk +bqG +aWB +aWB +aWQ +aXz +aXU +aYu +ckY +aZn +aZx +bEs +bac +aWB +aWB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bqX +bSs +bqX +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +cuR +cGa +cuR +cNm +cuR +cIH +cgv +coE +bxM +bDd +bXt +brH +bAE +bIL +cdX +buS +buS +buS +buS +buS +cnz +cEZ +bJa +aKZ +bbB +blv +czK +bph +bqR +bAM +cvx +bMk +bMw +bMD +bMv +bMv +cvs +cCj +cCu +cLN +cLS +cCr +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(119,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +adj +adY +aeR +afI +agt +agV +adF +adF +aih +adM +adm +aeH +acF +adJ +adi +afq +agY +aij +brB +adi +amf +aoc +asJ +asJ +asJ +asJ +asJ +asJ +asJ +bvt +aDv +bHu +bHy +bHB +aAj +aGx +cBh +aHs +aaU +aaa +aaa +aEQ +aFw +aDR +aDM +aLV +aDN +aDN +aDN +aDN +aDg +aUM +bfl +aOa +aPI +aPI +aPI +aPI +aPI +aTn +aPI +aPI +bjp +bqW +aUh +aWB +aWB +aWB +aXV +aYv +aYN +aWB +aWB +aWB +aWB +aWB +aye +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bqX +bSs +bqX +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +cuR +cGf +cLK +cNn +cuR +cIF +cgB +bqr +bbh +bDm +bFE +bIf +bIt +bJd +bXq +cmK +cws +czv +cmU +crg +cvR +cFd +bEl +aMm +bbC +blw +blw +blw +blw +bAT +cez +bMl +bMv +bMv +bMw +bMv +cpz +cuc +cpz +cvs +cCl +cCu +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(120,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +adj +adM +adM +afe +afL +adM +adM +ahQ +ahV +aiI +adM +adt +aeO +acF +aek +aes +afr +ahi +ail +ckH +alr +avn +apb +asJ +atB +aBU +aDk +bGO +bGS +asJ +aDz +ark +bHv +aPF +aPF +aJA +aGx +cBh +aHs +aaU +aaa +aaa +aEV +aFy +aGd +aDM +aMg +aIa +aGE +aGE +aGE +aLi +aUT +baI +aOb +aPK +aPK +aPK +aPK +aPK +aVm +btR +aPK +bjH +brc +bkV +aVv +bkR +aWB +aXW +aWB +aZd +aWB +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +bqX +bSs +bqX +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +cuR +cGg +cLO +cuR +cuR +cIF +cgB +bqx +bbh +bPw +bqz +bqz +bzA +bRT +ciQ +col +cxh +czB +cnk +bqz +cKH +cFe +cFk +cFm +cFq +cRw +cFz +bqt +blx +bBn +ceA +bMl +bMw +bMv +bNi +bMv +coK +bMv +bNu +bMl +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(121,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adj +adP +aep +aeR +afI +agF +adM +adM +adM +adM +adM +adt +aeO +acF +ale +ale +ale +ale +aru +asf +ale +ale +ale +ale +azL +aCj +aDl +aIh +aLB +aVE +byR +bHr +bHv +aPF +bGp +aAj +aGS +cBh +aHs +aaU +aaa +aaa +aEV +aFz +aGe +aDM +aUK +aGe +alZ +alZ +alZ +alZ +aHU +aHU +alZ +alZ +alZ +aSt +aSt +aSt +bjA +aVv +cho +aWq +bro +bwa +bwY +bwY +bwY +bCl +bCn +aWd +aSt +aaU +bun +bxl +awq +awq +awq +awq +awq +awq +awq +aOe +aQv +aaU +bqX +bSt +bqX +aaU +cgI +cgN +cgN +cgN +cgN +aPg +aPg +cgP +aaU +aaU +aaU +aaU +cuR +cGh +cLO +cuR +cvL +cII +cgB +bqr +bbh +bPw +bqz +bqq +bzG +bFZ +ckp +com +cyu +czF +cDM +crn +cxf +cFf +bEl +aOF +bbE +coX +bbE +bbE +bqS +bQy +ceB +bMn +bMv +bMv +bML +bMv +bMv +bMv +bML +bMl +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(122,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adF +adF +aeq +afj +afN +adF +adF +adj +aaU +aaU +act +abQ +aeX +abU +ale +alQ +aol +ale +arz +ash +ale +aua +auF +ale +aAL +aCw +aPi +aPi +bGT +asJ +bHj +bHs +bHw +aPF +bGs +aAj +aGx +cBh +aHs +aaU +aaa +aaa +aEQ +aHn +aWt +aWz +aWW +aIc +alZ +alZ +aog +aog +axV +axV +aog +aog +alZ +bvv +aUh +cjM +aVv +aVv +bue +bue +bxf +bBY +bue +bue +bue +aXY +bCo +aWd +cho +aaU +bup +ajO +ajO +ajO +ajO +ajO +ajO +ajO +ajO +aQa +ajO +ajO +aRy +bSO +aRy +bfh +cgJ +bye +cmI +bXa +bfh +bfh +bfh +cgJ +aaU +aaa +aaa +aaa +cuR +cHZ +cLQ +cuR +bdC +cIJ +cgB +bqr +bbh +bPw +bqz +brK +bCf +bTC +ckD +cpI +cyF +czM +cGI +cHW +cxg +cFf +bJb +bJJ +bKh +bKz +bKS +bLq +bKz +bLM +bKz +bKz +bMw +bMv +bMv +bMv +bMl +bMl +bMl +bMl +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(123,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adF +adX +aeu +afk +afP +agK +adF +adj +aaa +aaU +act +adv +aeO +afW +ale +alT +aom +apN +arA +asn +atr +aud +auG +ale +aAO +asJ +asJ +asJ +asJ +asJ +bHk +bHk +bHk +aPF +aHt +aKc +aGx +cBi +aHt +aDM +aDM +aDM +aEQ +aDM +aDM +aDM +aXa +bdb +alZ +aog +apB +aFc +bfj +axV +axV +apB +aog +alZ +aUh +aUP +bCC +aZb +bue +bvc +bys +bCc +bGZ +bNN +bue +aXZ +aXX +aWd +aZo +aaU +avv +ajO +aGi +axI +axI +aGi +ajO +bFf +aPE +baW +aYZ +beu +beK +bTX +bWI +bWN +cbj +cdf +cny +bXk +cgL +cvD +cvF +cgJ +aaU +aaa +aaa +aaa +aRv +aaa +aaa +bbh +bdD +cIK +cgB +bqr +bcT +bPw +bqz +bsL +bzG +bFG +clc +bqz +bqz +bqz +bqz +bqz +cNJ +cAm +cAt +cAv +cFg +bKz +bKT +bLr +bKT +bLN +bMb +bKz +bMv +bMw +bMv +bMV +bMl +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(124,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adF +adX +aey +adM +adY +agK +adF +adj +aaa +aac +acE +adU +aeO +afW +ale +alV +aon +apO +arC +aso +apO +aon +auJ +ale +aBz +aEU +aGD +aJF +aJF +aJF +aJF +aHa +aHp +aHp +aIJ +aLc +aMo +cBj +cBw +cBF +cBF +cBF +cBF +cBF +cCf +aHG +aXb +aVC +alZ +aog +apG +aFN +axV +aLO +axV +aRL +aog +alZ +aUh +aUQ +aVM +aVN +bue +bvg +byE +bCu +bHa +bOB +bue +aYd +aYx +aWd +aZo +aaU +avv +ajO +bCv +axI +aNh +aNz +bDw +bFv +bHp +bLm +ajO +ajO +aRy +bUi +aRy +bfh +bfh +cdh +bzN +bYT +bYS +cvE +bYS +cgJ +bfh +aaU +aaU +aaU +aaU +aaU +aaU +bbh +bdF +cIL +ciF +aYG +bdu +biU +brF +bsN +bCg +bHC +cmB +bqz +cyG +czP +bBQ +cKi +cNV +cFf +bJc +bJL +cHO +bKz +bKU +bKT +cIg +cIj +bMc +bKz +bMv +bME +bMv +bMv +bMl +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(125,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adF +adX +aez +afu +afT +agK +adF +adj +aaU +abv +acP +aef +afg +agf +ale +ale +ale +ale +arD +asq +ale +ale +ale +ale +aBH +bGz +ayu +aim +aim +aim +aim +aim +aim +aim +aEh +aEq +aMG +aQS +aWr +aWu +aWu +aWu +aWu +aWu +bbQ +aWA +aXd +bre +alZ +apB +axV +aGp +axV +csC +axV +axV +apB +alZ +aSt +aSt +cho +aSt +bue +bue +byF +bCw +bue +bOC +bue +cho +aSt +ckI +aSt +brs +avv +ajO +avY +ajO +ajO +aOI +bDU +bGg +bIF +bLz +bNe +ajO +bQb +cnR +cJt +bfh +brb +bzN +bzN +bYU +cgM +bYY +bZb +cgJ +bfh +bfh +bfh +bfh +bfh +brs +brs +bcT +bdD +cIM +ciW +bqC +bdu +bXt +csi +bsP +bAC +bHC +bIM +bqz +cyN +czW +cFX +bRI +cyB +cFh +bJe +cRb +cHP +bKA +bKV +bLs +czL +cIk +bMd +bKz +bMl +bMl +bMl +bMl +bMl +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(126,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adF +adF +aeA +aeA +aeA +adF +adF +adj +aaa +chH +acS +aen +afi +agg +ahj +ajf +ajf +ajf +aAx +alN +ano +ano +ano +auZ +aBL +bnH +axh +anq +anq +anq +anq +anq +anq +anq +anq +bID +aHu +aGr +aOJ +aOT +aOT +aOT +aOU +aOU +aOT +aXP +aOT +aOT +aOJ +aog +axV +bfj +axV +axV +axV +axV +aog +aSG +aRh +aRq +aRq +aRq +aRq +bvz +byZ +bCy +bvz +bOV +aRq +cjD +bnU +bxm +bns +bxn +avy +alo +awn +aIS +aNo +aJp +bDW +bGB +aHq +bki +bPp +bPU +bQi +bUU +cNC +bWP +cbV +bzR +cvB +bOz +cwd +bYZ +bZc +cgQ +bZe +bZe +bZe +bZe +cjr +brL +brL +bVW +bVW +cIN +cjV +bdu +bdu +bXu +bqz +bsQ +bCY +bHE +bqz +bqz +bMj +cAc +cov +bMj +cyC +cFf +btp +bJN +cHO +bKz +bKW +bLt +cso +cIl +bMe +bKz +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(127,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +adj +adj +adF +adF +adF +adF +adF +adj +adj +aaa +abz +acX +agh +agB +aim +aim +aim +aim +aim +aqs +aqu +aim +aim +awc +axx +ayN +aAA +aBM +aCq +aDx +apy +arV +apy +axg +ceu +anq +bID +aHu +aGr +aOT +aPS +aSb +aTi +aUd +aTi +aWs +aYb +ban +bdd +aOJ +aog +ayK +bfk +axV +axV +bfj +axV +apB +aSH +aSt +aSt +aTs +cho +aSt +bue +bzD +bCE +bue +aSt +aSt +aSt +aSt +aWd +aSt +brs +avv +ajO +axZ +ajO +ajO +aPf +bEZ +bGD +bJk +bLC +cRf +bPV +bQT +bVq +cPG +bfh +cbY +cdn +cpf +bYU +cgM +bYY +bRx +cgJ +bfh +bfh +bfh +bfh +bfh +brs +brs +bcT +cIv +cIO +cgB +bTv +bcT +bQE +bqz +bqz +bqz +bJf +bqz +caj +cdY +cAo +cdY +cup +cyH +cFi +bMF +bNF +cHQ +bKz +bKT +bLr +bLt +cIm +bMf +bKz +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(128,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +adj +adj +adj +adj +adj +adj +adj +aaU +aaa +acb +aft +agz +adt +abB +afE +afE +afE +afE +aFu +aeO +aeY +aeY +aeY +aeY +aBN +awN +awN +anq +anT +anT +anT +anT +anT +anT +cex +bNp +aFC +aFF +aOU +aQt +aSf +aTj +aTv +aTv +aTv +aYi +baU +bdh +aOJ +aog +aog +axV +aHV +aRr +axV +aog +aog +aSH +aZz +aaU +aaU +aaU +aaU +aRv +aaU +aaU +aRv +aaU +aaU +aaU +aSt +cpG +aSt +aaU +avv +ajO +aze +azJ +aNr +bCF +bDw +bPK +bKx +bmv +ajO +ajO +aRy +bVC +cRh +bfh +bfh +bBR +cqf +bYX +bYS +cvE +bYS +cgJ +bfh +aaU +aaU +aaU +aaU +aaU +aaU +bbh +cIw +bjm +cgB +bYW +bcT +bQE +bsV +bsG +bHD +bHD +bMj +caH +chV +cDL +cox +cvu +cyI +cyL +cyM +bJO +cKp +cHS +cHU +cIb +cvv +cIn +bMg +bKz +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(129,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +abz +acP +aef +acS +abC +ahY +ajg +abI +acQ +aHr +aeO +aeY +ahB +aiY +aeY +aCk +aeY +aeY +anq +aof +cpq +asa +aoL +anT +anT +cey +bRF +aFC +aFF +aOU +aQu +aSf +aTv +aTv +aTv +aTv +aYj +ban +bdl +aOJ +alZ +apB +aog +aog +aog +aog +apB +alZ +aSH +aaa +aaa +aaa +aaa +aaa +aWR +aaa +aaa +aWR +aaa +aaa +aaa +aaU +aSq +aaU +aaa +avv +ajO +aGi +axI +aIX +aGi +ajO +cRe +aZP +bmH +aYZ +bht +bcY +cyd +cRs +cgF +bfh +bBS +cqh +bXk +cvC +cvD +cvF +cgJ +aaU +aaa +aaa +aaa +aWR +aaa +aaa +bbh +cIx +bjm +cgB +bbh +bbh +bQE +bsV +bts +bHG +bQp +bMj +cbm +byQ +bHK +cGU +bXN +bHK +bIu +bJh +byQ +cHR +bKC +bKY +bKY +bKY +cIo +bKz +bKz +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(130,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aai +ade +aev +act +acQ +aiy +ajk +aqR +ats +aLb +aeB +aeY +ams +ahC +akS +aCo +aor +aeY +anI +aoL +anT +asa +bEz +bES +bES +bGv +ccg +aFC +ago +aOT +aQz +aSf +aTw +aTv +aTv +aTv +aYM +bbi +aOT +aOT +aOJ +aOJ +aOJ +bmF +bnT +bnT +aRJ +aRJ +chm +aaU +aaU +aaU +aaU +aaa +btT +bzE +btZ +btT +aaa +aaa +aaa +aaU +aSq +aaU +aaa +buv +ajO +ajO +ajO +ajO +ajO +ajO +ajO +ajO +aQa +ajO +bmM +bcZ +bVF +bTS +cgG +bfh +bEo +cqm +bZa +bfh +bfh +bfh +cgJ +aaU +aaa +aaa +aaa +ctG +cIh +ctJ +ctG +cIy +bjm +cgB +bbh +bpm +bQE +bsV +buj +bpD +bXL +bsV +cyO +byN +bzK +czw +bDa +coe +bIv +bJi +bDa +czw +byQ +cPQ +cIc +cIc +cIp +bxj +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(131,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +acQ +aiD +ajq +arc +atJ +bmp +bGi +aeY +ahF +apx +akU +aCp +aor +aeY +anL +aoU +anT +anT +anT +anT +anT +cex +bRF +aFC +aFF +aOU +aQB +aSf +aTv +aTv +aUU +aTv +aYj +ban +bdO +bfv +bfv +bfv +bkW +bmJ +bnS +bof +aQJ +aQJ +aQJ +aQJ +aQJ +aRZ +aaU +aaa +bvB +bzF +bCR +btT +btT +bvB +btT +btT +cjE +aaU +aaa +bux +bxl +azq +aCU +aCU +aCU +aCU +aCU +bbu +aQj +ajO +ajO +bdi +bWm +cjI +cgH +cgN +cgO +cgN +cgN +cgN +aPg +aPg +cgK +aaU +aTx +ctG +ctG +ctG +cIi +cLR +ctG +cIy +bjm +cmn +bWZ +bXj +bXv +bsV +bul +bpD +bsV +bsV +cyP +byQ +bzS +czw +cRv +bBu +crX +czI +bBu +cKq +cHT +cPy +cId +bLD +coA +bxj +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(132,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ajw +acQ +acQ +acQ +acQ +acQ +ahD +asr +aeY +ahG +apM +akV +aqv +aor +aeY +anP +aqP +apz +asK +apz +btk +cev +anq +ccq +aFC +aFF +aOU +aQI +aSf +aTv +aTv +aTv +aTv +aZa +bbi +aOT +bfy +bgJ +bjL +blD +bmK +boi +bsx +aaU +aaU +aaU +aaU +aaU +aSq +aaU +aaa +btT +bzM +bCT +bHc +bQt +bUg +cch +ccy +aSq +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +cjH +aaa +aaU +bWv +aaU +aaa +aaU +aZB +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +ctJ +cuS +cvq +cIq +cMU +cvr +cIw +bjm +cgB +bbh +coC +bpO +bpE +bpE +bpE +bpE +bpE +cyQ +byQ +cCO +czx +czC +czG +bIw +czJ +bBu +bKm +byQ +cHX +cKP +cOM +cOM +cOM +cOM +cOM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(133,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajw +ajw +aki +alg +alY +aoo +ajw +bAt +aeO +aeY +aeY +apZ +aeY +aeY +aeY +aeY +anq +anq +anq +anq +anq +anq +anq +anq +ccz +aHv +aFF +aOT +aQP +aSf +aTv +aTv +aTv +aTv +aZc +bbH +bdP +bdP +bgR +bdP +aOJ +aPN +bes +aaU +bQe +aye +bQe +aye +aaU +aSq +aaU +btT +btT +bzP +bCZ +bKl +bQW +bUp +cci +btZ +aSq +bgh +bIY +bIY +bRo +bIY +bRo +bIY +bIY +bIY +bIY +bIY +bIY +bRp +aaa +aaU +bWv +aaU +aaa +aaU +aZB +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +ctK +cuT +cuT +cuT +cMV +cNo +cIz +bWO +cIX +bZh +bZh +bZh +bZh +bZh +bsV +bze +bpD +cyR +byQ +crq +csp +bPS +bQc +bQj +bQo +bJP +bKn +byQ +cHY +cyS +cOM +cOQ +cOV +cOZ +cOM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(134,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +cpB +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +apv +apv +crP +ajw +ajX +akk +ali +amn +aop +aqb +bEI +bGj +aff +ahH +aqG +akW +any +aos +apk +atQ +atL +atk +bBd +bFN +atM +bFR +aff +cfe +aIk +aIU +aOX +aQQ +aSf +aTv +aTv +aUW +aTv +aZc +aVf +bdP +bfF +bha +bdP +abp +aPN +bes +aaU +aye +aaU +aaU +aaU +aWj +aSu +aRZ +btT +bwh +bAe +bDD +bKr +bRl +bUL +btT +btT +cjE +bsz +aaU +aaU +cdV +cdV +cdV +cdV +cdV +cdV +cdV +cdV +cdV +cgi +cgD +cdV +chy +chN +bWQ +bWQ +cdo +aPg +aPg +cet +bpL +bBO +bBO +bBO +bBO +ctG +ctG +cvr +ctG +ctG +ctG +cIy +bjW +cKO +bZh +bZk +bZn +bZq +bZh +cEE +bpD +cmL +cyS +byQ +byQ +byQ +byQ +byQ +byQ +bKk +byQ +byQ +byQ +cOD +cIe +cON +cOR +cOW +cPa +cOM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(135,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aYp +cdc +crQ +ajF +akc +akm +alk +amH +aoz +ajw +agA +alP +anA +aot +aqK +avo +aCs +aFo +aot +aot +aot +aot +bCO +ahJ +ahJ +ahJ +ahz +bRF +aEu +aJc +aPa +aQR +aSz +aTz +aTz +aVb +aTz +aZg +aVf +bdW +bfJ +bhc +bdP +abp +aPN +bes +aaU +aye +aaU +aWj +aWj +aWj +aSv +aSu +buk +bwz +bAi +bEe +bKL +bRE +bUY +ccj +aSw +aaW +bsz +aaa +aaa +aaa +aye +aaU +ceR +cfa +cfo +cfp +cfC +cdV +cgl +cgR +chr +chz +chX +cdV +cdV +ckJ +cdV +cdV +cdV +bpN +bCa +bSo +bSv +cfl +ctX +cuU +cwr +cIr +cMW +ctG +cIA +cIP +cIY +cJf +bGu +bHi +bJU +bOn +bOp +bJp +bJp +cyT +bPs +bYC +bPN +bPN +bPN +bPN +cAu +cCh +cCh +cCh +cIa +cIf +cOO +cOS +cOX +cPb +cOY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(136,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +agd +cdc +crR +ajF +akf +akh +ali +amR +ajw +ajw +bGc +aeO +aff +ahS +ajQ +axO +anX +aoC +apl +ahJ +cpd +ahJ +aqG +bED +bET +bET +bGw +chQ +cAV +aJc +aOT +aQX +aSE +aTC +aUe +aVf +aVf +aSE +bcd +bdY +bfM +bhg +bdP +abp +aPN +bey +aaU +aye +aaU +aaU +aaU +aWj +aWj +aWj +btT +bwB +bAm +bEh +bLo +bSz +bVa +btT +aaU +aby +bsz +aaa +aaa +aaa +aye +aaU +ceR +cff +cfo +cfA +cfH +cfW +cgo +cgS +chr +chA +chY +ciY +ckt +clY +cnx +cpK +cdV +bBE +bCa +bSp +bSw +cfl +cuu +cuV +cwE +cuV +cMX +ctG +bdG +cIM +coa +cwH +cyq +cyw +cJh +bZh +bsY +btx +bum +cyU +czd +czj +blp +blp +bme +bxj +bxj +bxj +bxj +bxj +bxj +bxj +cOM +cOM +cOY +cOY +cOY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(137,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aYp +cdc +crR +ajF +akh +akh +alp +amT +ajw +awN +bGc +ahI +aff +ahW +ajQ +ayi +anX +aoC +aqh +ahJ +ahJ +ahJ +aqG +bEE +bFQ +bFS +ahz +aAj +cAW +aJC +aOT +aRc +aOT +aOT +aOT +aOU +aOU +aOT +aOT +bdP +bdP +bhl +bdP +abp +aPN +bes +aaU +bQe +aye +aye +aye +aaU +aWj +btw +buq +bwC +bAr +bEx +bMz +bSD +bVu +bvB +aaU +aby +bsz +aaa +aaa +aaa +aye +aaU +ceR +cfa +cfo +cfB +cfH +cfW +cgo +cgU +chs +chs +chZ +ciZ +cku +cmf +cnK +cnK +cdV +bBO +bUB +bSq +bVf +cfm +cuw +cuV +cuV +cuV +cMY +ctG +bdH +cIM +coi +bZh +bZh +bZh +bZh +bZh +bsZ +bsZ +bsZ +bxj +byU +czk +blp +coy +cdd +aYp +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(138,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +aax +aax +aax +aax +apv +crS +ajw +ajw +akx +ajw +anc +ajw +axe +bGc +aeO +ahz +aiw +ajQ +alL +anX +aoC +aqi +ahJ +ahJ +azK +bDo +bFK +bFK +bFT +aff +aAj +cAW +aJQ +aHO +aRB +aIO +aTG +aUj +aVi +aWD +aZh +aTG +aaU +aaU +cuA +cuy +bcc +bcO +bes +aaU +aaa +aaa +aaU +aaa +aaU +aTy +btT +btT +bwL +bwL +bEY +bMB +bSF +bVA +btT +aaU +aby +bsz +aaa +aaa +aaa +aye +aaU +ceR +cff +cfp +cfC +cfI +cdV +cgp +chb +cht +cht +cia +cjh +ckw +cmg +cof +cof +cpY +cwq +cwV +cAU +cfh +cos +cuF +cva +cyp +cuV +cMZ +cvr +bdG +cIM +cgB +coF +bcT +aaU +aaa +aaa +aaa +aaa +aaU +bxj +byU +czk +blp +ctH +cdd +csc +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(139,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aax +aaX +abs +abs +abu +cqV +csa +acs +adu +adQ +ajw +anf +ajw +awN +bGc +aeO +ahz +aiw +ara +ays +anX +aoC +arm +ahJ +atM +aAl +bDO +bFL +bFL +bFU +ahz +aAj +cAW +aKD +aLT +aSo +aSP +aTI +aUl +aVn +aWL +aWL +bce +aaa +aaa +aaa +aaU +brs +aPR +cux +aaU +aaa +aaa +aaa +aaa +aaU +aWj +btZ +bus +bwQ +bBk +bFa +bMI +bSI +bXp +btT +aaU +abH +bAA +bMK +aZp +ceq +cet +cet +cet +cet +cfr +cfE +cfJ +cdV +cgu +chg +chs +chB +cib +cjs +cky +cmE +cok +cok +cdV +bBO +bPv +cBd +cfi +cfm +cuH +cvb +cvd +cvd +cNa +cNp +ber +cIQ +cgB +bqN +bcT +aaU +aaa +aaa +aaa +aaa +aaU +bxj +byU +czk +blp +cqT +cdd +aYp +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(140,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +aaZ +abt +abt +abK +cqV +abN +abL +adQ +adQ +ajw +ajw +ajw +awN +bGc +bGl +ahA +aiQ +ard +alI +anX +aoC +aqh +ahJ +apP +aAl +bFL +cqi +bEU +bFV +bGx +chW +cAX +cBo +aMw +aSp +aTA +aTK +aUm +aVo +aWN +aZk +bcg +aaa +aaa +aaa +aaU +brs +aQp +cux +aaU +aaa +aaa +aaa +aaa +aaU +aWj +bud +buE +bwS +bBv +bFb +bMS +bBv +bXM +bvB +bvM +acY +adz +bsz +aaa +aaU +cdt +ceK +ceK +cdV +cft +cfF +cfK +cgb +cgw +chj +aXF +chD +cid +cju +ckz +cmG +coT +cpL +cpZ +bBO +cxd +cBd +cfj +cfl +cuI +cuV +cyv +cuV +cNb +cNq +beW +cIM +cgB +bqV +bcT +aaU +aaa +aaa +aaU +aaU +aaU +blp +btK +czl +blp +cqU +bBZ +bme +bme +bme +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(141,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aax +aba +aax +aax +aax +aax +aax +acR +abL +adQ +aQO +aei +atZ +aFv +bGd +bGm +aff +aiR +arg +amu +amu +api +ahJ +ahJ +ahJ +aAl +bFL +bFL +bFO +bFU +ahz +aCm +aEx +aGJ +aNm +cBK +aJr +aTG +aUn +aVp +aWT +aZl +aTG +aaU +aaU +aaU +aaU +abp +aQq +bes +aaU +aaa +aaa +aaa +aaa +aaU +aTy +btT +btT +bwT +bBB +bGb +bMW +bTF +bXM +btT +btT +btT +cjF +bMX +cdt +cdt +cdt +ceL +ceT +cdV +cfu +cdV +cdV +cdV +cdV +chk +chu +cdV +cdV +cdV +ckA +cmY +cdV +cdV +cdV +bBO +bSm +cBk +cfk +cfl +cuJ +cvc +cyz +cuV +cNc +cNr +byT +cIR +coj +byT +bzY +aaU +aaa +aaa +blp +bme +bme +blp +btL +czm +bzq +bui +clZ +buo +buo +bme +bme +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(142,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +aax +aea +adQ +adQ +aer +auc +apv +agJ +amp +aff +aiS +art +amv +akR +apj +atA +atK +aqg +aCO +bFM +bFP +bFM +bFW +aff +azP +azP +aGQ +aNv +cBL +bhR +aTM +aTM +aTG +aTG +aTG +aTG +aaa +aaa +aaa +aaU +abp +aQr +bes +aaU +aaa +aaa +aaa +aaa +aaU +aWj +btw +buq +bwZ +bBC +bGk +bNf +bBv +bXM +ccn +ccA +ccy +aTl +bsz +cdG +cer +cew +ceM +ceV +asU +arB +asw +atb +avl +aMa +crv +aOE +aQc +clz +aMa +aQd +cks +crv +crx +aeI +bBO +bSn +cBl +bSn +cfl +cuK +cuV +cyz +cuV +cNd +cNs +beY +cIM +cgB +btl +bBl +aaU +aaa +aaa +bme +bnY +bpT +bqL +btL +czn +czy +bui +bui +bui +bui +bui +bme +bme +bme +bme +bme +bme +bme +cnG +bme +bOo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(143,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aax +afO +ala +abL +aet +aeK +afU +ahe +aiJ +ahz +ahz +arI +ahz +ahz +aff +aff +aff +aff +aff +ahz +ahz +ahz +aff +aff +aka +aka +aCe +aNB +aDh +aka +aql +aql +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abp +aQr +beD +cuy +cuy +cuz +aaa +aaa +aaU +aWj +aaU +btT +bxa +bBF +bGy +bNk +bUc +bXM +cco +ccE +btZ +aTl +bsz +cdU +ces +ces +ceN +ceW +cJv +mkx +cJw +cJN +asR +awe +asS +asS +asS +asS +avC +aQe +ckx +cqP +crl +csQ +cqs +cqG +crt +cdm +ctl +cuL +cvd +cAp +cvd +cNe +cNt +beZ +cIS +coz +bty +bBl +aaU +aaU +aaU +bme +bog +bpT +bqM +btL +czm +bui +cOw +bui +bui +bui +bui +bui +bui +bui +bNW +bOa +bOe +bOi +cnd +bOl +cnH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(144,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adn +ahZ +amP +aea +adQ +ayk +aGZ +aKn +bEG +bEX +bEX +asg +bEX +bEX +aXv +bEM +bEO +bEP +amE +asp +auh +ayG +aNX +aEA +bvi +bvF +bvL +aXn +cBM +bDS +bER +aql +aaa +aaa +aaa +aaa +aaa +aaa +aVs +aVs +aUq +bmO +aUq +aVs +aVs +cuA +cuz +aaa +aaU +aWj +aaU +btT +btT +bBH +btT +bNl +bvB +bXM +btT +btT +btT +cjF +bMX +cdt +cdt +cdt +ceO +ceX +aeI +aQx +asD +asR +asR +avE +avQ +avQ +avQ +avQ +bem +aQe +asR +aSK +aSr +aeI +bxz +bwP +cBn +cBH +ctE +cuM +cvg +cBa +cJk +cNf +cNu +bSy +cIT +coD +bub +bIo +aaU +cNK +aaU +bme +bom +bpT +bqU +btL +czo +bPO +bPT +bQd +bQd +bQr +bJo +bNQ +bNQ +bNQ +bNX +bOa +bOe +bOg +bui +cnf +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(145,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adq +aib +asy +aea +ann +azG +aag +ael +agQ +aje +akM +anz +akM +akM +apq +aqZ +avT +avT +aCN +avT +avT +aAb +avT +aCN +avT +avT +aHl +aNY +cBN +cbZ +bEa +amy +aaa +aaa +aaa +aaa +aaa +aVs +aVs +bjO +bmk +bmU +bok +bpr +aVs +aVs +cuA +cuy +cuz +aWj +aaU +aaa +btT +bBV +btT +bNn +btT +bYf +btT +aaU +aVt +adN +bsz +aaa +aaU +cdt +ceP +ceK +aeI +arN +arF +asS +auC +avH +axM +axM +axM +axM +aPh +aQk +asS +aSK +aTW +aVB +cqu +bwR +cBx +cBI +ctG +ctG +cvh +cBm +cJy +cNg +cNs +cIB +cIM +bXX +bty +bBl +aaU +bIm +aaU +blp +bme +bme +brv +btL +czp +bAW +bBm +bui +bui +bQs +bNH +bme +bme +bme +bme +bOb +bme +bOh +cne +bOm +cnH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(146,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adn +ajh +amP +aea +adQ +ayk +aGZ +aKn +alR +bqQ +aox +anD +aox +aox +aFp +aHh +aJS +aMy +axG +aJS +aHh +aHh +aHh +aCz +aHh +aHh +cBq +aRT +cBO +cca +bEa +amy +aaU +aaU +aaU +aaU +aaU +aVs +bhq +bjY +bka +bmV +bka +bps +ang +ang +ang +ang +cuB +aWj +aaU +aaa +btT +bBX +btT +btZ +btT +aaa +aaU +aaU +aTl +qeq +bPh +guK +hXk +hXk +cJp +hXk +hXk +tjb +asx +asS +auD +awX +axQ +beH +axQ +aZt +avI +beI +asS +aSL +aTZ +aWV +cqv +bwV +cBy +cBJ +cdy +cuN +cvi +cBB +cvi +cuN +cNv +bhT +cIM +bXX +bty +bzr +byT +cfc +bcT +bmf +bon +bpU +brN +btL +czq +bme +bBm +bui +bui +ctV +blp +bme +aaU +aaU +aaU +aaU +bme +bme +bme +bme +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(147,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aax +ajm +aoQ +ach +adQ +aFr +aKg +ahO +aml +abX +akd +aoA +awt +aDb +aqL +anB +alS +aMC +apR +atP +aji +azm +azm +aCB +azm +aRM +bar +aSD +cBP +bDV +bEb +aUq +aVs +aVs +aVs +aVs +aVs +aUq +bhv +bka +bka +bnb +boV +bpt +aRF +cog +bnt +ang +cuC +cuD +cuD +cuy +cuE +cuD +cuy +cuy +cuE +cuy +cuy +cuD +cuG +eUF +bsz +aej +agc +agT +bFg +apm +aqS +arP +cph +asS +auN +avK +axR +aAy +aOk +aOR +aPm +aPm +bBo +aTm +aUb +bAR +bnf +bwR +cBx +cCR +cdz +cPI +cdJ +cdM +cdJ +cdO +cPK +bbY +cIM +bZl +cwO +cyr +cyx +cyr +cyr +cyD +cyJ +cyJ +cyV +cze +czr +bme +bBm +bui +bui +bJq +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(148,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +aax +aea +adQ +adQ +adQ +aFt +apv +aiF +amr +aqL +aoy +aoD +aoj +aDm +aqL +aji +aKs +aNl +apU +atP +aji +aBT +buP +aCD +bvl +bvZ +bas +aSD +cBQ +ccb +cBV +aUw +aVx +aWU +aZm +aWU +aVx +bfO +aVx +aWU +bms +bnd +boX +bpH +ang +coh +cfy +bvb +aRu +aSv +aSy +aSw +aTk +aQJ +aQJ +aQJ +aQJ +aQJ +aQJ +aRZ +aVK +cxa +bPr +sVC +aNH +bEr +cJA +aqO +anE +anE +anE +aQT +ayb +axt +aCZ +aRG +aOl +aOV +avQ +cmX +aRp +bkJ +aUf +aeI +bnp +cmO +cfU +cmm +cri +cdH +cdK +cPu +cdr +bqw +cdS +bUs +cIU +coL +cyk +cys +baN +baN +baN +coq +box +box +cyW +cpy +bPD +bAY +bBw +bCA +cql +bJq +bNI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(149,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aax +aba +aax +aax +aax +aax +aax +adr +ach +adQ +acT +afR +apv +apv +ajb +amt +anH +aAQ +aoG +bvp +aDF +aFk +aHh +aKB +aNu +aou +aou +aji +aBW +aBX +aCF +buX +bAh +bat +aSD +cBP +bDX +cBW +aUq +aVs +aVs +aVs +aVs +aVs +aUq +bhO +bka +bka +bno +boZ +bpJ +apd +bfI +clH +ang +aRX +aSw +aSM +aaU +aTl +aaU +aaU +aaU +aaU +aaU +aaU +aSu +aYU +cxb +bsz +aej +agC +bEK +cJB +apm +aqT +arQ +cpi +asS +aTQ +avU +ayn +aFU +aOq +aOY +aPO +aPO +bCW +bvY +asB +bAR +bnq +bEW +bQF +cah +cdA +cPJ +cdL +cmv +cdL +cdQ +cPL +bUD +cIV +coN +cyl +bzI +bHn +bzI +bzI +cor +boy +boy +cyX +btO +bPE +bme +bBm +ccx +bui +bJq +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(150,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +abb +abs +abs +abu +cqV +acg +ach +adQ +adQ +adS +adS +adS +adV +ajd +ajj +aqL +azr +bwl +bEn +anJ +aqL +awh +amx +aNU +aqj +aji +aji +aFV +aiv +aMj +amA +bDu +bat +aSD +cBR +cbZ +cBX +amy +aaU +aaU +aaU +aaU +aaU +aVs +bid +bkv +bka +bnw +bka +brA +ang +ang +ang +ang +aaU +aaU +aaU +aaU +aTl +aaU +aaa +aaa +aaa +aaa +aaa +bgh +bGQ +bIT +bPX +aaU +atF +atF +cJC +atF +atF +arO +asC +asS +auY +azE +ayo +bCb +ayo +bei +avV +aQs +asS +bwJ +bfn +aXh +cqw +bSx +bQG +cbd +cdB +biL +bkD +cop +bkD +biL +boa +bhT +cIW +cIZ +cym +bzU +bzV +cuo +bcT +bnO +boz +bqp +cyY +btL +bPF +bme +bBm +ccx +bui +crj +blp +bme +aaU +aaU +aaU +aaU +bme +bme +bme +bme +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(151,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aax +abg +abt +abt +abK +cqV +csb +ads +ajK +adQ +adS +aeG +adS +afd +ajI +afK +aqL +aqL +aqL +aqL +aqL +aqL +afK +amy +aOD +aql +awB +boO +aAp +aCn +amA +bvD +amy +bas +aSD +cBN +cca +cBX +amy +aaa +aaa +aaa +aaa +aaa +aVs +aVs +bkw +bmt +bnB +bmt +bpZ +aVs +aVs +aaa +aaa +aaa +aaa +aaa +aaU +aTl +aaU +aaa +aaa +aaa +aaa +aaa +bsz +aTl +cxc +aaa +aaa +aRD +ciT +cJD +cmu +atF +arY +awW +asS +avc +awa +clA +aLF +axM +axM +aPP +crs +asS +cpj +aUr +bmT +cqx +bwP +bQH +cdj +cdC +biQ +cjY +cot +blt +cse +bob +cjz +bjm +cIM +cym +bIp +aaU +bIx +aaU +blp +bme +bme +cyZ +btL +bPG +bBa +bBm +ccx +bui +bJR +bNJ +bme +bme +bme +bme +bOb +bme +bOi +bOj +bOl +cnH +cnE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(152,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aax +aax +aax +aax +aax +apv +crS +adS +adS +aeW +adS +apo +adS +axL +agZ +aeZ +agm +aqW +ahX +aiU +afZ +agl +apW +amz +amz +aqm +amz +amz +aAq +bGa +bGG +bGG +cAY +cBq +aRT +cBS +cBU +cBY +aqn +acK +acK +acK +aqn +aaa +aaa +aVs +aVs +aVs +bnB +aVs +aVs +aVs +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aTl +aaU +aaa +aaa +aaa +aaa +aaa +bsz +aTl +cxc +aaa +aaa +atF +ciU +cJE +cJG +cJI +cJK +cJL +cJO +asR +aOQ +bev +cbJ +aOx +aPc +beq +aQe +asR +crw +aUt +bpK +cqy +bEW +bQF +cdk +bmQ +biR +bjy +cou +csd +byr +bob +bhY +bXW +cJa +cyn +bQR +aaU +cNL +aaU +bme +bpi +bpT +cza +btL +bPH +bBc +bBM +ccx +bui +bui +bJR +bNR +bNR +bNR +bNY +bOa +bOe +bOg +bui +cnf +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(153,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aYp +cdc +crR +adT +aeo +afm +aiA +apt +bve +afS +ahK +aix +ajM +akH +akH +asP +akH +akH +bhj +bEJ +cfS +bEJ +cml +amA +amA +amA +aMl +bcW +bvH +bvL +aXn +cBM +bDY +bEd +aqn +cCd +aRE +aSY +acK +aaa +aaa +aaa +aaU +anK +cAL +anK +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aTl +aaU +aaU +aaa +aWR +aaa +aaU +bsz +aTl +cxc +atF +atF +atF +cmh +cmp +atF +atF +asi +asi +cJP +asR +awe +clB +asS +asS +aPd +avC +aQe +aRR +cpj +aSr +aeI +bQq +cqI +bQM +cdl +cdu +cdN +ciK +ctd +cwC +bmw +bob +bia +bXX +cIM +bty +bIp +aaU +aaU +aaU +bme +bog +bpT +czb +btL +bPI +bUx +bUx +ccK +cOw +bui +bui +bui +bui +bui +bNZ +bOa +bOe +bOh +cnc +bOm +cnH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(154,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +agd +cdc +crR +adT +aeE +afm +afm +apT +adS +bEu +aif +afa +aha +ahx +ahx +asT +ahx +ahs +afK +aGR +aAa +are +cmo +avP +aAW +aDq +aNn +bvh +aql +aCe +aYK +aDr +aci +aqn +aqn +aRj +aND +aVX +anK +anK +aHA +aHA +anK +anK +cAM +bCM +anK +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aWj +aTl +aWj +aMI +cgd +bwW +beE +bwW +bsz +aTl +cxc +atF +aus +aus +aus +aus +cmw +atF +asv +asN +cJQ +avA +azh +aOd +aOM +aOC +aPe +clC +aQC +aRV +cJl +cko +aeI +bpv +cqJ +cdg +cds +cdv +biQ +bXf +bkG +cwP +ctn +bob +bib +bXX +cIM +bty +bIp +aaU +aaa +aaa +bme +bpj +bpT +czc +cze +czs +czy +bui +bui +bui +bui +bui +bme +bme +bme +bme +bme +bme +bme +cnG +bme +bOo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(155,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aYp +cdc +crT +adT +aeF +afp +aiV +anv +aec +axS +aif +afK +ahb +ahx +aia +atm +alX +ahx +arx +amF +afK +aka +cmA +aka +aka +aka +aka +aka +aka +aLU +aNE +aRd +acK +aHL +aIN +aMK +aOc +aSA +aTo +aTt +aTJ +bsR +bCG +bCK +cAN +bCN +anK +aaa +aaa +aaa +aaa +arE +arE +arE +arE +bxP +arE +aMI +cgX +bim +cik +bwW +bsT +bGQ +bHe +bHA +aus +bcM +cmi +cmq +aus +atF +aqU +asG +cJR +aws +aqU +aqU +aMz +chE +cie +cjK +ckm +cnh +ckm +ckm +ckm +ckm +cqK +cru +csz +cdw +biQ +biQ +biQ +biQ +biQ +boc +bzV +bYm +cJb +bzV +bUn +aaU +aaa +aaa +blp +bme +bme +blp +btL +bPH +bBe +bui +cma +bHt +bHt +bme +bme +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(156,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +adq +adq +adq +aec +afM +agx +aja +aoM +aec +agi +aif +afK +ahc +ahx +ahx +ajs +atO +ayl +bml +ary +afK +atR +cmC +aSU +aka +aER +aFO +aGF +aKf +aMb +aPl +aRf +adR +arX +aKj +aVy +aRx +aSF +aTr +arH +aVa +aIK +aKk +aTU +cAO +cCA +anK +aaU +aaU +aaU +aaU +arE +bGJ +bFe +atf +bxS +bzo +aMI +cgY +bwW +cil +bwW +bwW +bCj +anr +bHO +aOP +biu +cmj +cmr +cmx +atF +cfv +asI +cJS +clx +awA +chl +aNx +chF +cir +cjL +ckB +cno +cpa +cpR +cqa +ckm +ckm +csq +ckm +bUN +biV +cKg +cLn +cLz +bmz +biV +cdP +bXX +cIM +bqE +bcT +aaU +aaa +aaa +aaU +aaU +aaU +blp +cmy +cmz +blp +cqU +blp +bme +bme +bme +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(157,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aec +aec +bEp +bEp +bEp +bEp +bEp +aif +afK +ahd +ahx +ahx +ajD +atC +ahx +bmr +bPu +ciN +cly +aCv +cwZ +aka +aEX +aFQ +aGI +aKf +aMb +aPx +aLj +anh +azo +aKp +aND +aND +aWH +aHx +asc +aWn +bvG +aKl +bCQ +cAP +anK +anK +arE +atf +aKT +arE +arE +att +cqr +arE +byv +bAN +aMI +cgZ +cif +cim +cmD +ciS +bCj +anr +bHO +aus +blX +cmk +cms +aus +atF +ast +asI +cJT +cJZ +cKa +cKb +cKc +chG +ciD +cjU +ckC +cnr +cpk +cpS +cqc +cqA +cqL +css +ckm +bUO +cdR +ciL +cLr +cwQ +bPx +bod +beW +bXX +cIM +bqD +bcT +aaU +aaU +aaU +aaU +aaU +aaU +bxw +bza +bMQ +blp +cnf +cdd +aYp +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(158,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +abp +aaa +aTd +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaV +aaV +aaV +abe +aeP +agX +ajS +akg +bvm +ahP +aif +afK +afK +ahT +ahx +ahx +ahx +ahx +bvo +amM +apW +ars +cwN +azR +aBG +aEY +aFR +aGU +aKm +aMc +aPx +aRg +aGH +aIf +aLs +aRA +bkT +aWJ +aHz +btb +aWn +bvR +bCI +bDJ +cAM +bCP +boA +aYC +brf +att +att +att +btP +bwo +arE +bAd +arE +aMI +cha +cig +cck +bwW +ciV +bCj +anr +bHO +aus +aus +aus +aus +aus +atF +asI +asI +cJU +avw +bRd +azg +aNQ +chI +ciH +cjX +ckF +cns +cpo +cpT +cqn +cqC +cqM +cst +ckm +bUG +cfn +con +coo +cwR +bPy +bVY +bWn +bYO +cJc +bXb +bcT +bpP +bpP +bpP +bpP +bpP +bpP +cro +bza +bMQ +blp +ctH +cdd +csc +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(159,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaV +aaU +aaU +aaU +aaV +ahP +ahP +ahP +akj +ahP +aif +aiB +afK +ahU +ait +ajE +amC +ahx +bvo +aIm +apW +arv +aub +azS +aBG +aEZ +aFS +aHd +aKr +aMf +aPy +aRi +aqc +aqn +aci +aci +aci +aXQ +aHy +bDc +aWw +aWy +aYm +aYD +aYE +aYF +beQ +bjw +bwu +bnl +bwp +bwM +bxq +byt +byu +bAz +ceQ +cgT +chc +bmY +ccI +bmY +anm +asu +anr +bHO +atF +atF +atF +atF +atF +atF +aqU +asM +cfL +aqU +aqU +aqU +aqU +chK +chK +ckm +ckm +ckm +cpA +cpU +cqo +cqD +cqO +ckm +ckm +bjZ +blq +bCz +bCz +cgc +cxi +cAA +cAI +cAZ +cJd +cBp +ccV +cIt +cIu +bMq +bJl +bLK +bYe +bHL +bYt +bYD +blp +crU +cdd +aYp +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(160,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaV +aaU +aaa +aaa +aaU +ahP +akn +aJR +bEg +ahP +aoJ +ass +afK +afK +afK +afa +afa +anF +bvq +afK +aAa +aka +atS +aka +aql +aFa +aFW +aHm +aKf +aMr +aPA +aLj +aPx +aTN +avm +aVH +aWX +aZF +anK +aHz +aWx +aTr +boA +cAF +bCL +boA +anK +bqb +avm +brj +bsO +avm +bVz +bVK +bGX +cbR +ceS +bmW +chv +bwW +cin +aMD +arp +bCk +aqk +bRn +qlJ +qlJ +bcG +cmt +auR +aYL +cfw +bap +cJW +bcI +bbF +bbN +bbN +bbO +bbL +bcb +aaU +ckm +cpF +cpV +cqp +cqE +crb +ckm +bgl +bgl +bjb +bjb +bkI +cic +cxj +biV +bie +bZl +cqQ +bqD +cBr +aRY +bcE +aRY +aRY +btz +cOe +btB +btB +btA +blp +blp +blp +blp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(161,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abc +aaU +aaa +aaa +aaU +aio +akZ +biO +bEt +bEA +aik +ajl +ajP +alh +aqN +ato +aut +ayw +bDB +bSu +cjm +asm +aqo +aAo +bDi +aFb +aGf +aHw +aKu +aME +aPC +aRk +aSI +aSI +aUJ +aVU +aVU +aZH +bch +bea +bfS +biX +bkK +bmA +bnE +bch +aSI +bqk +brg +bry +btq +avm +aMI +aMI +bwW +bwW +bwW +aMI +chw +bwW +ciq +bwW +ciV +bwW +aaU +bsT +bRo +bRp +anr +bcI +bgw +bgw +bgw +bdk +cJX +bcI +bbJ +bbF +bbN +bbN +bbN +bbO +bbV +ckm +cie +ckm +cqq +ckm +crm +ckm +bgn +bhn +cuO +bhn +bhn +cic +cDi +biV +bdH +bWO +cqR +bqE +cBr +aST +bcF +ckc +bnQ +btA +bMQ +bta +bta +bta +bta +bta +aaa +aaa +aaa +bNK +bNS +bNU +aaa +bNK +bNS +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(162,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaU +aio +alb +aKe +bEw +ahP +bEB +bGo +afA +ahN +aiC +alz +avt +azx +bEv +bZM +avt +avd +bDp +bDv +aiC +aFd +aGj +aHB +aKz +aMM +aPG +aRn +aSO +aUa +aUN +aWf +aWY +aZL +bcq +bcq +bgb +aSO +bkQ +bmB +bnF +bpc +bqa +bnF +brh +brE +btt +btJ +bmS +bwq +bwX +bwX +bzL +bwX +bBp +bwW +ciq +bwW +ciV +bwW +aaU +aaa +aaa +bsz +cJx +cJF +bRA +cJJ +bsX +cJM +cJY +bcI +bbJ +bbL +bbN +bbN +bbN +bcb +ciI +bjI +bkB +bmP +bKj +bbV +bfG +bge +bgB +bho +bjc +bjK +bkI +csm +cxk +biV +cvN +bjm +bXX +bqD +cBs +aTc +bdL +biE +bpV +bLZ +bNt +bta +btQ +bxN +bDh +bHM +aaa +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(163,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaU +ahP +alf +afh +bEy +ahP +aiz +aiz +aiz +ahN +aiC +ake +avt +aDD +aqp +aui +aAm +bvw +bDq +aul +bDA +bDA +bDA +bDA +avm +aMO +aLr +aRs +aSS +and +amY +amY +amY +amY +amY +amY +bvu +aJd +aKQ +aJd +aKQ +aJd +aJd +bql +bri +brW +btu +bsO +aMI +aMI +aMI +bAk +aMI +aMI +bzn +aMD +ciq +bwW +ciV +bwW +aaU +aaa +aaa +bsz +anr +bcI +sdp +bUX +bgw +uwK +bhm +bcI +bbL +bbN +bbN +bbN +bbN +bbO +bcl +bAa +bkM +bja +bKB +bcl +bfG +bge +bge +bge +bge +bge +bge +cwS +cxl +biV +bdI +cNx +bXX +bqD +cBr +bcu +csS +biH +bnQ +btB +bNV +bta +bzd +ceh +bzd +bHM +aaa +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(164,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaU +ahP +ahP +ahP +ahP +ahP +aaU +aaU +aiz +ahN +aiC +alc +avu +aDD +aqx +awv +bvr +bDn +bDr +bDx +bDC +bDF +bDE +bDK +avm +aMT +aLr +aRt +aTe +amY +aBq +aCQ +aFe +aCJ +bFn +bFn +aJd +aJi +aKU +cCs +aLD +aLR +aJd +aZD +bwE +bIX +csB +bwj +bmW +bEQ +bxb +aNW +cCF +bmW +bzn +bwW +ciq +bwW +ciV +bwW +aaU +aaa +aaa +bsz +anr +bcI +aXp +bVb +cfx +bhs +bmm +bcI +aaU +aaa +aaa +aaa +bbV +bbV +bbV +bhk +bwi +blN +bKX +ciI +bfG +bbV +bgH +bhp +bjd +bZi +boG +cxe +cxm +bgf +cIC +bjm +bXX +bqD +cBC +bcv +bdL +bkf +bWY +btC +bPm +bta +btV +cfG +btV +bta +aaa +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(165,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aiz +amw +aiC +ald +avZ +aGY +aqQ +ayc +bvA +bZN +bDs +aaB +aEg +bDG +bDI +bDK +avm +aMW +aLr +aRK +amY +amY +aBs +ane +anp +aCJ +bFn +bFn +aJd +bfH +bdq +bet +bmu +aUs +buQ +bvk +bwF +bVi +cvJ +bwn +bmW +bws +aNW +bxd +bBK +bAS +bCq +bwW +ciq +bwW +ciV +bwW +aaU +aaa +aaa +bsz +anr +bcI +bcI +cwy +bcI +jMO +bcI +bcI +aaU +aaa +aaa +aaa +bbV +bfN +bhk +bhk +bwt +bja +bLn +bbV +bfG +bbV +bgI +bDl +cuP +bjM +ccW +cgs +cxn +bgf +bBU +bnN +crc +buw +aRY +bcD +bcF +bkz +bnQ +btD +bPm +bxH +bzc +bBg +coW +bxH +bxH +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(166,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aiz +amD +aiC +afV +amK +aHc +bEH +azV +bvC +cbQ +bDs +bDz +aNe +bDH +bDA +bDA +avm +aNs +aLr +aRN +aSe +aAC +aAD +anp +ane +aCJ +bGe +bFn +aJd +aJl +aKV +bfz +bmx +aLp +aML +aZe +bhF +bXc +bhG +bhH +bhL +bio +biD +cAq +bkE +bmW +bBq +bwW +ciq +aMD +ciV +bwW +aaU +aaa +aaa +bsz +anr +aaU +aaa +cwz +aaa +jyu +aaa +aaa +aaU +aaa +aaa +aaa +bbV +bgg +bgK +bhk +bwG +bja +bLv +bbV +bfG +bbV +bjf +bkh +blu +ciI +ccZ +cgs +cxo +bgf +bgf +bez +cxB +bhf +aRY +aRY +aRY +aRY +aRY +btz +bPn +btE +bzk +crp +bBf +bDf +bHM +aaa +aaa +aaU +avr +aaU +aaa +aaU +avr +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(167,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +adx +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +asd +ahN +aiC +alH +amK +aDD +aqp +aAg +bCJ +cjn +bDt +bDA +bDA +bDA +bDA +aHC +aKW +aNt +aLr +aRN +amG +aAD +aBs +awP +anp +aCJ +bFn +bFn +aJd +bDe +aKX +bet +bmX +aLS +aML +baY +bwO +bEi +cwt +czQ +czX +cAd +cAn +cAr +bkL +bmW +bBr +bwW +ciq +bwW +ciV +bwW +aMD +bwW +aaa +bsT +bHe +bRo +bRp +aaa +cwD +jyu +aaa +aaa +aaU +aaa +aaa +aaa +ciI +bgv +bhk +bhk +bxe +bja +bLA +bbV +bfG +ciJ +bUk +bUH +bVg +bVn +cfd +cgs +cxp +ckq +bgf +beB +cxC +bgq +cjA +biy +bjN +bkO +biZ +bXY +bPm +bxH +bFF +csU +bBg +bDg +bHM +aaa +aaa +bNK +bNS +bNU +aaa +bNK +bNS +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(168,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aaa +aaa +aaa +aaa +cjj +cjj +cjj +cjj +cjj +ahN +aiC +aiC +amL +aQZ +aqx +bvw +bvw +bvw +ant +aoN +aJH +anS +amc +aHX +aLd +aNE +aPJ +aRN +amG +ane +anp +csy +aBs +aCJ +aCJ +amY +bvu +aJd +aKQ +bfB +brt +aJd +bvu +bAO +bxc +bFd +czN +czR +buh +bwv +bxh +byP +bkN +bmN +bng +bnM +boh +bpI +bqg +bqu +bra +bwW +bwW +aaU +anr +aWj +bUj +bVD +aaa +cPz +aaa +aaa +aaU +aaa +aaa +aaa +bbV +bbV +bbV +bhk +bwt +bBi +bLO +bbV +bTV +bgf +bTk +bUR +cfO +cja +cja +boj +cxq +cxv +bgf +brQ +cxC +bgq +bhX +biz +bjP +cJi +biZ +btz +bPm +clW +bPM +bzd +bBg +bDh +bHM +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(169,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aao +aaO +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +aaO +ado +aaa +cjj +cjk +anb +ajo +ajV +anG +aro +avb +awb +awI +amc +agU +air +aZK +anN +awD +aoO +azT +bso +aIb +aLe +aNP +aPL +aRP +aKq +aLM +aMu +aNy +aSd +aTq +aVY +aJj +aJd +btm +bdo +bet +bse +aMd +aJd +bdA +bxg +bvs +aMA +czS +buW +bwx +aMA +aMA +aMA +aWE +bzn +bwW +ciq +bwW +ciV +bwW +brr +bCr +cwv +bAQ +bxt +bzp +bUV +caf +bam +cPA +bam +bYl +bam +bam +bam +cJg +bbX +bbX +bcn +cnv +bxL +cpW +bLP +buH +bBz +bPY +bUd +cdx +cga +cgq +cgq +bzw +cxr +cxw +cxx +cxz +cxD +cxF +bhX +biJ +bjQ +ccF +biZ +btz +bPm +bxH +bSf +bzd +bQD +bxH +bxH +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(170,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aao +aaP +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +aaP +ado +aaa +cjj +agG +aiu +ajv +akb +anZ +arG +avf +awf +awU +amc +awV +aoO +aqq +aqq +avh +azX +aCV +cra +aIp +aLh +aOf +aPQ +aRS +amY +aAF +aMv +aDI +aBs +aAD +aBs +aGB +bsS +bvT +bdp +cAJ +cAR +buZ +aJd +bhe +bxp +bvx +aMA +czT +bva +bwy +bxi +cCE +cAw +aWF +bBD +bmS +ciM +bmS +ciX +bmY +brP +brX +bsh +bsu +bxK +bDb +sVC +cdp +sVC +cPB +sVC +bZp +sVC +sVC +sVC +cJq +cRt +bvW +bvX +bwd +bxU +bBT +bLQ +bLT +bQh +bLT +bLT +cdF +bVl +bZd +cfX +ciP +cjB +cgt +bcl +bfc +bgs +cxG +bif +cnA +csg +btW +biZ +bUW +bRr +bxH +bzj +bzW +bBx +bxH +aaU +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(171,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +ahv +aaa +aaU +aaa +aaa +aaa +aao +aaP +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +aaP +ado +aaU +cjj +amO +afo +cjl +cjj +bGq +bEf +avm +awb +awI +amN +anM +aoO +aoO +aoO +aoO +aoO +aFI +amc +aIt +aLj +aOg +and +aoE +amY +aAG +ane +aEi +aAD +aBs +aAD +aMV +aNq +aOi +bdp +bfK +bsW +cCB +aJd +bhi +byM +blP +aMA +czU +czY +cAe +bFz +cAs +cAx +bhU +biN +biY +bne +cAz +bqf +bqH +brY +bsi +bsv +bsy +bsy +bTJ +bsI +bRv +bsD +bww +bsD +cPE +cPF +cPF +cnQ +cJs +bBL +bBL +bCm +bwg +bzC +boC +bLR +bTx +bUb +bUh +bUm +bUZ +bVm +cbM +cfY +cJz +cjC +bhr +ckv +bdV +bgt +cxC +bhX +biJ +bjQ +ctu +biZ +btz +bPm +bxH +bxH +bxH +bxH +bxH +aaU +aaa +aaa +bNK +bYQ +bNU +aaa +bNK +bYQ +bNU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(172,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +cnM +abM +acj +aaU +aaa +aaa +aaa +aao +aaP +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +aaP +ado +aaa +cjj +cjj +cjp +cjp +cjp +aoK +aoK +aoK +awb +awI +amN +aii +aoO +aqr +aSR +awE +aoO +brx +amc +aIw +aLj +aOj +amY +aoZ +anp +ane +anp +aDI +aBs +aAD +aBs +aHe +aJd +bmI +aZi +bfL +btM +bvf +aJd +bhw +byO +bBb +aMA +btc +czZ +cAf +bVH +bwA +bAj +aMB +bzn +bwW +cgY +bwW +cil +bmW +bCt +aMI +aMI +aaa +aaa +aaa +bfW +bJv +aaa +cwI +aaa +cbG +aaU +aaa +aaa +aaa +aaa +bbV +bhu +bhr +bbT +bdZ +brR +bbT +bUf +bbT +bbT +bbT +bUP +bbT +bbT +cJV +bbT +bbT +bbT +brQ +bgt +cxH +cxN +cxP +cxQ +cxU +cxW +cxX +cPN +clX +bZu +cmM +bYn +bZt +bHN +bHN +bHN +bNL +avr +aaU +aaU +aaU +avr +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(173,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aav +abR +acj +aaU +aaa +aaa +aaa +aao +aaP +ado +aaa +aaa +aaU +adx +aaU +aaa +aaa +aao +aaP +ado +aaa +aaa +aaU +aoK +asA +atu +aue +auO +arM +awb +axa +amc +anO +arn +aqt +atX +ayV +aJJ +brC +bsq +aIy +aLo +aOm +amY +aqd +ane +aBS +aBV +aEk +aBV +aBS +aAD +aHf +aJd +aJd +bco +aJd +aJd +aJd +bvu +bdA +bxp +bvs +aMA +aNc +bvQ +cAg +bxr +byY +cvP +aMB +bzn +bjz +cgZ +bzH +bJS +bmW +bmW +aMI +aaU +aaU +aaU +aaU +bfW +opd +aaU +cwJ +aaU +cbG +aaU +aaU +aaU +bbT +bbT +bbT +bbT +bbT +bbT +bkm +brV +cPH +bfU +bFD +bgO +cqt +bUQ +cvj +cDg +cKd +ben +bor +bcV +bfe +bgt +cxI +ctv +biM +bjS +bkS +cpJ +btF +cxY +bZt +bZv +bYn +bYn +bZy +bHN +bHz +ckn +aqA +bNL +bNL +bNL +bNL +bNL +bOf +bOk +bOk +bOq +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(174,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaD +abM +acm +aaU +aaU +aaU +aaU +aao +aaP +ado +aaa +aaa +aaU +adx +aaU +aaa +aaa +aao +aaP +ado +aaU +aoK +aoK +aoK +asE +atw +atw +atw +arM +awg +axb +amc +amc +amc +amc +amc +azF +aJY +brD +bsr +aIB +aLj +aOy +amY +apw +anp +aBS +ayy +aEj +ayy +aBS +aBs +aHi +aJk +aJd +bdm +aLA +aJd +aMk +aMk +bdA +bxp +bvI +aMB +aMA +aMA +cAh +aMA +bzf +bAp +aMB +bzn +bxG +bxF +bxG +bXs +cii +cjg +cji +aaa +aaa +aaa +aaa +bgi +fui +aaa +cwK +aaa +cbG +aaa +aaa +aaa +cmH +crh +bVx +bVw +bVy +bVw +cwc +buz +bAu +bCx +bPZ +bUl +bVc +cte +cvk +cDm +cvk +ctp +ctq +bkX +ctr +bZw +cxJ +bez +biZ +biZ +biZ +biZ +btz +cxY +bZt +bZt +bZx +bZt +bZt +bHN +bHP +bHN +bNL +aaU +aaU +aaU +aaU +bOc +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(175,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaY +abV +acq +acJ +adk +adG +aaU +aaU +aaT +aaU +aaU +aaU +aaU +aaT +aaU +aaU +aaU +aaU +aaT +aaU +aaU +aoS +aqe +aqe +asQ +atx +auf +auU +avp +awi +axd +ayv +azD +ayv +aBD +aCx +aDw +aEl +aFg +aGk +aIW +aLq +aOG +amY +apa +ane +aBS +ayy +bvE +ayy +aBS +aAD +aHJ +amY +aJd +bds +bfQ +bug +buL +buL +bhC +byS +aMn +aMD +bEj +bvU +cAi +aMA +bzg +aMA +aMB +bzn +bwW +bxF +aMD +bEL +bAK +bjz +aMI +aZG +aaa +aaa +aaa +bgi +fui +aaa +cwI +aaa +cbG +aaa +aaa +aTx +bbT +bbT +bbT +bbU +bcV +crd +bej +bej +bfs +bfY +bej +bla +bVh +ctf +bkc +bcV +bcV +bnh +bnh +bcV +bcA +bgZ +cxK +ctw +bjl +bGC +bpQ +bpQ +cOa +cPO +cya +cya +cya +cya +cye +bHN +bIy +bHN +bJQ +bJQ +aaa +aaa +bNK +bYR +bNU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(176,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +cpB +aaa +aaa +aaa +aaU +abr +abM +abr +abM +adl +abM +aZG +aaU +aaV +aaV +aaV +aaV +aaV +aaV +aaV +aaV +aaV +aaV +aaV +aaU +aTx +aoK +aoK +arK +asZ +aty +auj +auX +avq +awj +axn +ayx +azH +aAr +aAr +aCI +aDy +aEn +aFs +aAr +aIY +aLr +amG +amG +apL +anp +aBS +aBu +aEj +aBu +aBS +aBs +aGB +aJf +aJd +bdw +bfT +aJd +aMk +aMk +bdA +bzQ +ccl +czO +czV +czV +cAj +bxs +bzl +bkg +bPq +bzn +bwW +byW +bCB +bIC +bVj +cip +cpE +aaa +aaa +aaa +aaa +bgi +fui +aaa +cwK +aaa +cbG +aaa +aaa +aaa +cpp +cgj +cgk +cgj +bcj +cgj +ben +bej +cqF +bfZ +bej +bAB +bVk +ctg +cjd +ctm +blQ +bbw +bci +bci +bfP +cqj +cxL +bir +biZ +cjt +bXE +bLZ +bLZ +bYh +bYn +bYn +bYE +cni +cyf +cgy +bIz +cmc +ceJ +bJQ +aaa +aaa +bNK +bYR +bNU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(177,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abD +abW +acr +acW +adw +adH +aaU +aaU +abc +aaU +aaU +aaU +aaU +abc +aaU +aaU +aaU +aaU +abc +aaU +aaU +aoT +aqy +arL +asZ +atD +auk +atD +avs +awl +axq +ayB +avb +aAs +aBJ +awp +awx +aEr +aFx +aGl +aIZ +aLr +amG +ane +anp +ane +azt +aBv +aEj +aFh +aKN +aAD +aGN +aJg +amY +aOt +bfV +amY +aMs +aMs +bhD +aOA +bvN +aMs +bmo +cAa +cAk +bxy +bzi +cAy +bTU +bzn +aMD +bzh +bwW +cih +aMI +aMI +aMI +bLw +bMM +bMM +bMM +ifC +bJv +aaU +cwJ +aaU +bWJ +mIT +cJr +aaU +bbT +bbT +bbT +bbT +bbT +bdT +beX +beU +beU +beU +beU +bLu +bVr +cth +cje +csv +bcV +bby +bck +bdM +bdM +bhb +bhM +bis +bjn +bjn +bXF +bjn +bjn +bjn +bjn +bjn +bjn +bjn +cyg +bGF +bIA +bIB +bNO +bHN +aaa +aaa +bNK +bYR +bNU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aTd +aaa +abp +aaa +aaa +aaa +cpB +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(178,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abE +abM +acx +aaU +aaU +aaU +aaU +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaU +aoK +aoK +aoK +atd +atE +aum +ava +avs +awp +axD +ayE +awp +awp +awp +awp +aDA +aEt +aFA +aGm +aIZ +aLr +amG +anp +aBS +aBS +aBS +ayy +aEj +ayy +aBS +aBS +aLG +aJh +aLN +aOu +cCt +beA +aMt +aNw +bhE +btg +bvO +bwb +aMs +cAb +cAl +bhA +bgP +bzO +caD +bzn +bjz +ciG +bAK +ciV +aMI +aaa +bJj +bLS +kxw +kxw +kxw +bPA +wPS +aaa +cwI +cwA +cbI +cwA +anr +aaa +aaU +aaU +aaU +aaU +bbT +bbT +bbT +bfE +bih +bkb +bkj +bkY +bVs +cti +cje +cto +bcV +bcV +bcm +bdV +bdM +cqk +bhP +biv +ciR +bjT +bXG +clV +bjT +cjf +btH +btX +ckE +bjn +cyf +bHN +cnS +bKZ +bNP +bHN +aaa +aaa +bNK +bYR +bNU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(179,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aav +abR +acj +aaU +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaU +aaa +aoK +ate +atG +auq +atG +avx +awp +axE +ayH +azM +aAt +awp +aFl +aDC +axU +aFB +awx +aIZ +aLr +amG +ane +azt +azu +aAH +aBv +aEk +ayz +azu +azu +aKN +aJm +amY +aQy +bgo +amY +amY +amY +bfX +btr +bvP +bwc +bmo +bwk +bwH +bxG +bzm +bAx +bBh +bBG +bAK +ciO +bAK +ciV +bAS +aaa +bJv +bMp +cwA +cwA +cwA +bgM +cwA +cwA +cwL +cwA +cbL +cwA +bdR +mIT +mIT +mIT +mIT +cJr +aaa +aaU +bbT +bgk +bbT +bkd +bbT +cpm +bVG +cgn +cje +blb +blR +bni +bcA +bdM +bdM +cNA +bhb +ciE +cmT +cnB +csh +cHV +cPM +bjn +btI +buc +cme +bjn +cyf +bHN +bHN +bHN +bHN +bHN +aaa +aaa +bNK +bOd +bNU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(180,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aav +abM +acz +aaU +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aaa +aoK +atg +atG +aur +atG +avz +awx +axU +ayL +azO +aAu +awp +aCP +aDG +cPr +aFD +awp +aJa +aLr +amG +anp +aBS +ayy +ayy +aBS +bAZ +aFn +aFY +aFY +aFn +aJo +aLP +aMJ +bgp +buT +cCC +buN +bDj +bur +bvS +bwe +aMs +bmW +bwI +aMI +ceG +bAK +aMI +aMI +aMI +cjc +aMI +cnt +aMI +aaa +bJv +bMp +cww +bMY +bMY +bPB +xoj +cwx +cPC +cww +cbN +cww +aaU +aaa +aaa +aaa +aaa +anr +aaa +aaU +bbT +bEk +bfD +bVd +bkX +bUT +bXw +chd +cki +ctt +blS +bnn +bcA +bdM +bdM +bdM +bhP +biv +cDz +cDA +cDD +bnX +bjn +bjn +bjn +bjn +bjn +bjn +cyh +boI +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(181,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aRv +aaa +aaU +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aaa +aoK +ath +atG +auu +atG +avB +awx +axU +ayP +azU +aAE +awp +aCR +aDH +aEz +aFH +aGw +aJb +aLt +amY +anY +azt +azu +azu +aBv +aEk +ayz +azu +azu +aKN +aAD +aMe +bdB +bgr +buU +byo +apV +bgj +buu +bvV +aMs +aMs +aaU +bCU +aMI +ceG +bAK +bAS +aaa +aaU +aaa +aRv +aaa +aaU +aaa +bJv +bMp +cww +bMZ +bMZ +bPC +uAY +cwF +cwM +cww +cge +cww +aaU +cak +cam +cak +aaa +anr +aaa +aaU +bff +bgQ +bff +bgQ +bff +bfC +bYM +bjo +bkk +ctx +blV +bny +bdK +bma +bfR +bhd +bhQ +bpl +bjn +bjn +bjn +bjn +bjn +bRt +bxO +bzs +bzZ +bBy +cyi +boI +boK +boK +boK +boK +boK +boK +boI +aaU +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(182,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aaa +arM +ati +arM +atG +atG +avD +awx +axY +ayZ +azW +aAT +aBO +aCS +aDJ +aEB +aFJ +awp +aJs +aLz +amY +anp +aBS +aBS +aBS +ayy +aEI +ayy +aNa +aSC +aSC +aTB +aUx +bdX +bhV +buY +bMm +amY +aMs +buI +aMs +aMs +aaU +aaU +bCV +aMI +ceH +aMI +aMI +aaa +aaU +aaa +aaU +aaa +aaU +aaa +bJv +bMp +cww +cpM +bNa +bPJ +bRC +cwG +cPD +bVE +cbT +cww +bhI +bhI +can +bhI +aaa +anr +aaa +aaU +bfC +bfb +cmW +bic +cbk +bfC +bYN +bgT +bgT +ctA +bgV +bgV +bgT +bgV +boM +boS +ccv +boS +boI +bqZ +cxT +bMH +btN +buy +bRw +bRz +cmJ +bRG +cyj +cmb +bHQ +bHQ +bHQ +bHQ +bHQ +bLa +boK +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(183,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aao +acv +ado +aaa +aaa +aao +abj +ado +aaa +aaa +aao +acv +ado +aaa +aaa +aaa +arM +atl +arM +arM +arM +avs +awp +ayg +aza +azY +aBc +awp +aCT +aDK +aEG +aFK +awp +aJP +aLC +amY +aoa +ayA +azv +aBp +aCy +aEM +aFq +aNb +aGA +aBs +aAD +aMF +bdn +bdn +bdn +bdn +aCJ +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aVT +aaa +bAL +aaU +aaa +aaU +aaa +aaU +aaa +aaU +aaa +bJv +bMp +cww +bNb +bNb +bPL +cwB +cwB +cwB +bVX +eKM +cww +bhI +bhI +cao +bhI +bhI +anr +aaa +aaU +bfC +bgS +bGL +bip +ctz +bfC +cbO +cgE +bkl +ctB +blW +cxs +bos +bgV +boN +boT +bpd +bpp +bqy +cxR +cxV +cxV +cxV +cjb +cxV +cyb +cyc +bVt +bZo +bZs +bZs +bZs +ciA +clO +bHR +bLb +boK +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(184,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaT +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arM +atl +arM +aaU +aaU +aaU +awp +awp +awp +awp +awp +awp +aCY +aDQ +aEH +aFL +awp +aKb +aKb +amY +amY +amY +azw +amY +aHK +aMR +aMU +aQV +amY +aCJ +aCJ +aCJ +aCJ +aCJ +aCJ +aCJ +aCJ +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaU +aaa +bJv +bMp +cww +bjE +bNq +bQK +qgO +chO +cpN +bWG +cRg +jiZ +bhI +cLY +cap +cMt +cau +anr +aaa +aaU +bfC +bgU +cng +bCH +bRu +bUK +ccu +che +ckr +ctC +bVo +cxt +bVZ +bgV +boI +boU +cty +bpf +bpf +cxS +bpY +btd +btd +bDy +bxR +cxZ +boI +bBA +bFh +boI +boK +boK +boK +bKo +bKD +boK +boI +aaU +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(185,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaV +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arM +akz +arM +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaU +apC +aqC +axr +aAM +aqC +apC +aaU +aaa +aaa +aaU +amY +azZ +amY +aKI +aKM +aBS +aBS +aCJ +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaU +aaa +bJv +bMp +cww +bkH +blz +bNd +bNE +cww +cpO +bWG +cJo +cMH +bhI +cLZ +caq +cLZ +bhI +anr +aaa +aaU +bfC +bUS +bAv +bPW +cBz +bUM +ccX +chf +ckO +ckO +ckO +cxu +chf +cxy +cxA +cxE +cxM +cxO +cND +bpf +brS +bte +cdT +ceZ +bte +bzu +boI +cJj +bzt +boK +aaU +aaa +aaa +aaa +cgW +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(186,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +abc +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaU +aaU +aaa +aaa +aaU +aaU +aaa +aaa +aaU +apC +aug +axs +aAN +bsc +apC +aaU +aaa +aaa +aaU +amY +aAw +amY +aCJ +amY +aCJ +aCJ +aCJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaU +aaa +bJv +bMp +cww +cww +cww +cww +cww +cww +cww +cIs +tyI +cMJ +cLX +cMa +cMj +cMu +cMG +anr +aaU +aaU +bff +bfC +bff +bfC +bff +bfC +bij +bhK +bkn +cnw +bkn +bhK +bov +bgV +boI +boW +bpf +bpu +bpf +cty +brS +boI +btS +ccT +boI +bzu +boI +bBI +bFi +boK +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(187,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +adx +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +apC +aun +axs +aAN +bsd +apC +aaU +aaU +aaU +aaU +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +rTW +tpQ +wPS +bMt +pgu +pgu +pgu +gGG +vsO +chS +cpQ +cfM +cbU +jXo +cLm +cMb +cas +cMb +cMH +anr +aaa +aaa +aaU +aaa +aaU +aaa +aaU +bgT +bhZ +bhK +bkn +bkn +bkn +bhK +bow +bgT +boP +boY +bpk +bpf +bpY +brd +brT +boI +btS +ccU +boI +bzv +boI +boI +boI +boI +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(188,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ady +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ahu +ahu +ahu +apC +apC +auo +axy +aBd +aJI +apC +apC +ahu +ahu +ahu +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +aXx +aXx +aXx +aXx +bfW +tuF +lRy +fti +cfP +mEa +cLV +chn +eCy +chL +cMv +cMI +anr +aaa +aaa +aaU +aaa +aaU +aaU +aaU +bgV +bhZ +bhK +bkp +bhK +blZ +bhK +boB +bgV +boI +boI +ckK +ckL +ckM +boI +boI +boI +cre +cow +boI +cRa +boI +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(189,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ahu +amU +aov +apE +aqB +aup +axs +aBn +bbR +aqB +apE +aov +amU +ahu +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bca +bca +cat +cKX +bQN +nLV +cLd +fti +cfT +cgg +cgx +chp +chx +chM +gDY +jiZ +hlV +aaa +aaa +aaU +aaa +aaU +aaa +aaU +bgT +bil +bjq +bkq +bld +biw +bld +boB +bgV +aaU +boI +boK +boK +boK +boI +aaU +cNW +cNX +cOf +cNX +cOm +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(190,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +ahu +amV +amV +apF +aqC +adI +axH +aBB +bsg +aqC +bsB +amV +amV +ahu +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bRK +bca +bZI +bZR +bfW +qHL +eTZ +vcb +uVD +mqB +dpO +tZC +qWY +rUl +cMw +cfs +cMP +aaa +aaa +aaU +aaa +aaU +aaa +aaU +bgT +bgT +bjr +bkr +ble +xxP +bnC +boD +bgT +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cNX +cOf +cNX +cOm +aaU +aaa +aaa +aaa +aaU +aaU +aaU +aaU +blj +aaU +aaU +aaU +aaU +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(191,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +all +amV +amV +apI +bsw +auw +axJ +aBE +auy +bsw +bsm +amV +amV +bsJ +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bca +bca +cKQ +cKY +bQO +ony +xcO +hKC +cVO +sRD +cMe +cai +rdF +cMk +ceU +cMJ +cxc +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +bgT +bks +blg +bgT +cgm +boE +bgT +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(192,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +alm +amV +amV +apI +bsA +auy +azs +aBE +auy +bsA +bsm +amV +amV +bsK +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaU +aXx +aXx +aXx +aXx +aXx +bfW +cww +bUa +cMr +sRD +cMo +cgz +cai +fkx +cMl +cMx +cMJ +cxc +aXx +aXx +aXx +aXx +aXx +aaa +aaU +aaa +aaa +bgT +bkt +blh +bgT +blh +boF +bgT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(193,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +aln +amV +amV +apJ +aqC +auz +azs +aBE +bsj +aqC +bsC +amV +amV +aln +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bSb +bSb +cKR +cKX +bQN +cLb +cLe +cMo +hMZ +nAF +lcD +cai +fkx +mNN +cLo +nBM +cfD +cKX +cLt +bkZ +bkZ +aXx +aaa +aaU +aaa +aaa +aaa +aaa +cqX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(194,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +aln +amV +amV +apK +aqB +aqB +azI +brn +aqB +aqB +bsE +amV +amV +aln +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bSi +bWp +bZL +bZR +bfW +cwA +cLf +cMo +iAW +fIw +wWH +ntC +nEX +hDz +cLp +oMB +mxW +bZR +cay +caK +caM +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(195,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +alm +amV +amV +amV +aqI +aqB +aGO +auy +aqB +aqI +amV +amV +amV +bsK +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bSb +bSb +cKS +cKY +bQO +cLc +eIh +car +tXV +tZj +jml +cVq +cMc +cMm +cMy +cML +cLa +cKY +cLu +bkZ +bkZ +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(196,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +alJ +amV +aow +amV +amV +auA +auy +auy +bsk +amV +amV +amV +amV +alJ +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaU +aXx +aXx +aXx +aXx +aXx +bfW +cww +bhJ +cMo +iAW +cJu +iAW +cJH +cMd +cMn +cMz +cMJ +aaU +aXx +aXx +aXx +aXx +aXx +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(197,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahu +ahu +amV +amV +amV +aqI +ave +auy +bXH +bsm +aqI +amV +amV +amV +ahu +ahu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTH +bTH +cKT +cKX +bQN +cLb +cLh +cMo +iAW +cJu +hlo +cJH +cMe +cMo +cLq +nBM +cKZ +cKX +cLv +blL +blL +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(198,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ahu +amW +aoI +amV +amV +ave +aIR +auy +bsm +amV +amV +aoI +bsH +ahu +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTI +bXe +bZO +bZR +fuE +bWK +cLi +xKr +nvn +cJu +iAW +cJH +cMe +cMo +cMA +cMN +aaU +bZR +caF +caL +caN +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(199,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +ahu +ahu +ahu +apX +aqI +avk +aJq +brp +bsn +aqI +bsF +ahu +ahu +ahu +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTH +bTH +cKU +cKY +cLa +cLc +fgS +car +iAW +jon +xjk +cai +cMg +cMq +cMB +cML +cMQ +cKY +cLw +blL +blL +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(200,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +ahu +ahu +apC +apC +ahu +ahu +apC +apC +ahu +ahu +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaU +aXx +aXx +aXx +aXx +aXx +rTW +wbu +cLg +kOG +dVR +xCy +sHB +xkC +cMe +cMr +cMC +cML +cMR +aXx +aXx +aXx +aXx +aXx +aaU +aaU +aaU +aaU +aaU +aaU +blj +abp +blj +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(201,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +amJ +aaU +aaU +aaU +aaU +amJ +aaU +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTK +bTK +cKV +cKX +bQS +cLb +cLj +cMo +qvB +cgh +cgA +chq +cMh +cMq +cMD +cMM +cMS +cMT +cLx +cpX +blM +aXx +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaU +aaU +aaa +aaa +aaU +cNX +cOf +cOh +cOm +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(202,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTL +bXR +bZP +bZR +opd +cwA +cal +cLl +cLs +cLs +cLs +cLs +cLs +cMs +cME +cMN +aaU +bZR +caJ +bpq +caS +aXx +aaa +aaU +aaa +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +cNy +cNy +cNz +cNz +cNy +cNX +cOf +cOi +cOm +cOr +cOl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(203,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaa +aXx +bTK +bTK +cKW +cKY +bQV +cLc +cLk +ctk +prx +vxU +cLW +ccG +cMi +iQY +cMF +cMO +cMS +cMT +cLy +blM +blM +aXx +aaa +aaU +aaU +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNy +cNz +cNz +cNy +cNE +cNM +cNO +cNy +cNX +cOf +cOj +cOn +cOj +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(204,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +opd +aaU +aXx +aXx +aXx +aXx +aXx +opd +cww +cww +cww +cfV +cww +cww +cww +cww +cww +cww +cww +aaU +aXx +aXx +aXx +aXx +aXx +aaa +bal +aaa +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNz +cNB +cNB +cNB +cNF +cNN +cNR +cNY +cOb +cOg +cOj +cOj +cOj +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(205,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +bGh +bHg +bHg +bHg +tpQ +bHg +bHg +wPS +aaU +aWj +cww +cJm +cww +aWj +aWj +aWj +aWj +aWj +aaU +aaU +aaa +aaa +aaU +aaa +aaa +aaa +bal +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNz +cNB +cNB +cNB +cNG +cNN +cNS +cNy +cNX +cNX +cOj +cOj +cOs +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(206,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aWR +aaa +aaU +aaa +bal +bal +aaU +bal +bal +bal +aaU +aWj +cww +cJm +cww +aWj +bal +bal +bal +bal +aaU +bal +bal +bal +aaU +aaU +bal +bal +bal +aaa +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNz +cNB +cNB +cNB +cNG +cNN +cNT +cNy +cNX +cNX +cOj +cOj +cOt +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(207,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aWR +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cbS +abM +ccH +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aWj +bFY +cJn +cww +aWj +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNz +cNB +cNB +cNB +cNG +cNO +cNO +cNZ +cNX +cNX +cOj +cOj +cOu +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aWR +aaa +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(208,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abF +abM +acA +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cbS +abR +ccJ +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aWj +aWj +aWj +aWj +aWj +bal +bal +bal +aaU +bal +bal +bal +aaU +bal +bal +bal +aaU +bal +bal +bal +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNy +cNz +cNz +cNy +cNH +cNP +cNU +cNy +cOc +cNX +cOk +cOo +cOv +cOp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +cPl +abM +cPq +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(209,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abJ +abR +acA +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +cbW +abM +aaD +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +abp +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNy +cNy +cNz +cNz +cNy +cNX +cNX +cOl +cOp +cOp +cOl +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +cPm +abR +cPq +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(210,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abJ +abR +acB +adc +adc +adL +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +bGK +bGK +bUe +ccc +abR +aaY +cdb +bGK +cdq +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaU +aWj +aWj +aaU +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cPd +cPd +cPd +cPn +abM +cPq +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(211,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +abJ +abM +abR +abM +abR +abM +aZG +aaU +aaU +aaU +aaU +aaU +aaU +aTd +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aTd +aaU +aaU +aaU +aTx +abM +abR +abM +adl +ccr +ccO +abM +abR +abM +aZG +aaU +aaU +aaU +aTd +aaU +aaU +aTd +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +cNQ +cNI +aWj +aWj +aWj +aWj +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aTd +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aTx +abM +abR +abM +abR +abM +cPq +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(212,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +abp +abJ +abZ +abZ +abZ +abZ +abZ +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +bGP +bNo +bNo +ccf +ccs +ccP +cdi +bNo +bNo +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cNI +cNI +cNI +aWj +aWj +aWj +aWj +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cPe +cPh +cPh +cPh +cPh +cPh +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(213,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abM +abM +abM +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +abp +aaU +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaU +abM +cNI +aWj +abp +abp +aWj +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(214,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaU +aaa +aWj +brs +brs +aWj +aaa +aaU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(215,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aWj +aWj +aWj +aWj +aWj +cfq +cfq +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(216,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(217,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +cpB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cpB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cpB +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(218,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cpB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(219,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(220,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(221,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +cpC +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +cpC +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(222,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(223,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(224,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(225,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(226,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(227,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(228,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(229,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aWj +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(230,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(231,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(232,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(233,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(234,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(235,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(236,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(237,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(238,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(239,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(240,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(241,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(242,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(243,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(244,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(245,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(246,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(247,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(248,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(249,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(250,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(251,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(252,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(253,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(254,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +"} +(255,1,1) = {" +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl +ckl "} From 6bf02c7ed7f6a1b60eed204c09aaecbcd7d8a273 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:01:33 -0500 Subject: [PATCH 15/26] Automatic changelog generation for PR #13261 [ci skip] --- html/changelogs/AutoChangeLog-pr-13261.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13261.yml diff --git a/html/changelogs/AutoChangeLog-pr-13261.yml b/html/changelogs/AutoChangeLog-pr-13261.yml new file mode 100644 index 0000000000..f7db074c8c --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13261.yml @@ -0,0 +1,4 @@ +author: "lolman360" +delete-after: True +changes: + - rscadd: "atmos = radiation = chemistry." From afcb9d343227c80bee1dd42f6c1433f3c47bb96b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:02:46 -0500 Subject: [PATCH 16/26] Automatic changelog generation for PR #13258 [ci skip] --- html/changelogs/AutoChangeLog-pr-13258.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13258.yml diff --git a/html/changelogs/AutoChangeLog-pr-13258.yml b/html/changelogs/AutoChangeLog-pr-13258.yml new file mode 100644 index 0000000000..fddef7348a --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13258.yml @@ -0,0 +1,4 @@ +author: "shellspeed1" +delete-after: True +changes: + - rscadd: "Adds slow mode for iv drips" From d3968216598d483bd59c00c2770bc69212c28342 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:03:18 -0500 Subject: [PATCH 17/26] Automatic changelog generation for PR #13257 [ci skip] --- html/changelogs/AutoChangeLog-pr-13257.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13257.yml diff --git a/html/changelogs/AutoChangeLog-pr-13257.yml b/html/changelogs/AutoChangeLog-pr-13257.yml new file mode 100644 index 0000000000..10aa50d528 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13257.yml @@ -0,0 +1,4 @@ +author: "timothyteakettle" +delete-after: True +changes: + - tweak: "customization features appear in alphabetical order where necessary" From 0e70b4ee4d172ba3a4fb3372a7286c568c922dc4 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:03:37 -0500 Subject: [PATCH 18/26] Automatic changelog generation for PR #13256 [ci skip] --- html/changelogs/AutoChangeLog-pr-13256.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13256.yml diff --git a/html/changelogs/AutoChangeLog-pr-13256.yml b/html/changelogs/AutoChangeLog-pr-13256.yml new file mode 100644 index 0000000000..f92ed28504 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13256.yml @@ -0,0 +1,10 @@ +author: "EmeraldSundisk" +delete-after: True +changes: + - rscadd: "Adds more paper to the library" + - rscadd: "The law office now has a desk window" + - tweak: "Expands most of CogStation's exterior airlocks. Slightly adjusts surrounding areas to accommodate this." + - tweak: "Updates some of CogStation's paperwork" + - tweak: "The rat in the morgue turned themselves into a possum. Funniest shit I've ever seen." + - bugfix: "Adjusts some area designations so cameras should receive power properly" + - bugfix: "Cleans up an errant decal" From 40eb26a71b823b6c18773a0bd55181a6b0ca422d Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:07:08 -0500 Subject: [PATCH 19/26] Automatic changelog generation for PR #13237 [ci skip] --- html/changelogs/AutoChangeLog-pr-13237.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13237.yml diff --git a/html/changelogs/AutoChangeLog-pr-13237.yml b/html/changelogs/AutoChangeLog-pr-13237.yml new file mode 100644 index 0000000000..db13b39aad --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13237.yml @@ -0,0 +1,5 @@ +author: "Hatterhat" +delete-after: True +changes: + - tweak: "Traitor holoparasites can now only be bought once, because apparently you can only have one active holopara." + - balance: "PDA bombs can now only be bought once per uplink." From 68020ec842958bd5acb5c1aa8850f4cf21e8fe10 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 27 Aug 2020 12:07:34 -0500 Subject: [PATCH 20/26] Automatic changelog generation for PR #13235 [ci skip] --- html/changelogs/AutoChangeLog-pr-13235.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13235.yml diff --git a/html/changelogs/AutoChangeLog-pr-13235.yml b/html/changelogs/AutoChangeLog-pr-13235.yml new file mode 100644 index 0000000000..ff22570b6e --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13235.yml @@ -0,0 +1,4 @@ +author: "timothyteakettle" +delete-after: True +changes: + - tweak: "bokken do two more stamina damage now" From 9799efcef293fe2622819ea54c80e8f1714aab55 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 28 Aug 2020 00:13:53 +0000 Subject: [PATCH 21/26] Automatic changelog compile [ci skip] --- html/changelog.html | 43 ++++++++++++++++------ html/changelogs/.all_changelog.yml | 27 ++++++++++++++ html/changelogs/AutoChangeLog-pr-13232.yml | 4 -- html/changelogs/AutoChangeLog-pr-13235.yml | 4 -- html/changelogs/AutoChangeLog-pr-13237.yml | 5 --- html/changelogs/AutoChangeLog-pr-13256.yml | 10 ----- html/changelogs/AutoChangeLog-pr-13257.yml | 4 -- html/changelogs/AutoChangeLog-pr-13258.yml | 4 -- html/changelogs/AutoChangeLog-pr-13261.yml | 4 -- html/changelogs/AutoChangeLog-pr-13265.yml | 4 -- 10 files changed, 59 insertions(+), 50 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-13232.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13235.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13237.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13256.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13257.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13258.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13261.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-13265.yml diff --git a/html/changelog.html b/html/changelog.html index 870578cae5..0a2a1f3086 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -50,6 +50,38 @@ -->
+

28 August 2020

+

EmeraldSundisk updated:

+
    +
  • Adds more paper to the library
  • +
  • The law office now has a desk window
  • +
  • Expands most of CogStation's exterior airlocks. Slightly adjusts surrounding areas to accommodate this.
  • +
  • Updates some of CogStation's paperwork
  • +
  • The rat in the morgue turned themselves into a possum. Funniest shit I've ever seen.
  • +
  • Adjusts some area designations so cameras should receive power properly
  • +
  • Cleans up an errant decal
  • +
+

Hatterhat updated:

+
    +
  • Traitor holoparasites can now only be bought once, because apparently you can only have one active holopara.
  • +
  • PDA bombs can now only be bought once per uplink.
  • +
+

lolman360 updated:

+
    +
  • atmos = radiation = chemistry.
  • +
+

shellspeed1 updated:

+
    +
  • Adds slow mode for iv drips
  • +
+

timothyteakettle updated:

+
    +
  • an ancient game over a thousand years old has re-emerged among crewmembers - rock paper scissors
  • +
  • customization features appear in alphabetical order where necessary
  • +
  • bokken do two more stamina damage now
  • +
  • you can now choose a body sprite as an anthromorph or anthromorphic insect, and can choose from aquatic/avian and apid respectively (and obviously back to the defaults too)
  • +
+

27 August 2020

silicons updated:

    @@ -1455,17 +1487,6 @@
    • felinids now nya when tabled
    - -

    26 June 2020

    -

    Ghommie updated:

    -
      -
    • Snore spam.
    • -
    • Hostile mobs shouldn't hit their original spawner structures or thoses of the same faction.
    • -
    -

    silicons updated:

    -
      -
    • soap cleans blood again
    • -
GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index fd9523fb15..139ca99af0 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -27100,3 +27100,30 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. timothyteakettle: - tweak: changing your character's gender won't randomize its hairstyle and facial hairstyle now +2020-08-28: + EmeraldSundisk: + - rscadd: Adds more paper to the library + - rscadd: The law office now has a desk window + - tweak: Expands most of CogStation's exterior airlocks. Slightly adjusts surrounding + areas to accommodate this. + - tweak: Updates some of CogStation's paperwork + - tweak: The rat in the morgue turned themselves into a possum. Funniest shit I've + ever seen. + - bugfix: Adjusts some area designations so cameras should receive power properly + - bugfix: Cleans up an errant decal + Hatterhat: + - tweak: Traitor holoparasites can now only be bought once, because apparently you + can only have one active holopara. + - balance: PDA bombs can now only be bought once per uplink. + lolman360: + - rscadd: atmos = radiation = chemistry. + shellspeed1: + - rscadd: Adds slow mode for iv drips + timothyteakettle: + - rscadd: an ancient game over a thousand years old has re-emerged among crewmembers + - rock paper scissors + - tweak: customization features appear in alphabetical order where necessary + - tweak: bokken do two more stamina damage now + - rscadd: you can now choose a body sprite as an anthromorph or anthromorphic insect, + and can choose from aquatic/avian and apid respectively (and obviously back + to the defaults too) diff --git a/html/changelogs/AutoChangeLog-pr-13232.yml b/html/changelogs/AutoChangeLog-pr-13232.yml deleted file mode 100644 index 9571dbf2b9..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13232.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "timothyteakettle" -delete-after: True -changes: - - rscadd: "you can now choose a body sprite as an anthromorph or anthromorphic insect, and can choose from aquatic/avian and apid respectively (and obviously back to the defaults too)" diff --git a/html/changelogs/AutoChangeLog-pr-13235.yml b/html/changelogs/AutoChangeLog-pr-13235.yml deleted file mode 100644 index ff22570b6e..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13235.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "timothyteakettle" -delete-after: True -changes: - - tweak: "bokken do two more stamina damage now" diff --git a/html/changelogs/AutoChangeLog-pr-13237.yml b/html/changelogs/AutoChangeLog-pr-13237.yml deleted file mode 100644 index db13b39aad..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13237.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Hatterhat" -delete-after: True -changes: - - tweak: "Traitor holoparasites can now only be bought once, because apparently you can only have one active holopara." - - balance: "PDA bombs can now only be bought once per uplink." diff --git a/html/changelogs/AutoChangeLog-pr-13256.yml b/html/changelogs/AutoChangeLog-pr-13256.yml deleted file mode 100644 index f92ed28504..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13256.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: "EmeraldSundisk" -delete-after: True -changes: - - rscadd: "Adds more paper to the library" - - rscadd: "The law office now has a desk window" - - tweak: "Expands most of CogStation's exterior airlocks. Slightly adjusts surrounding areas to accommodate this." - - tweak: "Updates some of CogStation's paperwork" - - tweak: "The rat in the morgue turned themselves into a possum. Funniest shit I've ever seen." - - bugfix: "Adjusts some area designations so cameras should receive power properly" - - bugfix: "Cleans up an errant decal" diff --git a/html/changelogs/AutoChangeLog-pr-13257.yml b/html/changelogs/AutoChangeLog-pr-13257.yml deleted file mode 100644 index 10aa50d528..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13257.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "timothyteakettle" -delete-after: True -changes: - - tweak: "customization features appear in alphabetical order where necessary" diff --git a/html/changelogs/AutoChangeLog-pr-13258.yml b/html/changelogs/AutoChangeLog-pr-13258.yml deleted file mode 100644 index fddef7348a..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13258.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "shellspeed1" -delete-after: True -changes: - - rscadd: "Adds slow mode for iv drips" diff --git a/html/changelogs/AutoChangeLog-pr-13261.yml b/html/changelogs/AutoChangeLog-pr-13261.yml deleted file mode 100644 index f7db074c8c..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13261.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "lolman360" -delete-after: True -changes: - - rscadd: "atmos = radiation = chemistry." diff --git a/html/changelogs/AutoChangeLog-pr-13265.yml b/html/changelogs/AutoChangeLog-pr-13265.yml deleted file mode 100644 index 917e5786b0..0000000000 --- a/html/changelogs/AutoChangeLog-pr-13265.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "timothyteakettle" -delete-after: True -changes: - - rscadd: "an ancient game over a thousand years old has re-emerged among crewmembers - rock paper scissors" From ca34a50726e18e5c81bc92649174a6c75bc316e8 Mon Sep 17 00:00:00 2001 From: raspy-on-osu Date: Thu, 27 Aug 2020 23:39:43 -0400 Subject: [PATCH 22/26] Port "Better Explosion Echoes" by NotRanged https://github.com/Skyrat-SS13/Skyrat13/pull/3295 --- code/datums/explosion.dm | 39 ++++++++++++++++++++++++++---- code/game/sound.dm | 4 +++ sound/effects/creak1.ogg | Bin 0 -> 125071 bytes sound/effects/creak2.ogg | Bin 0 -> 102788 bytes sound/effects/creak3.ogg | Bin 0 -> 52507 bytes sound/effects/explosioncreak1.ogg | Bin 0 -> 151778 bytes sound/effects/explosioncreak2.ogg | Bin 0 -> 111558 bytes 7 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 sound/effects/creak1.ogg create mode 100644 sound/effects/creak2.ogg create mode 100644 sound/effects/creak3.ogg create mode 100644 sound/effects/explosioncreak1.ogg create mode 100644 sound/effects/explosioncreak2.ogg diff --git a/code/datums/explosion.dm b/code/datums/explosion.dm index dc9569a4d5..2de7d2da7d 100644 --- a/code/datums/explosion.dm +++ b/code/datums/explosion.dm @@ -103,9 +103,20 @@ GLOBAL_LIST_EMPTY(explosions) // 3/7/14 will calculate to 80 + 35 var/far_dist = 0 - far_dist += heavy_impact_range * 5 + far_dist += heavy_impact_range * 15 //from skyrat13/pull/3295; carry further far_dist += devastation_range * 20 + // skyrat-ss13/skyrat13/pull/3295 + var/sound/creaking_explosion_sound = sound(get_sfx("explosion_creaking")) + var/sound/hull_creaking_sound = sound(get_sfx("hull_creaking")) + var/sound/explosion_echo_sound = sound('sound/effects/explosion_distant.ogg') + var/on_station = SSmapping.level_trait(epicenter.z, ZTRAIT_STATION) + var/creaking_explosion = FALSE + + if(prob(devastation_range*30+heavy_impact_range*5) && on_station) // Huge explosions are near guaranteed to make the station creak and whine, smaller ones might. + creaking_explosion = TRUE // prob over 100 always returns true + // end port + if(!silent) var/frequency = get_rand_frequency() var/sound/explosion_sound = sound(get_sfx("explosion")) @@ -126,11 +137,29 @@ GLOBAL_LIST_EMPTY(explosions) shake_camera(M, 25, clamp(baseshakeamount, 0, 10)) // You hear a far explosion if you're outside the blast radius. Small bombs shouldn't be heard all over the station. else if(dist <= far_dist) - var/far_volume = clamp(far_dist, 30, 50) // Volume is based on explosion size and dist - far_volume += (dist <= far_dist * 0.5 ? 50 : 0) // add 50 volume if the mob is pretty close to the explosion - M.playsound_local(epicenter, null, far_volume, 1, frequency, falloff = 5, S = far_explosion_sound) - if(baseshakeamount > 0) + var/far_volume = clamp(far_dist/2, 40, 60) // Volume is based on explosion size and dist + if(creaking_explosion) + M.playsound_local(epicenter, null, far_volume, 1, frequency, S = creaking_explosion_sound, distance_multiplier = 0) + else if(prob(75)) + M.playsound_local(epicenter, null, far_volume, 1, frequency, S = far_explosion_sound, distance_multiplier = 0) // Far sound + else + M.playsound_local(epicenter, null, far_volume, 1, frequency, S = explosion_echo_sound, distance_multiplier = 0) // Echo sound + + if(baseshakeamount > 0 || devastation_range) + if(!baseshakeamount) // Devastating explosions rock the station and ground + baseshakeamount = devastation_range*3 shake_camera(M, 10, clamp(baseshakeamount*0.25, 0, 2.5)) + + else if(M.can_hear() && !isspaceturf(get_turf(M)) && heavy_impact_range) // Big enough explosions echo throughout the hull + var/echo_volume = 40 + if(devastation_range) + baseshakeamount = devastation_range + shake_camera(M, 10, clamp(baseshakeamount*0.25, 0, 2.5)) + echo_volume = 60 + M.playsound_local(epicenter, null, echo_volume, 1, frequency, S = explosion_echo_sound, distance_multiplier = 0) + + if(creaking_explosion) // 5 seconds after the bang, the station begins to creak + addtimer(CALLBACK(M, /mob/proc/playsound_local, epicenter, null, rand(25, 40), 1, frequency, null, null, FALSE, hull_creaking_sound, null, null, null, null, 0), 5 SECONDS) EX_PREPROCESS_CHECK_TICK //postpone processing for a bit diff --git a/code/game/sound.dm b/code/game/sound.dm index 0feb01c223..b012ba4e2a 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -130,6 +130,10 @@ /proc/get_sfx(soundin) if(istext(soundin)) switch(soundin) + if ("explosion_creaking") // from skyrat-ss13/skyrat13/pull/3295 + soundin = pick('sound/effects/explosioncreak1.ogg', 'sound/effects/explosioncreak2.ogg') + if ("hull_creaking") // from skyrat-ss13/skyrat13/pull/3295 + soundin = pick('sound/effects/creak1.ogg', 'sound/effects/creak2.ogg', 'sound/effects/creak3.ogg') if ("shatter") soundin = pick('sound/effects/glassbr1.ogg','sound/effects/glassbr2.ogg','sound/effects/glassbr3.ogg') if ("explosion") diff --git a/sound/effects/creak1.ogg b/sound/effects/creak1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0cad4802ffa95dbf56228e95ce6ecafcf78c9f1a GIT binary patch literal 125071 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°%C$)iBM+kCr0ubHuqeVx2_YWYAj4e{bj9uPEyPg3XZis{*d zUx8?TqfOmMK4yQ{JNBENT-v#W{x$!({D-z1az~IXpM0*o=@s*DM?asvt+!B3;V#e4 z*%M+M7J#aFrY+BNHP^St!agaCk>UHuxl-NpZ{4SrPA^Dsj<>}Io)o;wF@duI&?LO; zzBd95fDgxVk$~7qPh8l0EqN<$>2@rDQA#PjjEr!aQl-oQ005wP=1WYl{xr^2nDMHh zZsKCQRF2EAYgH{b8^^W%&F`;x)3V=n`{(NutMPi%>W1hUr1p84-H`kFweDS4+o8Na z``J+2%Xl2z<7rIjEPf|8=ybk--rRC+PmR6m{oT#S=l1pshoW9?Iqz3{naznYKJh)X zgdz63x+=!K>KI+W4=`$X=MHqzb03H>yYyodj~Y~HUqCW z-YYie=+R{6Vg>V0-upQ(0Ql11XZ~WTuU|F?G9U9iUsM@%pM8$(lSfa>zSx_oTAz%L zDxQ`|sk-DPAD7+FvTw8O_whWsyjR~b&>&y!?;rAPfwq`!IsNBreZsRTYg(C%O@F`W zoSpslm|?MjnbGEiXL0;sdj zI~%D~>YhegPlmjUwR7FIo>X`Hpa1}#C486ZTsQ}W22H}d8Mh!XKnY&#Q!pU7fAnz3 zWlj40{aTm3wzioV&m{N4x_~mu$PM5EJ%yQeNTqCL5&!^zQiE`y3WrtTtOKlM%D?zXVpUGPQgWZ&-SR=Kt zA8cAWl+-8QPptGO=4(lQxyb#mS@N9t_xHo&pVI51`T6u0hm7}`{MrxQZPTmlX>{)& zn%x(^Ep$0qS^7pl={raji;A`715cJ+;>_%JT9&T2*|b=W(>}=G=})Kg?HBa09n0zF zx`}G(MfP1Og}G&p*P)GM#m@X6tS_&wb#gnsWekkZ@Sm6P-aEGBtK*JSPr5yKXv)Ye zP5rKK_lW*h0|(Wc{6z*e?v#(FE*Br~%KJR#70;|{QuL+Y?)lQhxwQ8LJG#g1mpnB=Wu;jb5Jo==AqN>@Bl>9@J74@(X(rv)UjIUUQeR55ZyL9VZ$&nor!K zdE^WxWFy|JNS_B4AxJZ;`!Cm!{$4fxJI%j?actWC7Cg3~*-z5^Q2kTMH@Ci<>Z=Z- zy^3_)Z_lN44%qX$U*MkH^l@AZ-fJP@0sv2EXHx(KK#PKPd0f4LEYo1P*MgpON7vlk)k^KGfnwzDK=a#EW-=p;~ z&^H$sSO7}_7QmPRHUL1+(pvyaTh)@80RR91?9kx0Jx|YAs|qqM(S6S#_}~0q@7u%A zFGLIJpLyRcEf2}oZnDeJpNcXW0w+;iCfnqPh~K#$zoHcEt+*G9%{LsWi5FUdN?be3 z{c9__M%6^0kg$Mt#}@VDhAzx1K`~+=)Xt?cZ$E7~Td^%(9UW_2e9HWF@;BZ0dG)A< z`$AKB*6YX2{(VN_!}Dv*!Q$X@|A6+U;(J>0Kd*;*Xy!``aj^mG zw&B4*ZJ!uGQ%QdttY%9{vZrFcRHOOb5h?GS350k^{d�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

k`qm`WvGx`rAwpGozW0a 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 literal 0 HcmV?d00001 diff --git a/sound/effects/creak3.ogg b/sound/effects/creak3.ogg new file mode 100644 index 0000000000000000000000000000000000000000..88ff37a339ed5b1f068d3e874d5b0f724aaa968a GIT binary patch literal 52507 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℞Hno1ih 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%0AG@@;}TMjIK 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 O00000000000001OTIN## literal 0 HcmV?d00001 diff --git a/sound/effects/explosioncreak2.ogg b/sound/effects/explosioncreak2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..75d323eb06f8c4f49de76838f81e4db58d39deb7 GIT binary patch literal 111558 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�Y>5N$FN3_MDOnihXu)c-oofn4jI*9 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 z z$3CI=nKq>DdT23Z5xG38Fj$hzhP!jS;(;s$>CL2*G@;5gKFk`|s!uTPb&Et%Rgm<& zxI6w*%c5|BVTLgv%zbsq{pK2LgnYvVdRe3>*K+aHDEkY84AU98+PIEsJYMu(&sFs< zf+C?)%LNd$%s;Jm@Cv5Z?jP(e@h= zPCqnEwV;axv^DyfAx?`PyFKIUbV}mYA~r+?WY=3F>qc-p_ZjBJ&|yCSP)2TN)W66B zFTFyEnMZ1s&3DHZV{T4}uAaO2v93NyQ3->TLPfy@d4O$+H&cwcwI&`L{IchUOHJVyg8mN=I+LT$Vma9#uGOmhpIxj zmQ;fHWB2my870ZaH>*7}-YBAJVs_&g^?|=5vYPSx8L~J(ArxiU8N_rrF?3&S-p$Ed z*~tSmDtDp{u7rhi6&|NG-R|s2%Qf~@J0jGlM=-aTLlz4=?++7$i=R83oq%kVd9!h)e_d9B7dgTB{*$gl#xR$jyVoYmMx`vcT^2VN zCwIXD1uDi4neOeGb~^^s;b=)w7QF>)+=t1o-ZXW1qf3@K1jQ{Kj#^Twf2AK8c9VkL zZy_^?e>}Yeq*N$h;q*7)iM_LDq$A+QZY&W}Mmko1al4K5S9I2yR+HnRVk)#b`0TI( z=%s5sxVjbSltY#{e6fm0ze1A#mp^tJ_BUIP`v}oqu038dT-^~T0+D>;JNN@Bz2yUp zv-;r2;BU~4dY!JWlmT~>Zbqsqh7Z4_(Pu29^m4n4KEwJ&dL}5f?Ao5piVY(`S z9!_rR)9eQ$cW-ME-nCoSw3~>&KtYaE5`el8Pm`{oObqE1n<9Or5(F_`3N!l^7t_&w ztXc<6t5W^xrYzf@qGT6%7~@dBdXWj?7fOPRX}+9FD_EuSi(D?)vd{l96Mpsn>^Zl% z_Zkt{V)v86mOggUt-9d)m!sV+b6Q5~xzFC27A5+D>JQ+zYsQ>cB3^9tC-A0*ctp(? zn_b_QTRj-NU`^))KYf_B5q&T;QI=qVr7D^mI?E9OC-=NH52<*ZsKcIqAb0|e$&uV1 znRd|FSL!bXgU$X0jWA}Yh7~9OpCt5o8X0FYORU-~K>>62aeH%92xXk-tuUa7GfvUi z{Fe9DXC|B`gbbM+vt(bh-u+#rzS;OUTL(SQ-_^Fd>voe)%NJ#)= z5!4`C-LRH^6Um)|uIg38#vQl^XH+PXOV&c)_B-xKZQYPhu6llmbh!+AN!&4a^T9jC zbNsu9-1Mv^=bq_uhSS**U%rq;2^oC6F!Cbk=tB0HNv>7)|T~vh5 z*@qCf#|(~dTaj(rw+YU3;IW6ppvEG-zwnJGPzu_XWo|)}J9nO1swp7lS6h6&$4eYIXN5q0VQ%e#g#qxox`8e& zLI-+Vv&sb)^6>7ouNDHD1Uh3S2^qsJlFB+#L&M;fy)08{{l$ZJQtR3;Nmsq_82b&n z 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 literal 0 HcmV?d00001 From 96d006f551e78e5118da2bac4bc9fe379ce74df0 Mon Sep 17 00:00:00 2001 From: raspy-on-osu Date: Thu, 27 Aug 2020 23:48:19 -0400 Subject: [PATCH 23/26] oops --- code/datums/explosion.dm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/code/datums/explosion.dm b/code/datums/explosion.dm index 2de7d2da7d..8c8906a95d 100644 --- a/code/datums/explosion.dm +++ b/code/datums/explosion.dm @@ -106,21 +106,20 @@ GLOBAL_LIST_EMPTY(explosions) far_dist += heavy_impact_range * 15 //from skyrat13/pull/3295; carry further far_dist += devastation_range * 20 - // skyrat-ss13/skyrat13/pull/3295 - var/sound/creaking_explosion_sound = sound(get_sfx("explosion_creaking")) - var/sound/hull_creaking_sound = sound(get_sfx("hull_creaking")) - var/sound/explosion_echo_sound = sound('sound/effects/explosion_distant.ogg') - var/on_station = SSmapping.level_trait(epicenter.z, ZTRAIT_STATION) - var/creaking_explosion = FALSE - - if(prob(devastation_range*30+heavy_impact_range*5) && on_station) // Huge explosions are near guaranteed to make the station creak and whine, smaller ones might. - creaking_explosion = TRUE // prob over 100 always returns true - // end port - if(!silent) var/frequency = get_rand_frequency() var/sound/explosion_sound = sound(get_sfx("explosion")) var/sound/far_explosion_sound = sound('sound/effects/explosionfar.ogg') + // skyrat-ss13/skyrat13/pull/3295 + var/sound/creaking_explosion_sound = sound(get_sfx("explosion_creaking")) + var/sound/hull_creaking_sound = sound(get_sfx("hull_creaking")) + var/sound/explosion_echo_sound = sound('sound/effects/explosion_distant.ogg') + var/on_station = SSmapping.level_trait(epicenter.z, ZTRAIT_STATION) + var/creaking_explosion = FALSE + + if(prob(devastation_range*30+heavy_impact_range*5) && on_station) // Huge explosions are near guaranteed to make the station creak and whine, smaller ones might. + creaking_explosion = TRUE // prob over 100 always returns true + // end port for(var/mob/M in GLOB.player_list) // Double check for client From 4f2f6b537e393069c1be24a7a78b14b86a8fc04d Mon Sep 17 00:00:00 2001 From: raspy-on-osu Date: Fri, 28 Aug 2020 13:44:41 -0400 Subject: [PATCH 24/26] credit's already given in the pr let's not --- code/datums/explosion.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/datums/explosion.dm b/code/datums/explosion.dm index 8c8906a95d..246226ceba 100644 --- a/code/datums/explosion.dm +++ b/code/datums/explosion.dm @@ -103,14 +103,13 @@ GLOBAL_LIST_EMPTY(explosions) // 3/7/14 will calculate to 80 + 35 var/far_dist = 0 - far_dist += heavy_impact_range * 15 //from skyrat13/pull/3295; carry further + far_dist += heavy_impact_range * 15 // Large explosions carry further far_dist += devastation_range * 20 if(!silent) var/frequency = get_rand_frequency() var/sound/explosion_sound = sound(get_sfx("explosion")) var/sound/far_explosion_sound = sound('sound/effects/explosionfar.ogg') - // skyrat-ss13/skyrat13/pull/3295 var/sound/creaking_explosion_sound = sound(get_sfx("explosion_creaking")) var/sound/hull_creaking_sound = sound(get_sfx("hull_creaking")) var/sound/explosion_echo_sound = sound('sound/effects/explosion_distant.ogg') @@ -119,7 +118,6 @@ GLOBAL_LIST_EMPTY(explosions) if(prob(devastation_range*30+heavy_impact_range*5) && on_station) // Huge explosions are near guaranteed to make the station creak and whine, smaller ones might. creaking_explosion = TRUE // prob over 100 always returns true - // end port for(var/mob/M in GLOB.player_list) // Double check for client From 785a99cfd1b5ebea1abc72b0dda1cc6b0d247bdb Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 29 Aug 2020 00:13:09 +0000 Subject: [PATCH 25/26] Automatic changelog compile [ci skip] --- html/changelog.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index 0a2a1f3086..edaf74afca 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -1477,16 +1477,6 @@

  • support for custom blood colours implemented, slimes blood colour now equivalent to their body colour
- -

27 June 2020

-

Detective-Google updated:

-
    -
  • Lying down is better
  • -
-

timothyteakettle updated:

-
    -
  • felinids now nya when tabled
  • -
GoonStation 13 Development Team From 98c26bca04bb19a717024fc1f1684eea0246cbbe Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 29 Aug 2020 00:34:44 -0500 Subject: [PATCH 26/26] Automatic changelog generation for PR #13282 [ci skip] --- html/changelogs/AutoChangeLog-pr-13282.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13282.yml diff --git a/html/changelogs/AutoChangeLog-pr-13282.yml b/html/changelogs/AutoChangeLog-pr-13282.yml new file mode 100644 index 0000000000..877c0f79d5 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13282.yml @@ -0,0 +1,6 @@ +author: "raspy-on-osu" +delete-after: True +changes: + - rscadd: "new explosion echoes" + - tweak: "explosion echo range" + - soundadd: "5 new explosion related sounds"